diff options
Diffstat (limited to 'viewer/src/assets/scss/theme.scss')
-rw-r--r-- | viewer/src/assets/scss/theme.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/viewer/src/assets/scss/theme.scss b/viewer/src/assets/scss/theme.scss index 0c351e5..19fe673 100644 --- a/viewer/src/assets/scss/theme.scss +++ b/viewer/src/assets/scss/theme.scss | |||
@@ -54,6 +54,8 @@ $button-focus-color: $button-color; | |||
54 | $button-focus-border-color: $link; | 54 | $button-focus-border-color: $link; |
55 | $button-focus-box-shadow-size: 0; | 55 | $button-focus-box-shadow-size: 0; |
56 | $body-line-height: 1.5; | 56 | $body-line-height: 1.5; |
57 | $dropdown-item-color: $palette-900; | ||
58 | $dropdown-item-active-color: $palette-900; | ||
57 | 59 | ||
58 | // Custom components | 60 | // Custom components |
59 | 61 | ||
@@ -76,3 +78,7 @@ $proposed-category-bgcolor: $palette-700; | |||
76 | 78 | ||
77 | $layout-top: 45px; | 79 | $layout-top: 45px; |
78 | $layout-left: 250px; | 80 | $layout-left: 250px; |
81 | |||
82 | // Transitions | ||
83 | |||
84 | $transition-flex-expand: 0.1s; | ||