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
@@ -12,6 +12,7 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
12
12
|
height: 100%;
|
13
13
|
position: relative;
|
14
14
|
background-color: $side-panel-Bg;
|
15
|
+
|
15
16
|
.side-panel__header {
|
16
17
|
grid-column: 1/2;
|
17
18
|
grid-row: 1/2;
|
@@ -22,20 +23,27 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
22
23
|
flex-direction: column;
|
23
24
|
justify-content: center;
|
24
25
|
background-color: inherit;
|
25
|
-
|
26
|
-
box-shadow: 0 1px 0 var(--sd-colour-line--x-light);
|
27
|
-
}
|
26
|
+
|
28
27
|
.nav-tabs {
|
29
28
|
flex-grow: 1;
|
30
29
|
}
|
31
|
-
&--dark-blue-grey, &--blueGreyDarker {
|
32
|
-
background-color: $subnav-background-dark-blue-grey;
|
33
|
-
color: $white;
|
34
|
-
}
|
35
|
-
&--darker {
|
36
|
-
background-color: var(--sd-colour-panel-bg--100);
|
37
|
-
}
|
38
30
|
}
|
31
|
+
|
32
|
+
.side-panel__header--border-b,
|
33
|
+
.side-panel__header--border-bottom {
|
34
|
+
box-shadow: 0 1px 0 var(--sd-colour-line--x-light);
|
35
|
+
}
|
36
|
+
|
37
|
+
.side-panel__header--dark-blue-grey,
|
38
|
+
.side-panel__header--blueGreyDarker {
|
39
|
+
background-color: $subnav-background-dark-blue-grey;
|
40
|
+
color: $white;
|
41
|
+
}
|
42
|
+
|
43
|
+
.side-panel__header--darker {
|
44
|
+
background-color: var(--sd-colour-panel-bg--100);
|
45
|
+
}
|
46
|
+
|
39
47
|
.side-panel__header-inner {
|
40
48
|
display: flex;
|
41
49
|
flex-direction: row;
|
@@ -43,19 +51,24 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
43
51
|
position: relative;
|
44
52
|
min-height: 4.8rem;
|
45
53
|
}
|
54
|
+
|
46
55
|
.side-panel__header-wrapper {
|
47
56
|
display: flex;
|
48
57
|
}
|
58
|
+
|
49
59
|
.side-panel__sliding-toolbar {
|
50
60
|
@include sliding-toolbar; // See mixins.scss for details
|
61
|
+
|
51
62
|
&.side-panel__sliding-toolbar {
|
52
63
|
text-align: end;
|
53
64
|
justify-content: flex-end;
|
54
|
-
|
65
|
+
|
66
|
+
&>.btn {
|
55
67
|
margin-left: $sd-base-increment;
|
56
68
|
}
|
57
69
|
}
|
58
70
|
}
|
71
|
+
|
59
72
|
.side-panel__heading {
|
60
73
|
padding-inline-start: $sd-base-increment * 2;
|
61
74
|
padding-inline-end: $sd-base-increment * 2;
|
@@ -65,145 +78,173 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
65
78
|
opacity: 0.8;
|
66
79
|
font-weight: 400;
|
67
80
|
letter-spacing: 0.02em;
|
68
|
-
&--big {
|
69
|
-
color: $sd-text;
|
70
|
-
font-weight: 400;
|
71
|
-
font-size: 1.8rem;
|
72
|
-
letter-spacing: 0.01em;
|
73
|
-
}
|
74
81
|
}
|
82
|
+
|
83
|
+
.side-panel__heading--big {
|
84
|
+
color: $sd-text;
|
85
|
+
font-weight: 400;
|
86
|
+
font-size: 1.8rem;
|
87
|
+
letter-spacing: 0.01em;
|
88
|
+
}
|
89
|
+
|
75
90
|
.side-panel__btn-group {
|
76
91
|
padding-inline: 0.8rem;
|
77
92
|
padding-block: 0.8rem;
|
78
93
|
z-index: 2;
|
79
94
|
color: var(--color-text-light);
|
80
95
|
}
|
96
|
+
|
81
97
|
.side-panel__tools {
|
82
98
|
position: absolute;
|
83
99
|
inset-inline-end: $sd-base-increment;
|
84
100
|
inset-block-start: $sd-base-increment;
|
85
101
|
z-index: 2;
|
86
102
|
color: inherit;
|
103
|
+
|
87
104
|
.icn-btn {
|
88
105
|
margin-left: 0.2rem;
|
89
106
|
}
|
90
107
|
}
|
108
|
+
|
91
109
|
.side-panel__content {
|
92
110
|
grid-column: 1/2;
|
93
111
|
grid-row: 2/3;
|
94
112
|
z-index: 1;
|
95
113
|
overflow: auto;
|
96
114
|
position: relative;
|
97
|
-
|
98
|
-
|
99
|
-
|
115
|
+
}
|
116
|
+
|
117
|
+
.side-panel__content--flex {
|
118
|
+
display: flex;
|
119
|
+
flex-direction: column;
|
120
|
+
}
|
121
|
+
|
122
|
+
.side-panel__content--split {
|
123
|
+
display: grid;
|
124
|
+
grid-template-columns: 1fr 1fr;
|
125
|
+
grid-template-rows: 1fr;
|
126
|
+
|
127
|
+
.side-panel__content-block--left {
|
128
|
+
grid-column: 1/2;
|
129
|
+
grid-row: 1/2;
|
130
|
+
overflow-y: auto;
|
131
|
+
background-color: rgba(0, 0, 0, .1);
|
100
132
|
}
|
101
|
-
|
102
|
-
|
103
|
-
grid-
|
104
|
-
grid-
|
105
|
-
|
106
|
-
grid-column: 1/2;
|
107
|
-
grid-row: 1/2;
|
108
|
-
overflow-y: auto;
|
109
|
-
background-color: rgba(0,0,0,.1);
|
110
|
-
}
|
111
|
-
.side-panel__content-block--right {
|
112
|
-
grid-column: 2/3;
|
113
|
-
grid-row: 1/2;
|
114
|
-
overflow-y: auto;
|
115
|
-
}
|
133
|
+
|
134
|
+
.side-panel__content-block--right {
|
135
|
+
grid-column: 2/3;
|
136
|
+
grid-row: 1/2;
|
137
|
+
overflow-y: auto;
|
116
138
|
}
|
117
139
|
}
|
140
|
+
|
118
141
|
.side-panel__content-tab-nav {
|
119
142
|
min-height: 4.8rem;
|
120
143
|
flex-grow: 0;
|
121
144
|
flex-shrink: 0;
|
122
145
|
}
|
146
|
+
|
123
147
|
.side-panel__content-tab-content {
|
124
148
|
flex-grow: 1;
|
125
149
|
overflow: auto;
|
126
150
|
}
|
151
|
+
|
127
152
|
.side-panel__image-actions {
|
128
153
|
position: absolute;
|
129
154
|
top: 1.8rem;
|
130
155
|
right: 0.5rem;
|
131
156
|
z-index: 2;
|
132
157
|
}
|
158
|
+
|
133
159
|
.side-panel__content-block {
|
134
160
|
@include sd-padding('2');
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
&--boxed {
|
139
|
-
padding: 1.6rem;
|
140
|
-
border-radius: $border-radius__base--medium;
|
141
|
-
margin-bottom: 1rem;
|
161
|
+
|
162
|
+
.side-panel__heading {
|
163
|
+
padding: 0;
|
142
164
|
}
|
143
|
-
|
144
|
-
|
165
|
+
}
|
166
|
+
|
167
|
+
.side-panel__content-block--pad-top-0 {
|
168
|
+
padding-top: 0;
|
169
|
+
}
|
170
|
+
|
171
|
+
.side-panel__content-block--boxed {
|
172
|
+
padding: 1.6rem;
|
173
|
+
border-radius: $border-radius__base--medium;
|
174
|
+
margin-bottom: 1rem;
|
175
|
+
}
|
176
|
+
|
177
|
+
.side-panel__content-block--pad-small {
|
178
|
+
padding: 1.4rem 2rem 0.6rem;
|
179
|
+
}
|
180
|
+
|
181
|
+
.side-panel__content-block--flex {
|
182
|
+
display: flex;
|
183
|
+
align-items: flex-start;
|
184
|
+
}
|
185
|
+
|
186
|
+
.side-panel__content-block--image {
|
187
|
+
position: relative;
|
188
|
+
|
189
|
+
.side-panel__image-actions {
|
190
|
+
visibility: hidden;
|
145
191
|
}
|
146
|
-
|
147
|
-
|
148
|
-
|
192
|
+
|
193
|
+
img {
|
194
|
+
display: block;
|
195
|
+
max-width: 100%;
|
196
|
+
max-height: 100%;
|
197
|
+
height: auto;
|
198
|
+
margin: auto;
|
149
199
|
}
|
150
|
-
|
151
|
-
|
200
|
+
|
201
|
+
&:hover {
|
152
202
|
.side-panel__image-actions {
|
153
|
-
visibility:
|
154
|
-
}
|
155
|
-
img {
|
156
|
-
display: block;
|
157
|
-
max-width: 100%;
|
158
|
-
max-height: 100%;
|
159
|
-
height: auto;
|
160
|
-
margin: auto;
|
203
|
+
visibility: visible;
|
161
204
|
}
|
162
|
-
&:hover {
|
163
|
-
.side-panel__image-actions {
|
164
|
-
visibility: visible;
|
165
|
-
}
|
166
|
-
}
|
167
|
-
}
|
168
|
-
&--padding-0 {
|
169
|
-
padding: 0;
|
170
|
-
}
|
171
|
-
&--padding-1-5 {
|
172
|
-
@include sd-padding('1-5');
|
173
|
-
}
|
174
|
-
&--padding-3 {
|
175
|
-
@include sd-padding('3');
|
176
|
-
}
|
177
|
-
&--space-between {
|
178
|
-
justify-content: space-between;
|
179
|
-
}
|
180
|
-
.side-panel__heading {
|
181
|
-
padding: 0;
|
182
205
|
}
|
183
|
-
|
184
|
-
|
185
|
-
|
206
|
+
}
|
207
|
+
|
208
|
+
.side-panel__content-block--padding-0 {
|
209
|
+
padding: 0;
|
210
|
+
}
|
211
|
+
|
212
|
+
.side-panel__content-block--padding-1-5 {
|
213
|
+
@include sd-padding('1-5');
|
214
|
+
}
|
215
|
+
|
216
|
+
.side-panel__content-block--padding-3 {
|
217
|
+
@include sd-padding('3');
|
218
|
+
}
|
219
|
+
|
220
|
+
.side-panel__content-block--space-between {
|
221
|
+
justify-content: space-between;
|
222
|
+
}
|
223
|
+
|
224
|
+
.side-panel__content-block--overlay-panel-inside {
|
225
|
+
padding: 0;
|
226
|
+
overflow: hidden !important;
|
227
|
+
display: flex;
|
228
|
+
flex-direction: column;
|
229
|
+
|
230
|
+
>div {
|
186
231
|
display: flex;
|
187
232
|
flex-direction: column;
|
233
|
+
flex-grow: 1;
|
234
|
+
overflow-x: hidden;
|
235
|
+
overflow-y: auto;
|
188
236
|
|
189
|
-
|
237
|
+
&>span {
|
238
|
+
position: relative;
|
190
239
|
display: flex;
|
191
240
|
flex-direction: column;
|
192
241
|
flex-grow: 1;
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
& > span {
|
197
|
-
position: relative;
|
198
|
-
display: flex;
|
199
|
-
flex-direction: column;
|
200
|
-
flex-grow: 1;
|
201
|
-
padding: 2rem;
|
202
|
-
width: 100%;
|
203
|
-
}
|
242
|
+
padding: 2rem;
|
243
|
+
width: 100%;
|
204
244
|
}
|
205
245
|
}
|
206
246
|
}
|
247
|
+
|
207
248
|
// collapsible header
|
208
249
|
.side-panel-collapsible-header {
|
209
250
|
position: relative;
|
@@ -213,61 +254,66 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
213
254
|
min-height: 40px;
|
214
255
|
//transition: min-height 0.3s 0.3s ease-in;
|
215
256
|
|
216
|
-
&__fixed {
|
217
|
-
padding: 0;
|
218
|
-
display: flex;
|
219
|
-
justify-content: space-between;
|
220
|
-
align-items: center;
|
221
|
-
}
|
222
|
-
&__collapsible {
|
223
|
-
height: 0;
|
224
|
-
padding: 0;
|
225
|
-
overflow: hidden;
|
226
|
-
opacity: 0;
|
227
|
-
transition: opacity 0.3s 0.4s;
|
228
|
-
}
|
229
|
-
&__toggle {
|
230
|
-
position: absolute;
|
231
|
-
width: 21px;
|
232
|
-
height: 21px;
|
233
|
-
border: 0;
|
234
|
-
padding: 0;
|
235
|
-
left: 50%;
|
236
|
-
margin-left: -10.5px;
|
237
|
-
bottom: -11px;
|
238
|
-
background-color: #fff;
|
239
|
-
z-index: 3;
|
240
|
-
line-height: 0;
|
241
|
-
border-radius: $border-radius__base--full;
|
242
|
-
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
|
243
|
-
transition: transform 0.5s;
|
244
|
-
|
245
|
-
&.active {
|
246
|
-
-webkit-transform: rotate(180deg);
|
247
|
-
transform: rotate(180deg);
|
248
|
-
}
|
249
|
-
}
|
250
257
|
&.active {
|
251
258
|
min-height: 150px;
|
252
259
|
//transition: min-height 1s ease-in;
|
253
260
|
|
254
|
-
.side-panel-collapsible-header__collapsible {
|
261
|
+
.side-panel-collapsible-header__collapsible {
|
255
262
|
height: auto;
|
256
263
|
opacity: 1;
|
257
264
|
padding: .8rem 0;
|
258
265
|
}
|
259
266
|
}
|
260
267
|
}
|
268
|
+
|
269
|
+
.side-panel-collapsible-header__fixed {
|
270
|
+
padding: 0;
|
271
|
+
display: flex;
|
272
|
+
justify-content: space-between;
|
273
|
+
align-items: center;
|
274
|
+
}
|
275
|
+
|
276
|
+
.side-panel-collapsible-header__collapsible {
|
277
|
+
height: 0;
|
278
|
+
padding: 0;
|
279
|
+
overflow: hidden;
|
280
|
+
opacity: 0;
|
281
|
+
transition: opacity 0.3s 0.4s;
|
282
|
+
}
|
283
|
+
|
284
|
+
.side-panel-collapsible-header__toggle {
|
285
|
+
position: absolute;
|
286
|
+
width: 21px;
|
287
|
+
height: 21px;
|
288
|
+
border: 0;
|
289
|
+
padding: 0;
|
290
|
+
left: 50%;
|
291
|
+
margin-left: -10.5px;
|
292
|
+
bottom: -11px;
|
293
|
+
background-color: #fff;
|
294
|
+
z-index: 3;
|
295
|
+
line-height: 0;
|
296
|
+
border-radius: $border-radius__base--full;
|
297
|
+
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
|
298
|
+
transition: transform 0.5s;
|
299
|
+
|
300
|
+
&.active {
|
301
|
+
-webkit-transform: rotate(180deg);
|
302
|
+
transform: rotate(180deg);
|
303
|
+
}
|
304
|
+
}
|
305
|
+
|
261
306
|
.side-panel__content-block-heading {
|
262
307
|
font-size: 1.9rem;
|
263
308
|
line-height: 120%;
|
264
309
|
font-weight: 500;
|
265
310
|
margin: 2rem 0;
|
311
|
+
}
|
266
312
|
|
267
|
-
|
268
|
-
|
269
|
-
}
|
313
|
+
.side-panel__content-block-heading--small-margin {
|
314
|
+
margin: 1rem 0;
|
270
315
|
}
|
316
|
+
|
271
317
|
.side-panel__content-block-text {
|
272
318
|
font-size: 1.5rem;
|
273
319
|
line-height: 140%;
|
@@ -275,20 +321,24 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
275
321
|
word-wrap: break-word;
|
276
322
|
padding-bottom: 1rem;
|
277
323
|
}
|
324
|
+
|
278
325
|
// Use only inside cside-panel__content-block--flex for grouping and positioning content
|
279
326
|
.side-panel__content-block-inner {
|
280
327
|
flex-grow: 0;
|
281
|
-
|
282
|
-
text-align: end;
|
283
|
-
}
|
284
|
-
&--grow {
|
285
|
-
flex-grow: 1;
|
286
|
-
}
|
328
|
+
|
287
329
|
.double-size-icn {
|
288
330
|
margin: 0.1rem 1rem 0 0;
|
289
331
|
}
|
290
332
|
}
|
291
333
|
|
334
|
+
.side-panel__content-block-inner--right {
|
335
|
+
text-align: end;
|
336
|
+
}
|
337
|
+
|
338
|
+
.side-panel__content-block-inner--grow {
|
339
|
+
flex-grow: 1;
|
340
|
+
}
|
341
|
+
|
292
342
|
// Social media overlay - Superdesk targeted publishing
|
293
343
|
.side-panel__content-block-overlay {
|
294
344
|
position: absolute;
|
@@ -311,12 +361,12 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
311
361
|
background-color: #222;
|
312
362
|
z-index: 2;
|
313
363
|
}
|
364
|
+
}
|
314
365
|
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
}
|
366
|
+
.side-panel__content-block-overlay--open {
|
367
|
+
.side-panel {
|
368
|
+
left: 0;
|
369
|
+
opacity: 1;
|
320
370
|
}
|
321
371
|
}
|
322
372
|
|
@@ -340,80 +390,89 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
340
390
|
background-color: #222;
|
341
391
|
z-index: 2;
|
342
392
|
}
|
393
|
+
}
|
343
394
|
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
}
|
395
|
+
.side-panel__content-block-overlay-grid--open {
|
396
|
+
.side-panel {
|
397
|
+
left: 0;
|
398
|
+
opacity: 1;
|
349
399
|
}
|
350
400
|
}
|
351
401
|
|
352
402
|
.side-panel__top-tools {
|
353
403
|
padding: 2rem;
|
354
|
-
background-color: rgba(0,0,0,0.06);
|
404
|
+
background-color: rgba(0, 0, 0, 0.06);
|
355
405
|
padding: 1.2rem 1rem 1.2rem 2rem;
|
356
406
|
display: flex;
|
357
407
|
align-items: center;
|
408
|
+
|
358
409
|
.side-panel__top-tools-left {
|
359
410
|
text-align: start;
|
360
411
|
flex-grow: 1;
|
361
412
|
}
|
413
|
+
|
362
414
|
.side-panel__top-tools-right {
|
363
415
|
text-align: end;
|
364
416
|
flex-grow: 1;
|
365
417
|
}
|
366
|
-
&--dark-blue-grey {
|
367
|
-
background: $subnav-background-dark-blue-grey;
|
368
|
-
color: $white;
|
369
|
-
}
|
370
418
|
}
|
419
|
+
|
420
|
+
.side-panel__top-tools--dark-blue-grey {
|
421
|
+
background: $subnav-background-dark-blue-grey;
|
422
|
+
color: $white;
|
423
|
+
}
|
424
|
+
|
371
425
|
.side-panel__footer {
|
372
426
|
grid-column: 1/2;
|
373
427
|
grid-row: 3/4;
|
374
428
|
z-index: 2;
|
375
|
-
|
376
|
-
padding: $sd-base-increment * 1.5 $sd-base-increment * 2;
|
377
|
-
position: relative;
|
378
|
-
box-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.08);
|
379
|
-
display: flex;
|
380
|
-
gap: $sd-base-increment;
|
381
|
-
align-items: center;
|
382
|
-
&::before {
|
383
|
-
position: absolute;
|
384
|
-
content: '';
|
385
|
-
top: -0.4rem;
|
386
|
-
left: 0;
|
387
|
-
right: 0;
|
388
|
-
height: 0.4rem;
|
389
|
-
border-bottom: 1px solid var(--sd-colour--shadow-line);
|
390
|
-
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
|
391
|
-
}
|
392
|
-
& > .btn {
|
393
|
-
flex: 1 0 auto;
|
394
|
-
}
|
395
|
-
& > .icn-btn {
|
396
|
-
flex: 0 0 auto;
|
397
|
-
}
|
398
|
-
}
|
399
|
-
&--button-box-large {
|
400
|
-
padding: $sd-base-increment * 2 $sd-base-increment * 3;
|
401
|
-
gap: $sd-base-increment * 1.5;
|
402
|
-
// .btn + .btn, .side-panel__footer-buttons--flex + .btn {
|
403
|
-
|
404
|
-
// }
|
405
|
-
}
|
429
|
+
|
406
430
|
.side-panel__footer-buttons--flex {
|
407
431
|
display: flex;
|
408
432
|
flex-direction: row;
|
409
433
|
align-items: center;
|
410
434
|
flex-basis: 0;
|
411
435
|
gap: 0.8rem;
|
412
|
-
}
|
436
|
+
}
|
437
|
+
}
|
438
|
+
|
439
|
+
.side-panel__footer--button-box,
|
440
|
+
.side-panel__footer--button-box-large {
|
441
|
+
padding: $sd-base-increment * 1.5 $sd-base-increment * 2;
|
442
|
+
position: relative;
|
443
|
+
box-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.08);
|
444
|
+
display: flex;
|
445
|
+
gap: $sd-base-increment;
|
446
|
+
align-items: center;
|
447
|
+
|
448
|
+
&::before {
|
449
|
+
position: absolute;
|
450
|
+
content: '';
|
451
|
+
top: -0.4rem;
|
452
|
+
left: 0;
|
453
|
+
right: 0;
|
454
|
+
height: 0.4rem;
|
455
|
+
border-bottom: 1px solid var(--sd-colour--shadow-line);
|
456
|
+
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
|
457
|
+
}
|
458
|
+
|
459
|
+
&>.btn {
|
460
|
+
flex: 1 0 auto;
|
461
|
+
}
|
462
|
+
|
463
|
+
&>.icn-btn {
|
464
|
+
flex: 0 0 auto;
|
465
|
+
}
|
413
466
|
}
|
467
|
+
|
468
|
+
.side-panel__footer--button-box-large {
|
469
|
+
padding: $sd-base-increment * 2 $sd-base-increment * 3;
|
470
|
+
gap: $sd-base-increment * 1.5;
|
471
|
+
}
|
472
|
+
|
414
473
|
&.side-panel--shadow-left::after,
|
415
474
|
&.side-panel--left::after {
|
416
|
-
display:block;
|
475
|
+
display: block;
|
417
476
|
top: 0;
|
418
477
|
bottom: 0;
|
419
478
|
content: '';
|
@@ -421,11 +480,12 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
421
480
|
position: absolute;
|
422
481
|
right: 0;
|
423
482
|
z-index: 80;
|
424
|
-
background-image: linear-gradient(to left,rgba(0,0,0
|
483
|
+
background-image: linear-gradient(to left, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, 0) 100%);
|
425
484
|
}
|
485
|
+
|
426
486
|
&.side-panel--shadow-right::after,
|
427
487
|
&.side-panel--right::after {
|
428
|
-
display:block;
|
488
|
+
display: block;
|
429
489
|
top: 0;
|
430
490
|
bottom: 0;
|
431
491
|
content: '';
|
@@ -433,68 +493,86 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
433
493
|
position: absolute;
|
434
494
|
left: 0;
|
435
495
|
z-index: 80;
|
436
|
-
background-image: linear-gradient(to right,rgba(0,0,0
|
496
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, 0) 100%);
|
437
497
|
}
|
498
|
+
|
438
499
|
&.side-panel--transparent {
|
439
500
|
background-color: transparent;
|
440
501
|
}
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
502
|
+
}
|
503
|
+
|
504
|
+
.side-panel--bg-000,
|
505
|
+
.side-panel--light {
|
506
|
+
background-color: $side-panel-Bg-000;
|
507
|
+
}
|
508
|
+
|
509
|
+
.side-panel--bg-100,
|
510
|
+
.side-panel--light-grey {
|
511
|
+
background-color: $side-panel-Bg-100;
|
512
|
+
}
|
513
|
+
|
514
|
+
.side-panel--bg-200,
|
515
|
+
.side-panel--grey {
|
516
|
+
background-color: $side-panel-Bg-200;
|
450
517
|
}
|
451
518
|
|
452
519
|
.side-panel__header--has-close {
|
453
520
|
.sd-nav-tabs {
|
454
521
|
margin-inline-end: 4rem;
|
455
522
|
}
|
523
|
+
|
456
524
|
.side-panel__heading {
|
457
525
|
padding-inline-end: $sd-base-increment * 5;
|
458
526
|
}
|
459
527
|
}
|
460
528
|
|
461
|
-
|
462
529
|
.side-panel__container.panel-open,
|
463
|
-
.side-panel__container.panel-open,
|
530
|
+
.side-panel__container.panel-open,
|
464
531
|
.panel-open .side-panel__container,
|
465
532
|
.open-filters .side-panel__container {
|
466
533
|
width: var(--width__container--small);
|
467
534
|
overflow-y: auto;
|
535
|
+
|
468
536
|
.side-panel {
|
469
537
|
opacity: 1;
|
470
538
|
}
|
539
|
+
|
471
540
|
&.side-panel__container--xx-small {
|
472
541
|
width: var(--width__container--xx-small);
|
473
542
|
}
|
543
|
+
|
474
544
|
&.side-panel__container--x-small {
|
475
545
|
width: var(--width__container--x-small);
|
476
546
|
}
|
547
|
+
|
477
548
|
&.side-panel__container--small {
|
478
549
|
width: var(--width__container--small);
|
479
550
|
}
|
551
|
+
|
480
552
|
&.side-panel__container--medium {
|
481
553
|
width: var(--width__container--medium);
|
482
554
|
}
|
483
|
-
|
555
|
+
|
556
|
+
&.side-panel__container--large {
|
484
557
|
width: var(--width__container--large);
|
485
558
|
}
|
559
|
+
|
486
560
|
&.side-panel__container--x-large {
|
487
561
|
width: var(--width__container--x-large);
|
488
562
|
}
|
563
|
+
|
489
564
|
&.side-panel__container--xx-large {
|
490
565
|
width: var(--width__container--xx-large);
|
491
566
|
}
|
567
|
+
|
492
568
|
&.side-panel__container--xxx-large {
|
493
569
|
width: var(--width__container--xxx-large);
|
494
570
|
}
|
571
|
+
|
495
572
|
&.side-panel__container--full {
|
496
573
|
width: var(--width__container--full);
|
497
574
|
}
|
575
|
+
|
498
576
|
&.side-panel__container--auto {
|
499
577
|
width: auto;
|
500
578
|
}
|
@@ -502,7 +580,8 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
502
580
|
&.side-panel__container--left {
|
503
581
|
margin-inline-end: auto;
|
504
582
|
}
|
583
|
+
|
505
584
|
&.side-panel__container--right {
|
506
585
|
margin-inline-start: auto;
|
507
586
|
}
|
508
|
-
}
|
587
|
+
}
|