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,6 +1,4 @@
|
|
1
|
-
// Complete CSS Grid layout
|
2
|
-
// ---------------------------------------------
|
3
|
-
|
1
|
+
// Complete CSS Grid layout
|
4
2
|
|
5
3
|
// ------ Basic page with space for the main navigation on the left ------ //
|
6
4
|
.sd-page-grid--basic {
|
@@ -20,26 +18,31 @@
|
|
20
18
|
width: 30rem;
|
21
19
|
box-shadow: inset -4px 0 12px hsla(0, 0%, 0%, 0.9);
|
22
20
|
display: none;
|
21
|
+
|
23
22
|
.sd-left-nav__btn {
|
24
23
|
color: hsla(0, 0%, 100%, 0.75);
|
25
24
|
}
|
25
|
+
|
26
26
|
.sd-left-nav__group-header {
|
27
27
|
border-top: 1px solid hsla(0, 0%, 100%, 0.14);
|
28
28
|
}
|
29
29
|
}
|
30
|
+
|
30
31
|
.sd-top-menu {
|
31
32
|
grid-column: 2/3;
|
32
33
|
grid-row: 1/2;
|
33
34
|
z-index: 2;
|
34
35
|
position: static;
|
35
36
|
}
|
37
|
+
|
36
38
|
.sd-content {
|
37
39
|
grid-column: 2/3;
|
38
40
|
grid-row: 2/3;
|
39
41
|
z-index: 1;
|
40
42
|
background-color: var(--sd-colour-panel-bg--100);
|
41
43
|
overflow: auto;
|
42
|
-
}
|
44
|
+
}
|
45
|
+
|
43
46
|
.bottom-bar,
|
44
47
|
.sd-bottom-bar {
|
45
48
|
grid-column: 2/3;
|
@@ -49,7 +52,7 @@
|
|
49
52
|
|
50
53
|
.bottom-bar,
|
51
54
|
.sd-bottom-bar {
|
52
|
-
min-height:3.2rem;
|
55
|
+
min-height: 3.2rem;
|
53
56
|
background-color: var(--sd-colour-bottom-bar);
|
54
57
|
z-index: 2;
|
55
58
|
display: flex;
|
@@ -59,6 +62,7 @@
|
|
59
62
|
grid-template-columns: $sd-sidebarMenu-width 1fr auto auto;
|
60
63
|
color: hsla(0, 0%, 100%, 0.75);
|
61
64
|
}
|
65
|
+
|
62
66
|
.sd-bottom-bar__action {
|
63
67
|
height: 100%;
|
64
68
|
display: flex;
|
@@ -69,24 +73,28 @@
|
|
69
73
|
padding: 0;
|
70
74
|
background-color: var(--sd-colour-top-menu__btn);
|
71
75
|
transition: all 0.2s ease;
|
76
|
+
|
72
77
|
&:hover {
|
73
78
|
background-color: hsl(0, 0%, 0%);
|
74
79
|
cursor: pointer;
|
75
80
|
}
|
81
|
+
|
76
82
|
&:active {
|
77
83
|
background-color: var(--sd-colour-interactive);
|
78
84
|
}
|
79
|
-
&--disabled {
|
80
|
-
pointer-events: none !important;
|
81
|
-
opacity: 0.3;
|
82
|
-
}
|
83
85
|
}
|
84
86
|
|
85
|
-
.sd-
|
87
|
+
.sd-bottom-bar__action--disabled {
|
88
|
+
pointer-events: none !important;
|
89
|
+
opacity: 0.3;
|
90
|
+
}
|
91
|
+
|
92
|
+
.sd-page-content__left-tabs,
|
86
93
|
.sd-page-content__right-tabs {
|
87
94
|
flex-grow: 0;
|
88
95
|
flex-shrink: 0;
|
89
96
|
position: relative;
|
97
|
+
|
90
98
|
&::after {
|
91
99
|
display: block;
|
92
100
|
bottom: 0;
|
@@ -97,73 +105,92 @@
|
|
97
105
|
top: 0;
|
98
106
|
}
|
99
107
|
}
|
108
|
+
|
100
109
|
.sd-page-content__left-tabs::after {
|
101
110
|
right: -4px;
|
102
|
-
background-image: linear-gradient(to right,rgba(0,0,0
|
111
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, .25) 0, transparent 100%);
|
103
112
|
}
|
113
|
+
|
104
114
|
.sd-page-content__right-tabs::after {
|
105
115
|
left: -4px;
|
106
|
-
background-image: linear-gradient(to left,rgba(0,0,0
|
116
|
+
background-image: linear-gradient(to left, rgba(0, 0, 0, .25) 0, transparent 100%);
|
107
117
|
}
|
108
118
|
|
109
119
|
// Container for layouts consisting of a main content block with 1 or 2 slide-in panes
|
110
|
-
.sd-column-box--3,
|
120
|
+
.sd-column-box--3,
|
121
|
+
.sd-column-box--2 {
|
111
122
|
flex-grow: 1;
|
112
123
|
display: flex;
|
113
124
|
flex-direction: row;
|
114
125
|
overflow-x: hidden;
|
115
126
|
overflow-y: auto;
|
116
127
|
}
|
117
|
-
|
128
|
+
|
129
|
+
.sd-column-box--3 {
|
118
130
|
z-index: 1;
|
119
131
|
}
|
132
|
+
|
120
133
|
.sd-column-box__main-column {
|
121
134
|
flex-grow: 1;
|
122
135
|
flex-shrink: 1;
|
123
136
|
overflow: auto;
|
124
137
|
background-color: $mainListBackGround;
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
flex-
|
138
|
+
}
|
139
|
+
|
140
|
+
.sd-column-box__main-column--padded {
|
141
|
+
padding: 2rem;
|
142
|
+
}
|
143
|
+
|
144
|
+
.sd-column-box__main-column--20 {
|
145
|
+
width: 20%;
|
146
|
+
}
|
147
|
+
|
148
|
+
.sd-column-box__main-column--30 {
|
149
|
+
width: 30%;
|
150
|
+
}
|
151
|
+
|
152
|
+
.sd-column-box__main-column--40 {
|
153
|
+
width: 40%;
|
154
|
+
}
|
155
|
+
|
156
|
+
// 50% is the default width
|
157
|
+
|
158
|
+
.sd-column-box__main-column--60 {
|
159
|
+
width: 60%;
|
160
|
+
}
|
161
|
+
|
162
|
+
.sd-column-box__main-column--70 {
|
163
|
+
width: 70%;
|
164
|
+
}
|
165
|
+
|
166
|
+
.sd-column-box__main-column--80 {
|
167
|
+
width: 80%;
|
168
|
+
}
|
169
|
+
|
170
|
+
.sd-column-box__main-column--photo-preview {
|
171
|
+
display: flex;
|
172
|
+
flex-direction: column;
|
173
|
+
background-color: var(--sd-colour-bg__photo-preview);
|
174
|
+
position: relative;
|
175
|
+
|
176
|
+
.sd-photo-preview {
|
177
|
+
flex-grow: 1;
|
165
178
|
}
|
166
179
|
}
|
180
|
+
|
181
|
+
.sd-column-box__main-column--left {
|
182
|
+
border-right: 1px solid var(--sd-colour-line--light);
|
183
|
+
}
|
184
|
+
|
185
|
+
.sd-column-box__main-column--border-right {
|
186
|
+
border-right: 2px solid var(--sd-colour-line--medium);
|
187
|
+
}
|
188
|
+
|
189
|
+
.sd-column-box__main-column--flex {
|
190
|
+
display: flex;
|
191
|
+
flex-direction: column;
|
192
|
+
}
|
193
|
+
|
167
194
|
.sd-column-box__main-column-top-bar {
|
168
195
|
padding: 0.8rem 2.4rem;
|
169
196
|
border-bottom: 1px solid var(--sd-colour-line--x-light);
|
@@ -171,11 +198,13 @@
|
|
171
198
|
flex-direction: row;
|
172
199
|
gap: $sd-base-increment;
|
173
200
|
}
|
201
|
+
|
174
202
|
.sd-column-box__main-column-inner {
|
175
203
|
overflow-y: auto;
|
176
204
|
padding: 2rem;
|
177
205
|
flex-grow: 1;
|
178
206
|
}
|
207
|
+
|
179
208
|
.sd-column-box__slide-in-column {
|
180
209
|
width: 26rem;
|
181
210
|
transition: all .2s ease-out;
|
@@ -186,7 +215,8 @@
|
|
186
215
|
position: relative;
|
187
216
|
flex-shrink: 0;
|
188
217
|
background-color: var(--sd-colour-bg__slide-in-column-inner);
|
189
|
-
|
218
|
+
|
219
|
+
&::before {
|
190
220
|
display: block;
|
191
221
|
top: 0;
|
192
222
|
bottom: 0;
|
@@ -197,37 +227,45 @@
|
|
197
227
|
z-index: 80;
|
198
228
|
background-image: linear-gradient(to right, hsla(0, 0%, 0%, 0.12) 0%, transparent 100%);
|
199
229
|
}
|
230
|
+
|
200
231
|
.sd-column-box__slide-in-column-inner {
|
201
232
|
opacity: 1;
|
202
233
|
transition: all 0.1s ease-out;
|
203
234
|
transition-delay: 0.2s;
|
204
235
|
background-color: var(--sd-colour-bg__slide-in-column-inner);
|
205
236
|
}
|
206
|
-
|
207
|
-
width: 40rem;
|
208
|
-
}
|
209
|
-
&--closed {
|
210
|
-
width: 0;
|
211
|
-
border-left: 1px solid transparent;
|
212
|
-
overflow: hidden;
|
213
|
-
.sd-column-box__slide-in-column-inner {
|
214
|
-
opacity: 0;
|
215
|
-
transition: all 0.1s ease-out;
|
216
|
-
transition-delay: 0;
|
217
|
-
}
|
218
|
-
}
|
237
|
+
|
219
238
|
&.sd-column-box__slide-in-column--light {
|
220
239
|
background-color: var(--sd-colour-panel-bg--000);
|
240
|
+
|
221
241
|
.sd-column-box__slide-in-column-inner {
|
222
242
|
background-color: var(--sd-colour-panel-bg--000);
|
223
243
|
}
|
224
244
|
}
|
225
245
|
}
|
246
|
+
|
247
|
+
.sd-column-box__slide-in-column--large {
|
248
|
+
width: 40rem;
|
249
|
+
}
|
250
|
+
|
251
|
+
.sd-column-box__slide-in-column--closed {
|
252
|
+
width: 0;
|
253
|
+
border-left: 1px solid transparent;
|
254
|
+
overflow: hidden;
|
255
|
+
|
256
|
+
.sd-column-box__slide-in-column-inner {
|
257
|
+
opacity: 0;
|
258
|
+
transition: all 0.1s ease-out;
|
259
|
+
transition-delay: 0;
|
260
|
+
}
|
261
|
+
}
|
262
|
+
|
226
263
|
.sd-slide-in-panel {
|
227
264
|
display: flex;
|
228
265
|
flex-direction: column;
|
229
266
|
height: 100%;
|
230
267
|
}
|
268
|
+
|
231
269
|
.sd-slide-in-panel__header {
|
232
270
|
flex-grow: 0;
|
233
271
|
flex-shrink: 0;
|
@@ -239,6 +277,7 @@
|
|
239
277
|
align-items: center;
|
240
278
|
box-shadow: 0 1px 0 var(--sd-colour-line--light);
|
241
279
|
}
|
280
|
+
|
242
281
|
.sd-slide-in-panel__heading {
|
243
282
|
padding: 0 2rem 0 1.6rem;
|
244
283
|
margin: 0;
|
@@ -247,34 +286,43 @@
|
|
247
286
|
font-weight: 300;
|
248
287
|
letter-spacing: 0.02em;
|
249
288
|
margin-right: auto;
|
250
|
-
&--marg-b10 {
|
251
|
-
margin-bottom: 1rem;
|
252
|
-
}
|
253
|
-
&--marg-b16 {
|
254
|
-
margin-bottom: 1.6rem;
|
255
|
-
}
|
256
|
-
&--marg-b20 {
|
257
|
-
margin-bottom: 2rem;
|
258
|
-
}
|
259
289
|
}
|
290
|
+
|
291
|
+
.sd-slide-in-panel__heading--marg-b10 {
|
292
|
+
margin-bottom: 1rem;
|
293
|
+
}
|
294
|
+
|
295
|
+
.sd-slide-in-panel__heading--marg-b16 {
|
296
|
+
margin-bottom: 1.6rem;
|
297
|
+
}
|
298
|
+
|
299
|
+
.sd-slide-in-panel__heading--marg-b20 {
|
300
|
+
margin-bottom: 2rem;
|
301
|
+
}
|
302
|
+
|
260
303
|
.sd-slide-in-panel__close {
|
261
304
|
z-index: 2;
|
262
305
|
color: var(--color-text-lighter);
|
263
306
|
margin-right: $sd-base-increment * 1.5;
|
264
307
|
}
|
308
|
+
|
265
309
|
.sd-slide-in-panel__content {
|
266
310
|
flex-grow: 1;
|
267
311
|
overflow-y: auto;
|
268
312
|
}
|
313
|
+
|
269
314
|
.sd-slide-in-panel__content-block {
|
270
315
|
padding: 1.6rem;
|
271
|
-
|
272
|
-
padding-top: 3.2rem
|
273
|
-
}
|
316
|
+
|
274
317
|
.sd-slide-in-panel__heading {
|
275
318
|
padding: 0;
|
276
319
|
}
|
277
320
|
}
|
321
|
+
|
322
|
+
.sd-slide-in-panel__content-block--first {
|
323
|
+
padding-top: 3.2rem
|
324
|
+
}
|
325
|
+
|
278
326
|
.sd-slide-in-panel__footer {
|
279
327
|
position: relative;
|
280
328
|
flex-grow: 0;
|
@@ -286,6 +334,7 @@
|
|
286
334
|
flex-direction: column;
|
287
335
|
justify-content: center;
|
288
336
|
padding: $sd-base-increment * 1.5 $sd-base-increment * 2;
|
337
|
+
|
289
338
|
&::before {
|
290
339
|
position: absolute;
|
291
340
|
content: '';
|
@@ -298,9 +347,6 @@
|
|
298
347
|
}
|
299
348
|
}
|
300
349
|
|
301
|
-
|
302
|
-
|
303
|
-
|
304
350
|
.sd-page-content__content-block {
|
305
351
|
transition: all 0.2s ease-out;
|
306
352
|
transition-delay: 0.1s;
|
@@ -310,33 +356,37 @@
|
|
310
356
|
overflow-x: hidden;
|
311
357
|
flex-grow: 1;
|
312
358
|
position: relative;
|
359
|
+
|
313
360
|
.subnav {
|
314
361
|
flex-shrink: 0;
|
315
362
|
flex-grow: 0;
|
316
363
|
}
|
364
|
+
|
317
365
|
.sd-list-item-group {
|
318
366
|
margin: 2.4rem;
|
319
367
|
opacity: 1;
|
320
368
|
transition: opacity 0.2s ease-in;
|
321
369
|
transition-delay: 0.1s;
|
322
370
|
}
|
371
|
+
|
323
372
|
.sd-column-box--3 {
|
324
373
|
opacity: 1;
|
325
374
|
transition: opacity 0.2s ease-in;
|
326
375
|
transition-delay: 0.1s;
|
327
376
|
}
|
377
|
+
|
328
378
|
.sd-list-header {
|
329
379
|
margin: 2.4rem 2.4rem -2rem 2.4rem;
|
330
380
|
}
|
331
|
-
|
332
|
-
width: calc(100vw - #{$sd-sidebarMenu-width * 2});
|
333
|
-
}
|
381
|
+
}
|
334
382
|
|
383
|
+
.sd-page-content__content-block--double-sidebar {
|
384
|
+
width: calc(100vw - #{$sd-sidebarMenu-width * 2});
|
335
385
|
}
|
336
386
|
|
337
387
|
.sd-page-content__content-block--right::before {
|
338
388
|
border-left: 3px solid var(--sd-colour__splitter);
|
339
|
-
background-image: linear-gradient(to right,rgba(0,0,0
|
389
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, transparent 100%);
|
340
390
|
display: block;
|
341
391
|
bottom: 0;
|
342
392
|
content: '';
|
@@ -355,26 +405,32 @@
|
|
355
405
|
}
|
356
406
|
|
357
407
|
// ------ Basic page with space for the main navigation on the left ------ //
|
408
|
+
|
358
409
|
.sd-page-content--split {
|
359
410
|
width: 100%;
|
360
411
|
display: flex;
|
361
412
|
flex-direction: row;
|
413
|
+
|
362
414
|
// override basic behaviour of the sd-sidebar-menu
|
363
415
|
.sd-sidebar-menu {
|
364
416
|
position: relative;
|
365
417
|
top: 0;
|
366
418
|
bottom: auto;
|
367
419
|
}
|
420
|
+
|
368
421
|
// Content block width modifiers
|
369
422
|
.sd-page-content__content-block--100 {
|
370
423
|
width: calc(100vw - #{$sd-sidebarMenu-width});
|
371
424
|
}
|
425
|
+
|
372
426
|
.sd-page-content__content-block--70 {
|
373
427
|
width: calc(70vw - #{$sd-sidebarMenu-width});
|
374
428
|
}
|
429
|
+
|
375
430
|
.sd-page-content__content-block--50 {
|
376
431
|
width: calc(50vw - #{$sd-sidebarMenu-width});
|
377
432
|
}
|
433
|
+
|
378
434
|
.sd-page-content__content-block--30 {
|
379
435
|
width: calc(30vw - #{$sd-sidebarMenu-width});
|
380
436
|
}
|
@@ -385,6 +441,7 @@ $planningEditor-width: 53rem;
|
|
385
441
|
.sd-page-content--slide-in {
|
386
442
|
display: flex;
|
387
443
|
flex-direction: row;
|
444
|
+
|
388
445
|
// override basic behaviour of the sd-sidebar-menu
|
389
446
|
.sd-sidebar-menu {
|
390
447
|
position: relative;
|
@@ -395,31 +452,34 @@ $planningEditor-width: 53rem;
|
|
395
452
|
.sd-page-content__content-block--main {
|
396
453
|
width: calc(100vw - #{$sd-sidebarMenu-width});
|
397
454
|
}
|
398
|
-
|
455
|
+
|
399
456
|
.sd-page-content__content-block--30-slide {
|
400
457
|
width: 0;
|
458
|
+
|
401
459
|
.side-panel {
|
402
460
|
opacity: 0;
|
403
461
|
transition: opacity 0.2s ease-in;
|
404
462
|
transition-delay: 0s;
|
405
|
-
|
463
|
+
|
406
464
|
}
|
407
465
|
}
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
466
|
+
}
|
467
|
+
|
468
|
+
.sd-page-content--slide-in--open {
|
469
|
+
.sd-page-content__content-block--main {
|
470
|
+
width: calc(100vw - #{$sd-sidebarMenu-width + $planningEditor-width});
|
471
|
+
}
|
472
|
+
|
473
|
+
.sd-page-content__content-block--30-slide {
|
474
|
+
width: $planningEditor-width;
|
475
|
+
|
476
|
+
.side-panel {
|
477
|
+
opacity: 1;
|
478
|
+
transition-delay: 0.2s;
|
418
479
|
}
|
419
480
|
}
|
420
481
|
}
|
421
482
|
|
422
|
-
|
423
483
|
// Page specific behaviour
|
424
484
|
|
425
485
|
.sd-page-content--split {
|
@@ -427,10 +487,12 @@ $planningEditor-width: 53rem;
|
|
427
487
|
#leftContent.sd-page-content__content-block {
|
428
488
|
width: calc(100vw - #{$sd-sidebarMenu-width});
|
429
489
|
}
|
490
|
+
|
430
491
|
#editPane.sd-page-content__content-block {
|
431
492
|
width: 0;
|
432
493
|
opacity: 0;
|
433
494
|
}
|
495
|
+
|
434
496
|
.open-preview .sd-preview-panel {
|
435
497
|
width: 50rem;
|
436
498
|
}
|
@@ -442,14 +504,17 @@ $planningEditor-width: 53rem;
|
|
442
504
|
#leftContent.sd-page-content__content-block {
|
443
505
|
width: 0;
|
444
506
|
opacity: 0;
|
507
|
+
|
445
508
|
.sd-list-item-group {
|
446
509
|
opacity: 0;
|
447
510
|
transition-delay: 0s;
|
448
511
|
}
|
512
|
+
|
449
513
|
.sd-column-box--3 {
|
450
514
|
opacity: 0;
|
451
|
-
transition-delay: 0s;
|
515
|
+
transition-delay: 0s;
|
452
516
|
}
|
517
|
+
|
453
518
|
.sd-list-header {
|
454
519
|
opacity: 0;
|
455
520
|
transition-delay: 0s;
|
@@ -457,10 +522,12 @@ $planningEditor-width: 53rem;
|
|
457
522
|
}
|
458
523
|
|
459
524
|
}
|
525
|
+
|
460
526
|
&.sd-page-content__content-block.shift-to-left {
|
461
527
|
#editPane.sd-page-content__content-block {
|
462
528
|
width: calc(100vw - #{$sd-sidebarMenu-width});
|
463
529
|
}
|
530
|
+
|
464
531
|
#leftContent.sd-page-content__content-block {
|
465
532
|
width: 0;
|
466
533
|
}
|
@@ -475,77 +542,91 @@ $planningEditor-width: 53rem;
|
|
475
542
|
}
|
476
543
|
}
|
477
544
|
|
478
|
-
.sd-filters-panel,
|
545
|
+
.sd-filters-panel,
|
546
|
+
.sd-preview-panel,
|
547
|
+
.sd-publish-panel {
|
479
548
|
width: 0;
|
480
549
|
transition: all .2s ease-out;
|
481
550
|
display: flex;
|
482
551
|
flex-direction: column;
|
483
552
|
overflow-x: hidden;
|
553
|
+
|
484
554
|
.side-panel {
|
485
555
|
opacity: 0;
|
486
556
|
transition: all 0.1s ease-out;
|
487
557
|
transition-delay: 0;
|
488
558
|
}
|
489
559
|
}
|
560
|
+
|
490
561
|
.sd-filters-panel {
|
491
562
|
background-color: var(--sd-colour-panel-bg--100);
|
492
563
|
border-inline-end: 0px solid hsla(0, 0%, 0%, 0);
|
493
564
|
}
|
565
|
+
|
494
566
|
.sd-preview-panel {
|
495
567
|
background-color: var(--sd-colour-panel-bg--100);
|
496
568
|
border-inline-start: 0px solid hsla(0, 0%, 0%, 0);
|
497
569
|
}
|
570
|
+
|
498
571
|
.open-filters {
|
499
572
|
.sd-filters-panel {
|
500
573
|
width: 36rem;
|
501
574
|
border-inline-end: 2px solid var(--sd-colour__side-panel-border);
|
502
575
|
|
503
|
-
&--border-left {
|
504
|
-
border-inline-end: none;
|
505
|
-
border-inline-start: 2px solid var(--sd-colour__side-panel-border);
|
506
|
-
}
|
507
576
|
.side-panel {
|
508
577
|
opacity: 1;
|
509
578
|
transition: all 0.2s ease-out;
|
510
579
|
transition-delay: .2s;
|
511
|
-
}
|
580
|
+
}
|
581
|
+
}
|
582
|
+
|
583
|
+
.sd-filters-panel--border-left {
|
584
|
+
border-inline-end: none;
|
585
|
+
border-inline-start: 2px solid var(--sd-colour__side-panel-border);
|
512
586
|
}
|
513
587
|
}
|
588
|
+
|
514
589
|
.open-preview {
|
515
590
|
.sd-preview-panel {
|
516
591
|
width: 36rem;
|
517
592
|
border-left: 1px solid rgba(0, 0, 0, 0.25);
|
518
593
|
flex-shrink: 0;
|
519
|
-
|
520
|
-
border-left-color: rgba(0, 0, 0, 0.4);
|
521
|
-
}
|
594
|
+
|
522
595
|
.side-panel {
|
523
596
|
opacity: 1;
|
524
597
|
transition: all 0.2s ease-out;
|
525
598
|
transition-delay: .2s;
|
526
|
-
}
|
599
|
+
}
|
527
600
|
}
|
601
|
+
|
602
|
+
.sd-preview-panel--dark-ui {
|
603
|
+
border-left-color: rgba(0, 0, 0, 0.4);
|
604
|
+
}
|
605
|
+
|
528
606
|
.authoring & {
|
529
607
|
.sd-preview-panel {
|
530
|
-
width: auto;
|
608
|
+
width: auto;
|
531
609
|
max-width: 32rem;
|
532
610
|
}
|
533
611
|
}
|
534
612
|
}
|
535
613
|
|
536
|
-
.sd-filters-panel,
|
614
|
+
.sd-filters-panel,
|
615
|
+
.sd-preview-panel {
|
537
616
|
.side-panel {
|
538
617
|
opacity: 0;
|
539
618
|
}
|
540
619
|
}
|
620
|
+
|
541
621
|
.text-label {
|
542
622
|
display: inline-block;
|
543
623
|
min-width: 4rem;
|
544
624
|
color: var(--color-text-light);
|
545
625
|
font-weight: 300;
|
546
|
-
|
547
|
-
|
548
|
-
|
626
|
+
}
|
627
|
+
|
628
|
+
.text-label--auto {
|
629
|
+
min-width: auto;
|
549
630
|
}
|
550
631
|
|
551
632
|
.sd-content-navigation-panel {
|
@@ -561,26 +642,28 @@ $planningEditor-width: 53rem;
|
|
561
642
|
border-right-width: 0;
|
562
643
|
transition: all .2s ease-out .1s;
|
563
644
|
|
564
|
-
&--border-right {
|
565
|
-
border-right-width: 2px;
|
566
|
-
}
|
567
645
|
.subnav {
|
568
646
|
flex-shrink: 0;
|
569
647
|
}
|
570
648
|
|
571
649
|
.content-nav-closed & {
|
572
650
|
width: 0;
|
573
|
-
|
651
|
+
|
574
652
|
.sd-content-nav {
|
575
653
|
opacity: 0;
|
576
654
|
transition: all .1s ease-out;
|
577
655
|
}
|
656
|
+
|
578
657
|
&.sd-content-navigation-panel--border-right {
|
579
658
|
border-right-width: 0;
|
580
|
-
}
|
659
|
+
}
|
581
660
|
}
|
582
661
|
}
|
583
662
|
|
663
|
+
.sd-content-navigation-panel--border-right {
|
664
|
+
border-right-width: 2px;
|
665
|
+
}
|
666
|
+
|
584
667
|
// publish panel
|
585
668
|
.sd-publish-panel {
|
586
669
|
.open-publish & {
|
@@ -594,10 +677,11 @@ $planningEditor-width: 53rem;
|
|
594
677
|
}
|
595
678
|
}
|
596
679
|
}
|
680
|
+
|
597
681
|
.authoring {
|
598
682
|
.open-publish {
|
599
683
|
.sd-publish-panel {
|
600
|
-
width: auto;
|
684
|
+
width: auto;
|
601
685
|
max-width: 32rem;
|
602
686
|
flex-grow: 1;
|
603
687
|
flex-shrink: 1;
|
@@ -617,22 +701,26 @@ $planningEditor-width: 53rem;
|
|
617
701
|
grid-template-rows: [headerToolbar] auto [contentBlock] 1fr;
|
618
702
|
overflow: auto;
|
619
703
|
}
|
704
|
+
|
620
705
|
.sd-main-content-grid__header {
|
621
706
|
grid-column: 1/4;
|
622
707
|
grid-row: headerToolbar;
|
623
708
|
display: flex;
|
624
709
|
flex-direction: column;
|
625
710
|
}
|
711
|
+
|
626
712
|
.sd-main-content-grid__content {
|
627
713
|
grid-column: mainContent;
|
628
714
|
grid-row: contentBlock;
|
629
715
|
overflow-y: auto;
|
630
716
|
background-color: $mainListBackGround;
|
717
|
+
|
631
718
|
&.sd-main-content-grid__content--with-filters {
|
632
719
|
display: grid;
|
633
720
|
grid-template-rows: [filterBar] auto [innerContent] 1fr;
|
634
721
|
}
|
635
722
|
}
|
723
|
+
|
636
724
|
//---- With filter tags on top -----------
|
637
725
|
// use this combination when there is a filter bar on top of the content (e.g. Global Search)
|
638
726
|
.sd-main-content-grid__content {
|
@@ -641,9 +729,11 @@ $planningEditor-width: 53rem;
|
|
641
729
|
grid-template-rows: [filterBar] auto [innerContent] 1fr;
|
642
730
|
}
|
643
731
|
}
|
732
|
+
|
644
733
|
.sd-main-content-grid__content-filter-bar {
|
645
734
|
grid-row: filterBar;
|
646
735
|
}
|
736
|
+
|
647
737
|
.sd-main-content-grid__content-inner {
|
648
738
|
grid-row: innerContent;
|
649
739
|
overflow-y: auto;
|
@@ -657,6 +747,7 @@ $planningEditor-width: 53rem;
|
|
657
747
|
grid-template-columns: 1fr;
|
658
748
|
grid-template-rows: 1fr;
|
659
749
|
}
|
750
|
+
|
660
751
|
.sd-main-content-grid__preview {
|
661
752
|
grid-column: slideInRight;
|
662
753
|
grid-row: contentBlock;
|
@@ -665,6 +756,7 @@ $planningEditor-width: 53rem;
|
|
665
756
|
grid-template-columns: 1fr;
|
666
757
|
grid-template-rows: 1fr;
|
667
758
|
}
|
759
|
+
|
668
760
|
.sd-main-content-grid__overlay {
|
669
761
|
grid-column: overlayContainer;
|
670
762
|
grid-row: 1/-1;
|
@@ -678,9 +770,10 @@ $planningEditor-width: 53rem;
|
|
678
770
|
|
679
771
|
.side-panel__container {
|
680
772
|
grid-column: 1/2;
|
681
|
-
width:0;
|
773
|
+
width: 0;
|
682
774
|
overflow: hidden;
|
683
775
|
transition: all ease-in-out 0.1s;
|
776
|
+
|
684
777
|
.side-panel {
|
685
778
|
opacity: 0;
|
686
779
|
transition: opacity ease-in-out 0.4s;
|
@@ -691,77 +784,92 @@ $planningEditor-width: 53rem;
|
|
691
784
|
.side-panel__container {
|
692
785
|
width: var(--width__container--medium);
|
693
786
|
overflow-y: auto;
|
787
|
+
|
694
788
|
&.side-panel__container--xxx-small {
|
695
789
|
width: var(--width__container--xxx-small);
|
696
790
|
}
|
791
|
+
|
697
792
|
&.side-panel__container--xx-small {
|
698
793
|
width: var(--width__container--xx-small);
|
699
794
|
}
|
795
|
+
|
700
796
|
&.side-panel__container--x-small {
|
701
797
|
width: var(--width__container--x-small);
|
702
798
|
}
|
799
|
+
|
703
800
|
&.side-panel__container--small {
|
704
801
|
width: var(--width__container--small);
|
705
802
|
}
|
803
|
+
|
706
804
|
&.side-panel__container--large {
|
707
805
|
width: var(--width__container--large);
|
708
806
|
}
|
807
|
+
|
709
808
|
&.side-panel__container--x-large {
|
710
809
|
width: var(--width__container--x-large);
|
711
810
|
}
|
811
|
+
|
712
812
|
&.side-panel__container--xx-large {
|
713
813
|
width: var(--width__container--xx-large);
|
714
814
|
}
|
815
|
+
|
715
816
|
&.side-panel__container--xxx-large {
|
716
817
|
width: var(--width__container--xxx-large);
|
717
818
|
}
|
819
|
+
|
718
820
|
&.side-panel__container--full {
|
719
821
|
width: var(--width__container--full);
|
720
822
|
}
|
823
|
+
|
721
824
|
.side-panel {
|
722
825
|
opacity: 1;
|
723
826
|
}
|
724
|
-
}
|
827
|
+
}
|
725
828
|
}
|
829
|
+
|
726
830
|
.open-filters {
|
727
831
|
.side-panel__container {
|
728
832
|
width: var(--width__container--x-small);
|
729
833
|
overflow-y: auto;
|
834
|
+
|
730
835
|
.side-panel {
|
731
836
|
opacity: 1;
|
732
837
|
}
|
838
|
+
|
733
839
|
&.side-panel__container--small {
|
734
840
|
width: var(--width__container--x-small);
|
735
841
|
}
|
736
842
|
|
737
|
-
}
|
843
|
+
}
|
738
844
|
}
|
739
845
|
|
740
|
-
|
741
846
|
// main section fot placing left navigation bar, main content, splitter and editor.
|
742
|
-
.sd-content-wrapper {
|
847
|
+
.sd-content-wrapper {
|
743
848
|
margin: 0;
|
744
849
|
display: grid;
|
745
850
|
grid-template-columns: [sideTabsLeft] auto [contentArea] 1fr [contentSplitter] auto [authoringArea] auto;
|
746
851
|
grid-template-rows: 1fr;
|
852
|
+
|
747
853
|
.sd-main-content-grid {
|
748
854
|
grid-column: contentArea;
|
749
855
|
}
|
750
|
-
&--editor-full {
|
751
|
-
grid-template-columns: [sideTabsLeft] auto [contentArea] auto [contentSplitter] auto [authoringArea] 1fr;
|
752
|
-
}
|
753
856
|
}
|
754
|
-
|
857
|
+
|
858
|
+
.sd-content-wrapper--editor-full {
|
859
|
+
grid-template-columns: [sideTabsLeft] auto [contentArea] auto [contentSplitter] auto [authoringArea] 1fr;
|
860
|
+
}
|
861
|
+
|
862
|
+
.sd-content-wrapper__left-tabs {
|
755
863
|
grid-column: sideTabsLeft;
|
864
|
+
|
756
865
|
&.sd-sidebar-menu {
|
757
866
|
position: static;
|
758
|
-
box-shadow: 1px 0 0 rgba(0,0,0,0.08), 1px 0 4px rgba(0,0,0,0.16);
|
867
|
+
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08), 1px 0 4px rgba(0, 0, 0, 0.16);
|
759
868
|
//z-index: 10;
|
760
869
|
}
|
761
870
|
}
|
762
871
|
|
763
|
-
|
764
|
-
.sd-content-wrapper__main-content-area {
|
872
|
+
.sd-content-wrapper__main-content-area {
|
765
873
|
overflow: auto;
|
766
874
|
}
|
767
875
|
|
@@ -774,12 +882,13 @@ $planningEditor-width: 53rem;
|
|
774
882
|
background-color: hsl(214, 13%, 40%);
|
775
883
|
cursor: col-resize;
|
776
884
|
}
|
777
|
-
|
778
885
|
}
|
779
|
-
|
886
|
+
|
887
|
+
.sd-content-wrapper__content-splitter {
|
780
888
|
display: none;
|
781
889
|
}
|
782
|
-
|
890
|
+
|
891
|
+
.sd-content-wrapper__authoring-content-area {
|
783
892
|
grid-column: authoringArea;
|
784
893
|
display: grid;
|
785
894
|
display: grid;
|
@@ -790,7 +899,8 @@ $planningEditor-width: 53rem;
|
|
790
899
|
}
|
791
900
|
|
792
901
|
// main page structure - top bar, slide-in main navigation, content area and footer (open items bar).
|
793
|
-
.sd-page-grid,
|
902
|
+
.sd-page-grid,
|
903
|
+
.sd-page-grid--test {
|
794
904
|
margin: 0;
|
795
905
|
display: grid;
|
796
906
|
grid-template-columns: [slideInNavigation] auto [contentContainer] 1fr [notificationPanel] 0;
|
@@ -816,6 +926,7 @@ $planningEditor-width: 53rem;
|
|
816
926
|
transition: opacity ease-in-out 0.2s, width ease-in-out 0.1s;
|
817
927
|
opacity: 0;
|
818
928
|
}
|
929
|
+
|
819
930
|
.sd-main-menu__navigation {
|
820
931
|
display: grid;
|
821
932
|
grid-template-columns: 1fr;
|
@@ -826,21 +937,25 @@ $planningEditor-width: 53rem;
|
|
826
937
|
opacity: 0;
|
827
938
|
box-shadow: inset -8px 0px 12px -4px rgba(0, 0, 0, 0.4), inset -1px 0px 0 0 hsla(214, 13%, 90%, 0.24);
|
828
939
|
}
|
940
|
+
|
829
941
|
.sd-main-menu__header {
|
830
942
|
display: flex;
|
831
943
|
align-items: center;
|
832
944
|
box-shadow: 0 2px 3px hsla(0, 0%, 0%, 0.4);
|
833
945
|
border-bottom: 1px solid hsla(214, 13%, 60%, 0.08);
|
834
946
|
}
|
947
|
+
|
835
948
|
.sd-main-menu__title {
|
836
949
|
font-size: 1.6rem;
|
837
950
|
font-weight: 300;
|
838
951
|
opacity: 0.65;
|
839
952
|
padding-left: 2.4rem;
|
840
953
|
}
|
954
|
+
|
841
955
|
.sd-main-menu__content {
|
842
956
|
overflow-y: auto;
|
843
957
|
}
|
958
|
+
|
844
959
|
.sd-main-menu__footer {
|
845
960
|
display: flex;
|
846
961
|
flex-direction: column;
|
@@ -848,6 +963,7 @@ $planningEditor-width: 53rem;
|
|
848
963
|
justify-content: center;
|
849
964
|
box-shadow: 0 -2px 3px hsla(0, 0%, 0%, 0.24);
|
850
965
|
border-top: 1px solid hsla(214, 13%, 60%, 0.08);
|
966
|
+
|
851
967
|
.sd-main-menu__footer-logo {
|
852
968
|
display: flex;
|
853
969
|
align-items: center;
|
@@ -855,6 +971,7 @@ $planningEditor-width: 53rem;
|
|
855
971
|
background: url(../img/SD-logo.svg) no-repeat center;
|
856
972
|
height: 7.6rem;
|
857
973
|
}
|
974
|
+
|
858
975
|
.sd-main-menu__footer-info {
|
859
976
|
display: flex;
|
860
977
|
align-items: center;
|
@@ -866,6 +983,7 @@ $planningEditor-width: 53rem;
|
|
866
983
|
padding: 6px 0 6px;
|
867
984
|
opacity: 0.5;
|
868
985
|
}
|
986
|
+
|
869
987
|
.sd-main-menu__footer-content {
|
870
988
|
display: flex;
|
871
989
|
align-items: center;
|
@@ -881,36 +999,42 @@ $planningEditor-width: 53rem;
|
|
881
999
|
}
|
882
1000
|
|
883
1001
|
&.sd-main-menu--open {
|
1002
|
+
|
884
1003
|
.sd-main-menu__inner,
|
885
1004
|
.sd-main-menu__navigation {
|
886
1005
|
width: 30rem;
|
887
1006
|
opacity: 1;
|
888
1007
|
}
|
889
1008
|
}
|
1009
|
+
|
890
1010
|
.sd-left-nav {
|
891
1011
|
width: 100%;
|
892
1012
|
}
|
893
1013
|
}
|
1014
|
+
|
894
1015
|
.sd-top-menu {
|
895
1016
|
grid-column: contentContainer;
|
896
1017
|
grid-row: mainToolbar;
|
897
1018
|
z-index: 2;
|
898
1019
|
position: static;
|
899
1020
|
}
|
1021
|
+
|
900
1022
|
.sd-content {
|
901
1023
|
grid-column: contentContainer;
|
902
1024
|
grid-row: contentContainer;
|
903
1025
|
z-index: 1;
|
904
1026
|
overflow: auto;
|
905
1027
|
background-color: var(--sd-colour-panel-bg--100);
|
906
|
-
}
|
1028
|
+
}
|
1029
|
+
|
907
1030
|
.sd-notifications-slot {
|
908
1031
|
grid-column: notificationPanel;
|
909
1032
|
grid-row: contentContainer;
|
910
1033
|
z-index: 2;
|
911
1034
|
position: relative;
|
912
1035
|
width: 0;
|
913
|
-
}
|
1036
|
+
}
|
1037
|
+
|
914
1038
|
.bottom-bar,
|
915
1039
|
.sd-bottom-bar {
|
916
1040
|
grid-column: contentContainer;
|
@@ -918,19 +1042,21 @@ $planningEditor-width: 53rem;
|
|
918
1042
|
}
|
919
1043
|
}
|
920
1044
|
|
921
|
-
|
922
1045
|
// EDITOR 3 Layout ======================================= //
|
1046
|
+
|
923
1047
|
.sd-authoring-page {
|
924
1048
|
display: grid;
|
925
1049
|
grid-template-columns: [authoringMain] 1fr [authoringSideTabs] auto [publishContainer] 0px;
|
926
1050
|
grid-template-rows: [authoringHeader] auto [authoringMainRow] 1fr;
|
927
1051
|
}
|
1052
|
+
|
928
1053
|
.sd-authoring-page__header {
|
929
1054
|
grid-column: 1/3;
|
930
1055
|
grid-row: authoringHeader;
|
931
1056
|
display: flex;
|
932
1057
|
flex-direction: column;
|
933
1058
|
}
|
1059
|
+
|
934
1060
|
.sd-authoring-page__main-container {
|
935
1061
|
grid-column: authoringMain;
|
936
1062
|
grid-row: authoringMainRow;
|
@@ -940,11 +1066,13 @@ $planningEditor-width: 53rem;
|
|
940
1066
|
position: relative;
|
941
1067
|
min-width: 60rem;
|
942
1068
|
}
|
1069
|
+
|
943
1070
|
.sd-authoring-page__side-tabs {
|
944
1071
|
grid-column: authoringSideTabs;
|
945
1072
|
grid-row: authoringMainRow;
|
946
1073
|
//position: relative;
|
947
1074
|
}
|
1075
|
+
|
948
1076
|
.sd-authoring-page__publish-container {
|
949
1077
|
grid-column: publishContainer;
|
950
1078
|
grid-row: 1/-1;
|
@@ -952,8 +1080,8 @@ $planningEditor-width: 53rem;
|
|
952
1080
|
overflow: visible;
|
953
1081
|
width: 0 !important;
|
954
1082
|
}
|
955
|
-
// =================================== END EDITOR 3 Layout //
|
956
1083
|
|
1084
|
+
// =================================== END EDITOR 3 Layout //
|
957
1085
|
|
958
1086
|
.sd-overlay-panel-2 {
|
959
1087
|
z-index: 2;
|
@@ -965,48 +1093,56 @@ $planningEditor-width: 53rem;
|
|
965
1093
|
color: var(--color-text);
|
966
1094
|
overflow: hidden;
|
967
1095
|
transition: all 0.1s ease-out;
|
1096
|
+
|
968
1097
|
.side-panel {
|
969
1098
|
opacity: 0;
|
970
1099
|
transition: all 0s ease-out;
|
971
1100
|
transition-delay: 0;
|
972
1101
|
}
|
973
|
-
|
974
|
-
|
975
|
-
|
1102
|
+
}
|
1103
|
+
|
1104
|
+
.sd-overlay-panel-2--left {
|
1105
|
+
box-shadow: 2px 0px 0px 0px hsl(0, 0%, 40%), 2px 0px 12px 0px hsla(0, 0%, 0%, 0.3);
|
1106
|
+
left: 0;
|
1107
|
+
}
|
1108
|
+
|
1109
|
+
.sd-overlay-panel-2--right {
|
1110
|
+
box-shadow: -2px 0px 0px 0px hsl(0, 0%, 40%), -2px 0px 12px 0px hsla(0, 0%, 0%, 0.3);
|
1111
|
+
right: 0;
|
1112
|
+
}
|
1113
|
+
|
1114
|
+
.sd-overlay-panel-2--open {
|
1115
|
+
width: 32.8rem;
|
1116
|
+
overflow: auto;
|
1117
|
+
|
1118
|
+
.side-panel {
|
1119
|
+
opacity: 1;
|
1120
|
+
transition: all 0.2s ease-out;
|
1121
|
+
transition-delay: .1s;
|
976
1122
|
}
|
977
|
-
|
978
|
-
|
979
|
-
|
1123
|
+
|
1124
|
+
&.sd-overlay-panel--medium {
|
1125
|
+
width: 40rem;
|
980
1126
|
}
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
.side-panel {
|
985
|
-
opacity: 1;
|
986
|
-
transition: all 0.2s ease-out;
|
987
|
-
transition-delay: .1s;
|
988
|
-
}
|
989
|
-
&.sd-overlay-panel--medium {
|
990
|
-
width:40rem;
|
991
|
-
}
|
992
|
-
&.sd-overlay-panel--large {
|
993
|
-
width:68rem;
|
994
|
-
}
|
1127
|
+
|
1128
|
+
&.sd-overlay-panel--large {
|
1129
|
+
width: 68rem;
|
995
1130
|
}
|
996
1131
|
}
|
997
1132
|
|
998
1133
|
.sd-authoring-page__publish-container,
|
999
1134
|
.sd-main-content-grid__overlay {
|
1000
1135
|
.sd-overlay-panel {
|
1001
|
-
top:0;
|
1002
|
-
bottom:0;
|
1136
|
+
top: 0;
|
1137
|
+
bottom: 0;
|
1003
1138
|
z-index: 100;
|
1004
1139
|
}
|
1005
1140
|
}
|
1006
1141
|
|
1007
1142
|
.sd-main-content-grid {
|
1008
|
-
|
1143
|
+
&>.sd-nav-tabs__content {
|
1009
1144
|
display: contents;
|
1145
|
+
|
1010
1146
|
.sd-nav-tabs__pane {
|
1011
1147
|
display: contents;
|
1012
1148
|
}
|