superdesk-ui-framework 3.0.42 → 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 +13 -2
- 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 +4265 -3552
- 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
@@ -1,55 +1,58 @@
|
|
1
1
|
// VERTICAL TABS
|
2
|
-
// ----
|
3
2
|
|
4
3
|
.nav-tabs-vertical {
|
5
4
|
width: 3rem;
|
6
5
|
border-right: 1px solid var(--sd-colour-line--medium);
|
7
6
|
transition: all .2s ease-out .3s;
|
8
7
|
opacity: 1;
|
8
|
+
}
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
10
|
+
.nav-tabs-vertical__list {
|
11
|
+
width: 3rem;
|
12
|
+
list-style: none;
|
13
|
+
margin: 0;
|
14
|
+
padding: 0;
|
15
|
+
}
|
16
|
+
|
17
|
+
.nav-tabs-vertical__tab {
|
18
|
+
display: inline-block;
|
19
|
+
width: 3rem;
|
20
|
+
line-height: 1rem;
|
21
|
+
}
|
22
|
+
|
23
|
+
.nav-tabs-vertical__tab--active {
|
24
|
+
.nav-tabs-vertical__link {
|
25
|
+
color: var(--color-text);
|
26
26
|
}
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
content: "";
|
45
|
-
float: left;
|
46
|
-
margin-top: 100%;
|
47
|
-
}
|
27
|
+
}
|
28
|
+
|
29
|
+
.nav-tabs-vertical__link {
|
30
|
+
display: inline-block;
|
31
|
+
font-size: 1.1rem;
|
32
|
+
font-weight: 500;
|
33
|
+
color: var(--color-text-light);
|
34
|
+
text-transform: uppercase;
|
35
|
+
white-space: nowrap;
|
36
|
+
margin: 10px 0;
|
37
|
+
padding: 0;
|
38
|
+
-webkit-transform: translateX(19px) rotate(90deg);
|
39
|
+
transform: translateX(20px) rotate(90deg);
|
40
|
+
transform-origin: 0 0;
|
41
|
+
|
42
|
+
&:hover {
|
43
|
+
color: var(--color-text);
|
48
44
|
}
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
45
|
+
|
46
|
+
&:after {
|
47
|
+
content: "";
|
48
|
+
float: left;
|
49
|
+
margin-top: 100%;
|
54
50
|
}
|
55
51
|
}
|
52
|
+
|
53
|
+
.nav-tabs-vertical--closed {
|
54
|
+
width: 0;
|
55
|
+
border: none;
|
56
|
+
opacity: 0;
|
57
|
+
transition: all .01s ease-out;
|
58
|
+
}
|
package/app/styles/_tabs.scss
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
// TABS
|
2
|
-
// ----
|
3
2
|
|
4
3
|
// Variables
|
5
4
|
$nav-tabs-padding: 0.8rem;
|
@@ -12,7 +11,6 @@ $nav-tab-active-link-color: $sd-text; // active state text color
|
|
12
11
|
$nav-tab-link-border-color: var(--sd-colour-line--strong); // hover state, border bottom color
|
13
12
|
$nav-tab-active-link-border-color: $sd-colour-interactive; // active state border bottom color
|
14
13
|
|
15
|
-
|
16
14
|
// Mixins
|
17
15
|
@mixin nav-tabs-base {
|
18
16
|
height: $nav-height;
|
@@ -22,10 +20,12 @@ $nav-tab-active-link-border-color: $sd-colour-interactive; // active state bord
|
|
22
20
|
box-shadow: 0 1px 0 0 var(--color-border-line--light);
|
23
21
|
gap: $sd-base-increment;
|
24
22
|
}
|
23
|
+
|
25
24
|
@mixin nav-tab-link(
|
26
|
-
|
27
|
-
|
25
|
+
$link-color: $nav-tab-link-color,
|
26
|
+
$border-bottom-hover-color: $nav-tab-link-border-color
|
28
27
|
) {
|
28
|
+
@include text-overflow();
|
29
29
|
margin: 0;
|
30
30
|
padding: 0;
|
31
31
|
padding-inline: $nav-tabs-padding;
|
@@ -37,13 +37,14 @@ $nav-tab-active-link-border-color: $sd-colour-interactive; // active state bord
|
|
37
37
|
border:0;
|
38
38
|
border-bottom: 3px solid transparent;
|
39
39
|
text-decoration: none;
|
40
|
-
|
40
|
+
|
41
41
|
&:hover {
|
42
42
|
border-bottom-color: $border-bottom-hover-color;
|
43
43
|
background: none;
|
44
44
|
text-decoration: none;
|
45
45
|
}
|
46
46
|
}
|
47
|
+
|
47
48
|
@mixin nav-tab-link-active(
|
48
49
|
$active-link-color: $sd-text,
|
49
50
|
$border-bottom-color: $nav-tab-active-link-border-color
|
@@ -54,11 +55,11 @@ $nav-tab-active-link-border-color: $sd-colour-interactive; // active state bord
|
|
54
55
|
color: $active-link-color;
|
55
56
|
}
|
56
57
|
|
57
|
-
|
58
58
|
// NEW
|
59
59
|
@mixin nav-tabs-tab(
|
60
|
-
|
60
|
+
$border-bottom-hover-color: $nav-tab-link-border-color
|
61
61
|
) {
|
62
|
+
@include text-overflow();
|
62
63
|
margin: 0;
|
63
64
|
padding: 0;
|
64
65
|
padding-inline: $nav-tabs-padding;
|
@@ -72,18 +73,20 @@ $nav-tab-active-link-border-color: $sd-colour-interactive; // active state bord
|
|
72
73
|
border-bottom: 3px solid transparent;
|
73
74
|
text-decoration: none;
|
74
75
|
transition: all 0.2s ease-in-out;
|
75
|
-
|
76
|
+
|
76
77
|
span {
|
77
78
|
line-height: 1;
|
78
79
|
display: inline-block;
|
79
80
|
margin-top: 3px;
|
80
81
|
}
|
82
|
+
|
81
83
|
&:hover {
|
82
84
|
border-bottom-color: $border-bottom-hover-color;
|
83
85
|
background: none;
|
84
86
|
text-decoration: none;
|
85
87
|
}
|
86
88
|
}
|
89
|
+
|
87
90
|
@mixin nav-tabs-tab-active(
|
88
91
|
$border-bottom-color: $nav-tab-active-link-border-color
|
89
92
|
) {
|
@@ -91,104 +94,86 @@ $nav-tab-active-link-border-color: $sd-colour-interactive; // active state bord
|
|
91
94
|
cursor: default;
|
92
95
|
border-bottom-color: $border-bottom-color;
|
93
96
|
color: $sd-text;
|
97
|
+
|
94
98
|
span {
|
95
99
|
opacity: 1;
|
96
100
|
}
|
97
101
|
}
|
98
102
|
|
99
|
-
|
100
103
|
.nav-tabs {
|
101
104
|
@include nav-tabs-base();
|
105
|
+
}
|
102
106
|
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
&__pane {
|
119
|
-
&--padding {
|
120
|
-
padding: 2rem;
|
121
|
-
}
|
122
|
-
.subnav {
|
123
|
-
margin-top: 1px;
|
124
|
-
}
|
107
|
+
// single tab
|
108
|
+
.nav-tabs__tab {
|
109
|
+
margin-block-end: -1px;
|
110
|
+
@include text-overflow();
|
111
|
+
display: flex;
|
112
|
+
flex-shrink: 1;
|
113
|
+
}
|
114
|
+
|
115
|
+
// active state
|
116
|
+
.nav-tabs__tab--active,
|
117
|
+
.nav-tabs__tab--active:hover {
|
118
|
+
flex-shrink: 0;
|
119
|
+
|
120
|
+
.nav-tabs__link {
|
121
|
+
@include nav-tab-link-active();
|
125
122
|
}
|
126
|
-
|
127
|
-
|
128
|
-
|
123
|
+
}
|
124
|
+
|
125
|
+
.nav-tabs__pane {
|
126
|
+
.subnav {
|
127
|
+
margin-top: 1px;
|
129
128
|
}
|
129
|
+
}
|
130
130
|
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
131
|
+
.nav-tabs__pane--padding {
|
132
|
+
padding: 2rem;
|
133
|
+
}
|
134
|
+
|
135
|
+
// tab link
|
136
|
+
.nav-tabs__link {
|
137
|
+
@include nav-tab-link();
|
138
|
+
}
|
139
|
+
|
140
|
+
// Smaller nav tabs
|
141
|
+
.nav-tabs--small {
|
142
|
+
padding: 0 .4rem;
|
143
|
+
|
144
|
+
.nav-tabs__link {
|
145
|
+
font-size: $nav-tabs-font-size-small;
|
146
|
+
margin: 0 .8rem;
|
140
147
|
}
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
}
|
148
|
-
}
|
148
|
+
}
|
149
|
+
|
150
|
+
// Bigger nav tabs
|
151
|
+
.nav-tabs--big, .nav-tabs--large {
|
152
|
+
.nav-tabs__link {
|
153
|
+
font-size: $nav-tabs-font-size-big;
|
149
154
|
}
|
150
155
|
|
151
|
-
|
152
|
-
&__content {
|
153
|
-
padding: 2rem;
|
154
|
-
overflow: auto;
|
156
|
+
}
|
155
157
|
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
158
|
+
// Nav tabs content
|
159
|
+
.nav-tabs__content {
|
160
|
+
padding: 2rem;
|
161
|
+
overflow: auto;
|
160
162
|
}
|
161
163
|
|
164
|
+
.nav-tabs__content--small {
|
165
|
+
padding: 1.2rem;
|
166
|
+
}
|
162
167
|
|
163
168
|
.sd-nav-tabs {
|
164
169
|
@include nav-tabs-base();
|
165
170
|
flex-grow: 1;
|
166
|
-
// single tab
|
167
|
-
&__tab {
|
168
|
-
@include nav-tabs-tab();
|
169
|
-
display: flex;
|
170
|
-
flex-shrink: 1;
|
171
|
-
// active state
|
172
|
-
&--active,
|
173
|
-
&--active:hover {
|
174
|
-
@include nav-tabs-tab-active();
|
175
|
-
flex-shrink: 0;
|
176
|
-
}
|
177
|
-
}
|
178
|
-
&__pane {
|
179
|
-
&--padding {
|
180
|
-
padding: 2rem;
|
181
|
-
}
|
182
|
-
.subnav {
|
183
|
-
margin-block-start: 1px;
|
184
|
-
}
|
185
|
-
}
|
186
|
-
|
187
171
|
|
188
172
|
// Smaller nav tabs
|
189
173
|
&.sd-nav-tabs--small {
|
190
174
|
padding: 0 .4rem;
|
191
175
|
gap: $sd-base-increment / 2;
|
176
|
+
|
192
177
|
.sd-nav-tabs__tab {
|
193
178
|
font-size: $nav-tabs-font-size-small;
|
194
179
|
letter-spacing: 0.025em;
|
@@ -200,18 +185,43 @@ $nav-tab-active-link-border-color: $sd-colour-interactive; // active state bord
|
|
200
185
|
&.sd-nav-tabs--big,
|
201
186
|
&.sd-nav-tabs--large {
|
202
187
|
gap: $sd-base-increment * 1.5;
|
188
|
+
|
203
189
|
.sd-nav-tabs__tab {
|
204
190
|
font-size: $nav-tabs-font-size-big;
|
205
191
|
}
|
206
192
|
}
|
193
|
+
}
|
207
194
|
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
195
|
+
// single tab
|
196
|
+
.sd-nav-tabs__tab {
|
197
|
+
@include nav-tabs-tab();
|
198
|
+
display: flex;
|
199
|
+
flex-shrink: 1;
|
200
|
+
}
|
212
201
|
|
213
|
-
|
214
|
-
|
215
|
-
|
202
|
+
// active state
|
203
|
+
.sd-nav-tabs__tab--active,
|
204
|
+
.sd-nav-tabs__tab--active:hover {
|
205
|
+
@include nav-tabs-tab-active();
|
206
|
+
flex-shrink: 0;
|
207
|
+
}
|
208
|
+
|
209
|
+
.sd-nav-tabs__pane {
|
210
|
+
.subnav {
|
211
|
+
margin-block-start: 1px;
|
216
212
|
}
|
217
213
|
}
|
214
|
+
|
215
|
+
.sd-nav-tabs__pane--padding {
|
216
|
+
padding: 2rem;
|
217
|
+
}
|
218
|
+
|
219
|
+
// Nav tabs content
|
220
|
+
.sd-nav-tabs__content {
|
221
|
+
padding: 2rem;
|
222
|
+
overflow: auto;
|
223
|
+
}
|
224
|
+
|
225
|
+
.sd-nav-tabs__content--small {
|
226
|
+
padding: 1.2rem;
|
227
|
+
}
|
@@ -7,10 +7,10 @@ $tag-label-BG-inverse: var(--sd-colour__tag-label-Bg--inverse);
|
|
7
7
|
$tag-label-Txt-inverse: var(--sd-colour__tag-label-Txt--inverse);
|
8
8
|
|
9
9
|
$tag-bg-colors: (
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
10
|
+
default: $tag-label-BG-default,
|
11
|
+
darker: $tag-label-BG-darker,
|
12
|
+
highlight1: $tag-label-BG-highlight-1,
|
13
|
+
highlight2: $tag-label-BG-highlight-2,
|
14
14
|
);
|
15
15
|
/// Coloring classes. A map of classes to output in the CSS.
|
16
16
|
$tag-label-palette: $tag-bg-colors !default;
|
@@ -53,18 +53,17 @@ $tag-label-lineheight: 100% !default;
|
|
53
53
|
|
54
54
|
@each $name, $color in $tag-label-palette {
|
55
55
|
&.tag-label--#{$name} {
|
56
|
-
|
56
|
+
background: $color;
|
57
57
|
}
|
58
58
|
}
|
59
|
-
|
60
|
-
border-radius: $border-radius__base--x-small;
|
61
|
-
}
|
59
|
+
|
62
60
|
> span {
|
63
61
|
max-width: 235px;
|
64
62
|
overflow: hidden;
|
65
63
|
white-space: nowrap;
|
66
64
|
text-overflow: ellipsis;
|
67
65
|
}
|
66
|
+
|
68
67
|
.tag-label__remove {
|
69
68
|
height: 1.8rem;
|
70
69
|
width: 1.8rem;
|
@@ -84,6 +83,7 @@ $tag-label-lineheight: 100% !default;
|
|
84
83
|
transition: background-color .2s ease-out, color .1s ease-out, opacity .1s ease-out;
|
85
84
|
margin-inline-start: 0.8rem;
|
86
85
|
margin-inline-end: -1rem;
|
86
|
+
|
87
87
|
[class^="icon-"], [class*=" icon-"] {
|
88
88
|
color: var(--color-text-light);
|
89
89
|
font-size: 1.6rem;
|
@@ -93,40 +93,50 @@ $tag-label-lineheight: 100% !default;
|
|
93
93
|
opacity: 0.4;
|
94
94
|
transition: color .1s ease-out, opacity .1s ease-out;
|
95
95
|
}
|
96
|
+
|
96
97
|
&:hover {
|
97
98
|
text-decoration: none;
|
98
99
|
background-color: var(--sd-colour__tag-label-remove-Bg--hover);
|
100
|
+
|
99
101
|
[class^="icon-"], [class*=" icon-"] {
|
100
102
|
opacity: 0.85;
|
101
103
|
}
|
102
104
|
}
|
105
|
+
|
103
106
|
&:active {
|
104
107
|
background-color: var(--sd-colour__tag-label-remove-Bg--hover);
|
108
|
+
|
105
109
|
[class^="icon-"], [class*=" icon-"] {
|
106
|
-
|
107
|
-
|
110
|
+
color: $sd-colour-interactive;
|
111
|
+
opacity: 1;
|
108
112
|
}
|
109
113
|
}
|
110
114
|
}
|
115
|
+
|
111
116
|
&.tag-label--inverse {
|
112
117
|
color: $tag-label-Txt-inverse;
|
113
118
|
background-color: $tag-label-BG-inverse;
|
114
119
|
}
|
120
|
+
|
115
121
|
.tag-label--text-wrapper {
|
116
122
|
display: flex;
|
117
123
|
align-items: center;
|
118
124
|
justify-content: center;
|
119
125
|
gap: 4px;
|
120
126
|
}
|
127
|
+
|
121
128
|
.tag-label--text-label {
|
122
129
|
opacity: 0.7;
|
123
130
|
}
|
124
131
|
}
|
125
132
|
|
133
|
+
.tag-label--square {
|
134
|
+
border-radius: $border-radius__base--x-small;
|
135
|
+
}
|
136
|
+
|
126
137
|
// ----------------- SEARCH TAGS -----------------
|
127
138
|
// -----------------------------------------------
|
128
139
|
|
129
|
-
|
130
140
|
.sd-search-tags__bar {
|
131
141
|
position: relative;
|
132
142
|
z-index: 2;
|
@@ -136,19 +146,24 @@ $tag-label-lineheight: 100% !default;
|
|
136
146
|
box-shadow: 0 1px 1px 0 hsla(0, 0%, 0%, 0.12);
|
137
147
|
background-color: var(--sd-colour-bg-translucent--10);
|
138
148
|
}
|
149
|
+
|
139
150
|
.sd-search-tags__tag-list {
|
140
151
|
margin: 0.6rem 0;
|
152
|
+
|
141
153
|
&:empty {
|
142
154
|
padding: 0 !important;
|
143
155
|
}
|
156
|
+
|
144
157
|
.sd-search-tags__tag {
|
145
158
|
margin-left: 2px !important;
|
146
159
|
margin-right: 2px !important;
|
147
160
|
}
|
148
161
|
}
|
162
|
+
|
149
163
|
.sd-search-tags__tag-list:empty {
|
150
164
|
padding: 0 !important;
|
151
165
|
}
|
166
|
+
|
152
167
|
.sd-search-tags__tag {
|
153
168
|
font-size: 1.3rem;
|
154
169
|
}
|