mirror of
https://github.com/directus/directus.git
synced 2026-02-12 19:15:08 -05:00
Various style updates (#7972)
* fix card selection dot always being on * new mapbox styles * updated styles for field notes * update bookmark icon * increase currrent user avatar opactiy * Clean up info notes * divider style updates * divider rule styling * notice styling * update revision drawer pane order * tighten up revision drawer list * notice copy updates * revision spacing * revision date divider styling * shorter revision date in drawer dropdown * add no value to revision diffs * v-detail icons * revisions styling * fix sort icon hover * adjust global and private vertical form spacing * reduce navigation and v-list sizing * slightly reduce module and info sidebar size
This commit is contained in:
@@ -18,3 +18,7 @@
|
||||
.type-text {
|
||||
@include type-text;
|
||||
}
|
||||
|
||||
.type-note {
|
||||
@include type-note;
|
||||
}
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
--form-column-width: 300px;
|
||||
--form-column-max-width: 380px;
|
||||
--form-horizontal-gap: 32px;
|
||||
--form-vertical-gap: 48px;
|
||||
--form-vertical-gap: 40px;
|
||||
}
|
||||
|
||||
@@ -28,3 +28,12 @@
|
||||
font-style: normal;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
@mixin type-note {
|
||||
color: var(--foreground-subdued);
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
font-family: var(--family-sans-serif);
|
||||
font-style: italic;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user