superdesk-ui-framework 3.0.41 → 3.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/styles/_accessibility.scss +349 -310
- package/app/styles/_alerts.scss +102 -71
- package/app/styles/_animations.scss +29 -16
- package/app/styles/_avatar.scss +159 -140
- package/app/styles/_badge.scss +11 -5
- package/app/styles/_big-icon-font.scss +21 -9
- package/app/styles/_boxed-list.scss +72 -47
- package/app/styles/_buttons.scss +266 -177
- package/app/styles/_carousel.scss +58 -45
- package/app/styles/_content-divider.scss +28 -2
- package/app/styles/_drag-drop.scss +3 -0
- package/app/styles/_empty-states.scss +21 -13
- package/app/styles/_hamburger.scss +142 -144
- package/app/styles/_helpers.scss +297 -93
- package/app/styles/_icon-font.scss +75 -43
- package/app/styles/_icon-labels.scss +11 -1
- package/app/styles/_labels.scss +27 -14
- package/app/styles/_loaders.scss +2 -1
- package/app/styles/_master-desk.scss +67 -31
- package/app/styles/_mixins.scss +40 -20
- package/app/styles/_modals.scss +112 -56
- package/app/styles/_panel-info.scss +38 -34
- package/app/styles/_popover.scss +0 -1
- package/app/styles/_publisher-styles.scss +132 -122
- package/app/styles/_sd-tag-input.scss +104 -24
- package/app/styles/_simple-list.scss +89 -66
- package/app/styles/_spinner.scss +24 -17
- package/app/styles/_table-list.scss +114 -80
- package/app/styles/_tables.scss +14 -2
- package/app/styles/_tabs-vertical.scss +46 -43
- package/app/styles/_tabs.scss +97 -87
- package/app/styles/_tag-labels.scss +26 -11
- package/app/styles/_thumb-carousel.scss +37 -11
- package/app/styles/_toggle-box.scss +27 -7
- package/app/styles/_toggle-button.scss +5 -1
- package/app/styles/_tooltips.scss +284 -272
- package/app/styles/components/_card-item.scss +268 -192
- package/app/styles/components/_list-item.scss +261 -175
- package/app/styles/components/_sd-circular-progress.scss +109 -79
- package/app/styles/components/_sd-collapse-box.scss +45 -33
- package/app/styles/components/_sd-comment-box.scss +17 -12
- package/app/styles/components/_sd-dropzone.scss +32 -15
- package/app/styles/components/_sd-editor-popup.scss +29 -15
- package/app/styles/components/_sd-grid-item.scss +349 -237
- package/app/styles/components/_sd-loader.scss +1 -2
- package/app/styles/components/_sd-media-carousel.scss +119 -78
- package/app/styles/components/_sd-notification-panel.scss +2 -1
- package/app/styles/components/_sd-pagination.scss +27 -19
- package/app/styles/components/_sd-photo-preview.scss +82 -41
- package/app/styles/components/_sd-searchbar.scss +79 -51
- package/app/styles/components/_sd-toaster.scss +52 -30
- package/app/styles/components/_subnav.scss +230 -135
- package/app/styles/components/_theme-selector.scss +78 -53
- package/app/styles/components/sd-slider.scss +11 -7
- package/app/styles/design-tokens/_design-tokens-general.scss +31 -27
- package/app/styles/design-tokens/_new-colors.scss +3 -1
- package/app/styles/dropdowns/_basic-dropdown.scss +164 -86
- package/app/styles/dropdowns/_input-dropdown.scss +5 -2
- package/app/styles/dropdowns/_navigation_dropdown.scss +18 -4
- package/app/styles/dropdowns/_nested-dropdown.scss +11 -2
- package/app/styles/dropdowns/_other_dropdown.scss +9 -3
- package/app/styles/editor/_editor-buttons.scss +10 -6
- package/app/styles/editor/_editor-themes.scss +401 -350
- package/app/styles/form-elements/_autocomplete.scss +7 -1
- package/app/styles/form-elements/_checkbox.scss +230 -159
- package/app/styles/form-elements/_forms-general.scss +345 -285
- package/app/styles/form-elements/_input-preview.scss +15 -9
- package/app/styles/form-elements/_input-wrap.scss +77 -71
- package/app/styles/form-elements/_inputs.scss +668 -489
- package/app/styles/form-elements/_radio.scss +10 -5
- package/app/styles/form-elements/_switch.scss +27 -16
- package/app/styles/grids/_basic-grid.scss +83 -64
- package/app/styles/grids/_grid-layout.scss +301 -165
- package/app/styles/grids/_layout-grid.scss +85 -59
- package/app/styles/grids/_sd-kanban-list.scss +14 -4
- package/app/styles/interface-elements/_side-panel.scss +279 -200
- package/app/styles/layout/_basic-layout.scss +36 -34
- package/app/styles/layout/_container.scss +38 -31
- package/app/styles/layout/_editor.scss +57 -17
- package/app/styles/layout/_general.scss +81 -67
- package/app/styles/menus/_sd-bottom-tabs.scss +21 -12
- package/app/styles/menus/_sd-content-navigation.scss +20 -16
- package/app/styles/menus/_sd-left-navigation.scss +62 -49
- package/app/styles/menus/_sd-sidebar-menu.scss +365 -323
- package/app/styles/menus/_sd-top-menu.scss +16 -7
- package/app/styles/primereact/_pr-autocomplete.scss +2 -0
- package/app/styles/primereact/_pr-datepicker.scss +20 -7
- package/app/styles/primereact/_pr-dialog.scss +55 -47
- package/app/styles/primereact/_pr-dropdown.scss +27 -22
- package/app/styles/primereact/_pr-general.scss +3 -0
- package/app/styles/primereact/_pr-menu.scss +2 -1
- package/app/styles/primereact/_pr-skeleton.scss +1 -0
- package/app/styles/primereact/_pr-tag-input.scss +1 -0
- package/app/styles/variables/_colors.scss +168 -170
- package/app/styles/variables/_typography.scss +1 -2
- package/app-typescript/components/Form/InputWrapper.tsx +1 -1
- package/app-typescript/components/Menu.tsx +1 -1
- package/dist/examples.bundle.css +18 -16
- package/dist/examples.bundle.js +5 -7
- package/dist/superdesk-ui.bundle.css +4271 -3557
- package/dist/superdesk-ui.bundle.js +4 -6
- package/package.json +2 -2
- package/react/components/Form/InputWrapper.d.ts +1 -1
- package/react/components/Menu.js +1 -1
@@ -4,16 +4,19 @@
|
|
4
4
|
gap: $sd-base-increment * 2;
|
5
5
|
flex-grow: 1;
|
6
6
|
align-self: stretch;
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
7
|
+
}
|
8
|
+
|
9
|
+
.sd-theme-selector__list--small {
|
10
|
+
grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
|
11
|
+
}
|
12
|
+
|
13
|
+
.sd-theme-selector__list--medium {
|
14
|
+
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
|
15
|
+
}
|
16
|
+
|
17
|
+
.sd-theme-selector__list--large {
|
18
|
+
grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
|
19
|
+
gap: $sd-base-increment * 3;
|
17
20
|
}
|
18
21
|
|
19
22
|
.sd-theme-selector__item {
|
@@ -23,22 +26,26 @@
|
|
23
26
|
background-color: var(--sd-item__main-Bg);
|
24
27
|
position: relative;
|
25
28
|
overflow: visible;
|
29
|
+
transition: all 0.3s ease;
|
30
|
+
|
26
31
|
&:disabled {
|
27
32
|
opacity: 0.75;
|
28
33
|
cursor: not-allowed;
|
29
34
|
}
|
30
|
-
transition: all 0.3s ease;
|
31
35
|
}
|
36
|
+
|
32
37
|
.sd-theme-selector__item-thumb {
|
33
38
|
display: flex;
|
34
39
|
aspect-ratio: 1.66;
|
35
40
|
border-radius: var(--b-radius--medium) var(--b-radius--medium) 0 0;
|
36
41
|
overflow: hidden;
|
42
|
+
|
37
43
|
svg {
|
38
44
|
width: 100%;
|
39
45
|
height: auto;
|
40
46
|
}
|
41
47
|
}
|
48
|
+
|
42
49
|
.sd-theme-selector__item-action {
|
43
50
|
display: flex;
|
44
51
|
flex-direction: row;
|
@@ -51,6 +58,7 @@
|
|
51
58
|
padding: 0 $sd-base-increment * 1.5;
|
52
59
|
box-shadow: 0 -3px 6px -2px hsla(0, 0%, 0%, 0.12);
|
53
60
|
}
|
61
|
+
|
54
62
|
.sd-theme-selector__input {
|
55
63
|
position: absolute;
|
56
64
|
inset-block-start: 0px;
|
@@ -63,10 +71,12 @@
|
|
63
71
|
border-width: 0px;
|
64
72
|
overflow: hidden;
|
65
73
|
outline: none !important;
|
74
|
+
|
66
75
|
&:hover {
|
67
76
|
cursor: pointer;
|
68
77
|
}
|
69
78
|
}
|
79
|
+
|
70
80
|
.sd-theme-selector__label {
|
71
81
|
position: absolute;
|
72
82
|
inset-block-start: 0px;
|
@@ -81,63 +91,76 @@
|
|
81
91
|
color: transparent;
|
82
92
|
user-select: none;
|
83
93
|
}
|
94
|
+
|
84
95
|
.sd-theme-selector__label-text {
|
85
96
|
font-size: 1.4rem;
|
86
97
|
color: var(--color-text);
|
87
98
|
}
|
99
|
+
|
88
100
|
.sd-theme-selector__item {
|
89
101
|
input:hover {
|
90
|
-
|
91
|
-
|
102
|
+
|
103
|
+
&~.sd-check-new,
|
104
|
+
&~.sd-radio-new {
|
92
105
|
border-color: var(--color-checkbox-border-hover);
|
93
106
|
}
|
107
|
+
|
94
108
|
&:not(:checked) {
|
95
|
-
|
109
|
+
&~label {
|
96
110
|
box-shadow: var(--sd-shadow--z1);
|
97
111
|
border-color: var(--sd-colour-line--strong);
|
98
112
|
}
|
99
113
|
|
100
114
|
}
|
101
115
|
}
|
116
|
+
|
102
117
|
input:checked {
|
103
|
-
|
118
|
+
&~.sd-radio-new {
|
104
119
|
border-color: $sd-colour-interactive;
|
105
120
|
background: $sd-colour-interactive;
|
121
|
+
|
106
122
|
&::after {
|
107
123
|
opacity: 1;
|
108
124
|
transform: scale(1, 1);
|
109
125
|
}
|
110
126
|
}
|
111
|
-
|
127
|
+
|
128
|
+
&~.sd-radio-new {
|
112
129
|
background: transparent;
|
113
130
|
}
|
114
|
-
|
131
|
+
|
132
|
+
&~label {
|
115
133
|
box-shadow: 0 0 0 1px var(--sd-colour-interactive), inset 0 0 0 2px var(--sd-colour-interactive--alpha-30);
|
116
134
|
}
|
117
|
-
|
135
|
+
|
136
|
+
&~.sd-theme-selector__label-text {
|
118
137
|
color: $sd-colour-interactive;
|
119
138
|
}
|
120
139
|
}
|
140
|
+
|
121
141
|
input:focus-visible {
|
122
|
-
|
142
|
+
&~label {
|
123
143
|
box-shadow: 0 0 0 2px var(--sd-colour-interactive--alpha-30);
|
124
144
|
}
|
125
145
|
}
|
146
|
+
|
126
147
|
input:disabled {
|
127
148
|
z-index: 1;
|
128
149
|
cursor: not-allowed;
|
129
150
|
pointer-events: none;
|
130
151
|
|
131
|
-
|
152
|
+
&~label {
|
132
153
|
z-index: 2;
|
133
154
|
cursor: not-allowed;
|
134
155
|
box-shadow: none !important;
|
135
156
|
border-color: var(--sd-colour-line--light) !important;
|
136
157
|
}
|
137
|
-
|
158
|
+
|
159
|
+
&~.sd-theme-selector__label-text {
|
138
160
|
opacity: 0.4;
|
139
161
|
}
|
140
|
-
|
162
|
+
|
163
|
+
&~.sd-radio-new {
|
141
164
|
opacity: 0.4;
|
142
165
|
border-color: var(--color-checkbox-border) !important;
|
143
166
|
}
|
@@ -150,44 +173,46 @@
|
|
150
173
|
}
|
151
174
|
|
152
175
|
figure[data-theme="dark-ui"] {
|
153
|
-
--color-text:
|
154
|
-
--color-text-light:
|
155
|
-
--color-text-lighter:
|
156
|
-
--color-icon-default:
|
157
|
-
|
158
|
-
--sd-colour-panel-bg--100:
|
159
|
-
--sd-colour-interactive:
|
160
|
-
--sd-colour-btn-bg-neutral:
|
161
|
-
--sd-colour-sidebar-menu--00:
|
162
|
-
--color-icon-default:
|
163
|
-
--sd-colour--shadow-line:
|
164
|
-
--sd-colour-line--medium:
|
176
|
+
--color-text: hsla(0, 0%, 96%, 1);
|
177
|
+
--color-text-light: hsla(214, 13%, 96%, 0.75);
|
178
|
+
--color-text-lighter: hsla(214, 13%, 96%, 0.55);
|
179
|
+
--color-icon-default: hsla(214, 13%, 96%, 0.65);
|
180
|
+
|
181
|
+
--sd-colour-panel-bg--100: hsla(214, 13%, 16%, 1);
|
182
|
+
--sd-colour-interactive: hsla(160, 50%, 50%, 1);
|
183
|
+
--sd-colour-btn-bg-neutral: hsla(214, 13%, 50%, 0.4);
|
184
|
+
--sd-colour-sidebar-menu--00: hsla(214, 13%, 25%, 1);
|
185
|
+
--color-icon-default: hsla(214, 13%, 96%, 0.65);
|
186
|
+
--sd-colour--shadow-line: hsla(214, 13%, 74%, 0.2);
|
187
|
+
--sd-colour-line--medium: hsla(214, 13%, 70%, 0.2);
|
165
188
|
|
166
189
|
}
|
190
|
+
|
167
191
|
figure[data-theme="light-ui"] {
|
168
|
-
--color-text:
|
169
|
-
--color-text-light:
|
170
|
-
--color-text-lighter:
|
171
|
-
--color-icon-default:
|
192
|
+
--color-text: hsla(0, 0%, 20%, 1);
|
193
|
+
--color-text-light: hsla(214, 13%, 20%, 0.75);
|
194
|
+
--color-text-lighter: hsla(214, 13%, 20%, 0.55);
|
195
|
+
--color-icon-default: hsla(214, 13%, 30%, 1);
|
172
196
|
|
173
|
-
--sd-colour-panel-bg--100:
|
174
|
-
--sd-colour-interactive:
|
175
|
-
--sd-colour-btn-bg-neutral:
|
176
|
-
--sd-colour-sidebar-menu--00:
|
177
|
-
--sd-colour--shadow-line:
|
178
|
-
--sd-colour-line--medium:
|
197
|
+
--sd-colour-panel-bg--100: hsla(214, 13%, 96%, 1);
|
198
|
+
--sd-colour-interactive: hsla(198, 50%, 50%, 1);
|
199
|
+
--sd-colour-btn-bg-neutral: hsla(214, 13%, 50%, 0.4);
|
200
|
+
--sd-colour-sidebar-menu--00: hsla(214, 13%, 85%, 1);
|
201
|
+
--sd-colour--shadow-line: hsla(214, 13%, 70%, 0);
|
202
|
+
--sd-colour-line--medium: hsla(214, 13%, 20%, 0.2);
|
179
203
|
|
180
204
|
|
181
205
|
}
|
206
|
+
|
182
207
|
figure[data-theme="contrast-light-ui"] {
|
183
|
-
--color-text:
|
184
|
-
--color-text-light:
|
185
|
-
--color-text-lighter:
|
186
|
-
--color-icon-default:
|
187
|
-
|
188
|
-
--sd-colour-panel-bg--100:
|
189
|
-
--sd-colour-sidebar-menu--00:
|
190
|
-
--sd-colour--shadow-line:
|
191
|
-
--sd-colour-line--medium:
|
208
|
+
--color-text: hsla(0, 0%, 0%, 1);
|
209
|
+
--color-text-light: hsla(214, 13%, 10%, 0.85);
|
210
|
+
--color-text-lighter: hsla(214, 13%, 10%, 0.65);
|
211
|
+
--color-icon-default: hsla(214, 13%, 20%, 1);
|
212
|
+
|
213
|
+
--sd-colour-panel-bg--100: hsla(214, 13%, 96%, 1);
|
214
|
+
--sd-colour-sidebar-menu--00: hsla(214, 13%, 90%, 1);
|
215
|
+
--sd-colour--shadow-line: hsla(214, 13%, 60%, 0);
|
216
|
+
--sd-colour-line--medium: hsla(214, 13%, 20%, 0.4);
|
192
217
|
}
|
193
218
|
}
|
@@ -2,7 +2,6 @@ $sd-slider-transition: transform .4s cubic-bezier(.25,.8,.25,1), background-colo
|
|
2
2
|
|
3
3
|
.sd-slider__range, input[type="range"] {
|
4
4
|
width: 100%;
|
5
|
-
|
6
5
|
position: relative;
|
7
6
|
height: 0.2rem;
|
8
7
|
margin-top: 1.25rem;
|
@@ -32,6 +31,7 @@ $sd-slider-transition: transform .4s cubic-bezier(.25,.8,.25,1), background-colo
|
|
32
31
|
&:hover {
|
33
32
|
background-color: var(--sd-colour-interactive--darken-10);
|
34
33
|
}
|
34
|
+
|
35
35
|
&:active {
|
36
36
|
transform: scale(1.4);
|
37
37
|
cursor: -webkit-grabbing;
|
@@ -41,6 +41,7 @@ $sd-slider-transition: transform .4s cubic-bezier(.25,.8,.25,1), background-colo
|
|
41
41
|
|
42
42
|
&:focus {
|
43
43
|
box-shadow: 0 0 0 1px rgba(123, 123, 123, 0.3);
|
44
|
+
|
44
45
|
&::-webkit-slider-thumb {
|
45
46
|
background-color: var(--sd-colour-interactive--darken-10);
|
46
47
|
}
|
@@ -79,12 +80,14 @@ $sd-slider-transition: transform .4s cubic-bezier(.25,.8,.25,1), background-colo
|
|
79
80
|
&:hover {
|
80
81
|
background-color: var(--sd-colour-interactive--darken-10);
|
81
82
|
}
|
82
|
-
&:active, &--active {
|
83
|
-
transform: scale(1.4);
|
84
|
-
cursor: -webkit-grabbing;
|
85
|
-
cursor: grabbing;
|
86
|
-
}
|
87
83
|
}
|
84
|
+
|
85
|
+
.sd-slider__handle:active, .sd-slider__handle--active {
|
86
|
+
transform: scale(1.4);
|
87
|
+
cursor: -webkit-grabbing;
|
88
|
+
cursor: grabbing;
|
89
|
+
}
|
90
|
+
|
88
91
|
.sd-slider__focus-ring {
|
89
92
|
position: absolute;
|
90
93
|
top: -1.4rem;
|
@@ -99,6 +102,7 @@ $sd-slider-transition: transform .4s cubic-bezier(.25,.8,.25,1), background-colo
|
|
99
102
|
background-color: var(--sd-colour-interactive--alpha-30);
|
100
103
|
opacity: 0;
|
101
104
|
transition: $sd-slider-transition;
|
105
|
+
|
102
106
|
&:focus {
|
103
107
|
transform: scale(1);
|
104
108
|
opacity: 1;
|
@@ -115,4 +119,4 @@ $sd-slider-transition: transform .4s cubic-bezier(.25,.8,.25,1), background-colo
|
|
115
119
|
height: 0.2rem;
|
116
120
|
background-color: $sd-colour-interactive;
|
117
121
|
transition: $sd-slider-transition;
|
118
|
-
}
|
122
|
+
}
|
@@ -1,14 +1,14 @@
|
|
1
1
|
// DESIGN TOKENS
|
2
|
-
|
2
|
+
|
3
3
|
:root {
|
4
4
|
// GENERAL
|
5
|
-
--gap--x-small:
|
6
|
-
--gap--small:
|
7
|
-
--gap--medium:
|
8
|
-
--gap--large:
|
9
|
-
--gap--x-large:
|
10
|
-
--gap--xx-large:
|
11
|
-
--gap--auto:
|
5
|
+
--gap--x-small: 0.4rem; // 4px
|
6
|
+
--gap--small: 0.8rem; // 8px
|
7
|
+
--gap--medium: 1.6rem; // 16px
|
8
|
+
--gap--large: 2.4rem; // 24px;
|
9
|
+
--gap--x-large: 3.2rem; // 32px;
|
10
|
+
--gap--xx-large: 4rem; // 40px;
|
11
|
+
--gap--auto: auto;
|
12
12
|
|
13
13
|
// BORDER RADIUS
|
14
14
|
--b-radius--x-small: 2px;
|
@@ -20,21 +20,21 @@
|
|
20
20
|
|
21
21
|
// WIDTHS
|
22
22
|
--width__container--xxx-small: 20rem;
|
23
|
-
--width__container--xx-small:
|
24
|
-
--width__container--x-small:
|
25
|
-
--width__container--small:
|
26
|
-
--width__container--medium:
|
27
|
-
--width__container--large:
|
28
|
-
--width__container--x-large:
|
29
|
-
--width__container--xx-large:
|
23
|
+
--width__container--xx-small: 24rem;
|
24
|
+
--width__container--x-small: 32rem;
|
25
|
+
--width__container--small: 40rem;
|
26
|
+
--width__container--medium: 48rem;
|
27
|
+
--width__container--large: 56rem;
|
28
|
+
--width__container--x-large: 72rem;
|
29
|
+
--width__container--xx-large: 80rem;
|
30
30
|
--width__container--xxx-large: 120rem;
|
31
|
-
--width__container--full:
|
31
|
+
--width__container--full: 100vw;
|
32
32
|
|
33
33
|
// MODAL SIZES
|
34
|
-
--width__modal--small:
|
35
|
-
--width__modal--medium:
|
36
|
-
--width__modal--large:
|
37
|
-
--width__modal--x-large:
|
34
|
+
--width__modal--small: 40rem;
|
35
|
+
--width__modal--medium: 64rem;
|
36
|
+
--width__modal--large: 80rem;
|
37
|
+
--width__modal--x-large: 80vw;
|
38
38
|
|
39
39
|
// TEXT SIZE
|
40
40
|
--text-size--base: 1rem;
|
@@ -54,7 +54,8 @@
|
|
54
54
|
|
55
55
|
}
|
56
56
|
|
57
|
-
:root,
|
57
|
+
:root,
|
58
|
+
[data-theme="light-ui"] {
|
58
59
|
--sd-shadow-outline: hsla(0, 0%, 0%, 0);
|
59
60
|
--sd-shadow-outline--2: hsl(214, 13%, 0%, 0.06);
|
60
61
|
--sd-shadow__dropdown: 0 0 0 1px var(--sd-shadow-outline), 0 2px 10px hsla(0, 0%, 0%, 0.4), 0 3px 1px -2px hsla(0, 0%, 0%, 0.1);
|
@@ -64,7 +65,8 @@
|
|
64
65
|
--sd-shadow__menu-item--focus-inner: inset 0 0 0 4px var(--sd-colour-interactive--alpha-20), inset 0 0 0 1px var(--sd-colour-interactive--alpha-50);
|
65
66
|
}
|
66
67
|
|
67
|
-
[data-theme="dark-ui"],
|
68
|
+
[data-theme="dark-ui"],
|
69
|
+
.dark-ui {
|
68
70
|
--sd-shadow-outline: hsl(214, 13%, 60%, 0.14);
|
69
71
|
--sd-shadow-outline--2: hsl(214, 13%, 60%, 0.1);
|
70
72
|
--sd-shadow__dropdown: 0 0 0 1px var(--sd-shadow-outline), 0 2px 10px hsla(0, 0%, 0%, 0.6), 0 3px 1px -2px hsla(0, 0%, 0%, 0.2);
|
@@ -73,9 +75,11 @@
|
|
73
75
|
--sd-shadow__menu-item--focus-inner: inset 0 0 0 4px var(--sd-colour-interactive--alpha-20), inset 0 0 0 1px var(--sd-colour-interactive--alpha-50);
|
74
76
|
}
|
75
77
|
|
76
|
-
.sd-top-menu,
|
77
|
-
|
78
|
-
|
79
|
-
|
78
|
+
.sd-top-menu,
|
79
|
+
#top-menu {
|
80
|
+
.navbtn,
|
81
|
+
.sd-navbtn {
|
82
|
+
--color-navbutton-border: hsla(214, 13%, 70%, 0.2) !important;
|
83
|
+
--sd-colour-line--x-light: hsla(214, 13%, 70%, 0.2) !important;
|
80
84
|
}
|
81
|
-
|
85
|
+
}
|
@@ -756,9 +756,11 @@
|
|
756
756
|
|
757
757
|
/// ======= END from _colors.scss ======== ///////////
|
758
758
|
/// ====================================== ///////////
|
759
|
+
///
|
759
760
|
.colour-test--1 {
|
760
761
|
background-color: var(--sd-colour-test-1);
|
761
762
|
}
|
763
|
+
|
762
764
|
.colour-test--2 {
|
763
765
|
background-color: var(--sd-colour-test-2);
|
764
|
-
}
|
766
|
+
}
|