superdesk-ui-framework 3.0.62 → 3.0.64
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 +1 -1
- package/app/styles/_alerts.scss +6 -6
- package/app/styles/_avatar.scss +4 -4
- package/app/styles/_badge.scss +4 -4
- package/app/styles/_big-icon-font.scss +1 -1
- package/app/styles/_boxed-list.scss +8 -8
- package/app/styles/_buttons.scss +17 -17
- package/app/styles/_carousel.scss +20 -20
- package/app/styles/_content-divider.scss +20 -20
- package/app/styles/_empty-states.scss +8 -8
- package/app/styles/_hamburger.scss +8 -8
- package/app/styles/_helpers.scss +509 -122
- package/app/styles/_loaders.scss +8 -8
- package/app/styles/_master-desk.scss +14 -14
- package/app/styles/_mixins.scss +4 -4
- package/app/styles/_modals.scss +18 -18
- package/app/styles/_normalize.scss +3 -3
- package/app/styles/_popover.scss +2 -2
- package/app/styles/_publisher-styles.scss +13 -13
- package/app/styles/_sd-tag-input.scss +18 -18
- package/app/styles/_simple-list.scss +6 -6
- package/app/styles/_table-list.scss +2 -2
- package/app/styles/_tables.scss +10 -10
- package/app/styles/_tabs-vertical.scss +3 -3
- package/app/styles/_tabs.scss +4 -4
- package/app/styles/_tag-labels.scss +4 -4
- package/app/styles/_thumb-carousel.scss +14 -14
- package/app/styles/_toggle-box.scss +8 -8
- package/app/styles/_toggle-button.scss +1 -1
- package/app/styles/_tooltips.scss +37 -37
- package/app/styles/components/_card-item.scss +25 -25
- package/app/styles/components/_list-item.scss +32 -32
- package/app/styles/components/_sd-circular-progress.scss +6 -6
- package/app/styles/components/_sd-collapse-box.scss +16 -16
- package/app/styles/components/_sd-comment-box.scss +4 -4
- package/app/styles/components/_sd-dropzone.scss +1 -1
- package/app/styles/components/_sd-editor-popup.scss +7 -7
- package/app/styles/components/_sd-grid-item.scss +22 -22
- package/app/styles/components/_sd-loader.scss +4 -4
- package/app/styles/components/_sd-media-carousel.scss +7 -7
- package/app/styles/components/_sd-notification-panel.scss +1 -1
- package/app/styles/components/_sd-photo-preview.scss +34 -34
- package/app/styles/components/_sd-searchbar.scss +8 -8
- package/app/styles/components/_sd-toaster.scss +20 -20
- package/app/styles/components/_subnav.scss +38 -38
- package/app/styles/components/sd-slider.scss +11 -11
- package/app/styles/design-tokens/_design-tokens-general.scss +12 -0
- package/app/styles/dropdowns/_basic-dropdown.scss +30 -30
- package/app/styles/dropdowns/_input-dropdown.scss +4 -4
- package/app/styles/dropdowns/_navigation_dropdown.scss +8 -8
- package/app/styles/dropdowns/_other_dropdown.scss +5 -5
- package/app/styles/editor/_editor-buttons.scss +2 -2
- package/app/styles/editor/_editor-themes.scss +6 -6
- package/app/styles/form-elements/_autocomplete.scss +4 -4
- package/app/styles/form-elements/_checkbox.scss +5 -5
- package/app/styles/form-elements/_forms-general.scss +44 -44
- package/app/styles/form-elements/_input-preview.scss +1 -1
- package/app/styles/form-elements/_input-wrap.scss +3 -3
- package/app/styles/form-elements/_inputs.scss +33 -33
- package/app/styles/form-elements/_radio.scss +3 -3
- package/app/styles/form-elements/_select-grid.scss +3 -3
- package/app/styles/form-elements/_switch.scss +3 -3
- package/app/styles/grids/_basic-grid.scss +2 -2
- package/app/styles/grids/_grid-layout.scss +42 -42
- package/app/styles/grids/_layout-grid.scss +11 -11
- package/app/styles/grids/_sd-kanban-list.scss +7 -7
- package/app/styles/interface-elements/_side-panel.scss +38 -38
- package/app/styles/layout/_basic-layout.scss +20 -20
- package/app/styles/layout/_editor.scss +7 -7
- package/app/styles/layout/_general.scss +16 -16
- package/app/styles/menus/_sd-bottom-tabs.scss +1 -1
- package/app/styles/menus/_sd-left-navigation.scss +8 -8
- package/app/styles/menus/_sd-sidebar-menu.scss +33 -33
- package/app/styles/menus/_sd-top-menu.scss +7 -7
- package/app/styles/primereact/_pr-autocomplete.scss +1 -1
- package/app/styles/primereact/_pr-datepicker.scss +11 -11
- package/app/styles/primereact/_pr-dialog.scss +7 -7
- package/app/styles/primereact/_pr-dropdown.scss +1 -1
- package/app/styles/primereact/_pr-general.scss +1 -1
- package/app/styles/primereact/_pr-menu.scss +3 -3
- package/app/styles/primereact/_pr-skeleton.scss +3 -3
- package/app/styles/primereact/_pr-tag-input.scss +2 -2
- package/app/styles/variables/_dimensions.scss +1 -1
- package/dist/examples.bundle.css +13 -13
- package/dist/examples.bundle.js +17 -14
- package/dist/playgrounds/react-playgrounds/TestGround.tsx +22 -13
- package/dist/superdesk-ui.bundle.css +1326 -1227
- package/examples/pages/playgrounds/react-playgrounds/TestGround.tsx +22 -13
- package/package.json +1 -1
@@ -24,7 +24,7 @@
|
|
24
24
|
}
|
25
25
|
|
26
26
|
.sd-left-nav__group-header {
|
27
|
-
border-
|
27
|
+
border-block-start: 1px solid hsla(0, 0%, 100%, 0.14);
|
28
28
|
}
|
29
29
|
}
|
30
30
|
|
@@ -97,22 +97,22 @@
|
|
97
97
|
|
98
98
|
&::after {
|
99
99
|
display: block;
|
100
|
-
|
100
|
+
inset-block-end: 0;
|
101
101
|
content: '';
|
102
102
|
width: 4px;
|
103
103
|
position: absolute;
|
104
104
|
z-index: 80;
|
105
|
-
|
105
|
+
inset-block-start: 0;
|
106
106
|
}
|
107
107
|
}
|
108
108
|
|
109
109
|
.sd-page-content__left-tabs::after {
|
110
|
-
|
110
|
+
inset-inline-end: -4px;
|
111
111
|
background-image: linear-gradient(to right, rgba(0, 0, 0, .25) 0, transparent 100%);
|
112
112
|
}
|
113
113
|
|
114
114
|
.sd-page-content__right-tabs::after {
|
115
|
-
|
115
|
+
inset-inline-start: -4px;
|
116
116
|
background-image: linear-gradient(to left, rgba(0, 0, 0, .25) 0, transparent 100%);
|
117
117
|
}
|
118
118
|
|
@@ -179,11 +179,11 @@
|
|
179
179
|
}
|
180
180
|
|
181
181
|
.sd-column-box__main-column--left {
|
182
|
-
border-
|
182
|
+
border-inline-end: 1px solid var(--sd-colour-line--light);
|
183
183
|
}
|
184
184
|
|
185
185
|
.sd-column-box__main-column--border-right {
|
186
|
-
border-
|
186
|
+
border-inline-end: 2px solid var(--sd-colour-line--medium);
|
187
187
|
}
|
188
188
|
|
189
189
|
.sd-column-box__main-column--flex {
|
@@ -193,7 +193,7 @@
|
|
193
193
|
|
194
194
|
.sd-column-box__main-column-top-bar {
|
195
195
|
padding: 0.8rem 2.4rem;
|
196
|
-
border-
|
196
|
+
border-block-end: 1px solid var(--sd-colour-line--x-light);
|
197
197
|
display: flex;
|
198
198
|
flex-direction: row;
|
199
199
|
gap: $sd-base-increment;
|
@@ -210,7 +210,7 @@
|
|
210
210
|
transition: all .2s ease-out;
|
211
211
|
display: flex;
|
212
212
|
flex-direction: column;
|
213
|
-
border-
|
213
|
+
border-inline-start: 1px solid var(--sd-colour-line--light);
|
214
214
|
overflow-x: hidden;
|
215
215
|
position: relative;
|
216
216
|
flex-shrink: 0;
|
@@ -218,12 +218,12 @@
|
|
218
218
|
|
219
219
|
&::before {
|
220
220
|
display: block;
|
221
|
-
|
222
|
-
|
221
|
+
inset-block-start: 0;
|
222
|
+
inset-block-end: 0;
|
223
223
|
content: '';
|
224
224
|
width: 4px;
|
225
225
|
position: absolute;
|
226
|
-
|
226
|
+
inset-inline-start: 0;
|
227
227
|
z-index: 80;
|
228
228
|
background-image: linear-gradient(to right, hsla(0, 0%, 0%, 0.12) 0%, transparent 100%);
|
229
229
|
}
|
@@ -250,7 +250,7 @@
|
|
250
250
|
|
251
251
|
.sd-column-box__slide-in-column--closed {
|
252
252
|
width: 0;
|
253
|
-
border-
|
253
|
+
border-inline-start: 1px solid transparent;
|
254
254
|
overflow: hidden;
|
255
255
|
|
256
256
|
.sd-column-box__slide-in-column-inner {
|
@@ -285,25 +285,25 @@
|
|
285
285
|
color: var(--color-text-light);
|
286
286
|
font-weight: 300;
|
287
287
|
letter-spacing: 0.02em;
|
288
|
-
margin-
|
288
|
+
margin-inline-end: auto;
|
289
289
|
}
|
290
290
|
|
291
291
|
.sd-slide-in-panel__heading--marg-b10 {
|
292
|
-
margin-
|
292
|
+
margin-block-end: 1rem;
|
293
293
|
}
|
294
294
|
|
295
295
|
.sd-slide-in-panel__heading--marg-b16 {
|
296
|
-
margin-
|
296
|
+
margin-block-end: 1.6rem;
|
297
297
|
}
|
298
298
|
|
299
299
|
.sd-slide-in-panel__heading--marg-b20 {
|
300
|
-
margin-
|
300
|
+
margin-block-end: 2rem;
|
301
301
|
}
|
302
302
|
|
303
303
|
.sd-slide-in-panel__close {
|
304
304
|
z-index: 2;
|
305
305
|
color: var(--color-text-lighter);
|
306
|
-
margin-
|
306
|
+
margin-inline-end: $sd-base-increment * 1.5;
|
307
307
|
}
|
308
308
|
|
309
309
|
.sd-slide-in-panel__content {
|
@@ -320,7 +320,7 @@
|
|
320
320
|
}
|
321
321
|
|
322
322
|
.sd-slide-in-panel__content-block--first {
|
323
|
-
padding-
|
323
|
+
padding-block-start: 3.2rem
|
324
324
|
}
|
325
325
|
|
326
326
|
.sd-slide-in-panel__footer {
|
@@ -338,11 +338,11 @@
|
|
338
338
|
&::before {
|
339
339
|
position: absolute;
|
340
340
|
content: '';
|
341
|
-
|
342
|
-
|
343
|
-
|
341
|
+
inset-block-start: -0.4rem;
|
342
|
+
inset-inline-start: 0;
|
343
|
+
inset-inline-end: 0;
|
344
344
|
height: 0.4rem;
|
345
|
-
border-
|
345
|
+
border-block-end: 1px solid var(--sd-colour--shadow-line);
|
346
346
|
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
|
347
347
|
}
|
348
348
|
}
|
@@ -385,15 +385,15 @@
|
|
385
385
|
}
|
386
386
|
|
387
387
|
.sd-page-content__content-block--right::before {
|
388
|
-
border-
|
388
|
+
border-inline-start: 3px solid var(--sd-colour__splitter);
|
389
389
|
background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, transparent 100%);
|
390
390
|
display: block;
|
391
|
-
|
391
|
+
inset-block-end: 0;
|
392
392
|
content: '';
|
393
393
|
width: 6px;
|
394
394
|
position: absolute;
|
395
395
|
z-index: 8000;
|
396
|
-
|
396
|
+
inset-block-start: 0;
|
397
397
|
}
|
398
398
|
|
399
399
|
.sd-edit-panel {
|
@@ -414,8 +414,8 @@
|
|
414
414
|
// override basic behaviour of the sd-sidebar-menu
|
415
415
|
.sd-sidebar-menu {
|
416
416
|
position: relative;
|
417
|
-
|
418
|
-
|
417
|
+
inset-block-start: 0;
|
418
|
+
inset-block-end: auto;
|
419
419
|
}
|
420
420
|
|
421
421
|
// Content block width modifiers
|
@@ -445,8 +445,8 @@ $planningEditor-width: 53rem;
|
|
445
445
|
// override basic behaviour of the sd-sidebar-menu
|
446
446
|
.sd-sidebar-menu {
|
447
447
|
position: relative;
|
448
|
-
|
449
|
-
|
448
|
+
inset-block-start: 0;
|
449
|
+
inset-block-end: auto;
|
450
450
|
}
|
451
451
|
|
452
452
|
.sd-page-content__content-block--main {
|
@@ -589,7 +589,7 @@ $planningEditor-width: 53rem;
|
|
589
589
|
.open-preview {
|
590
590
|
.sd-preview-panel {
|
591
591
|
width: 36rem;
|
592
|
-
border-
|
592
|
+
border-inline-start: 1px solid rgba(0, 0, 0, 0.25);
|
593
593
|
flex-shrink: 0;
|
594
594
|
|
595
595
|
.side-panel {
|
@@ -942,14 +942,14 @@ $planningEditor-width: 53rem;
|
|
942
942
|
display: flex;
|
943
943
|
align-items: center;
|
944
944
|
box-shadow: 0 2px 3px hsla(0, 0%, 0%, 0.4);
|
945
|
-
border-
|
945
|
+
border-block-end: 1px solid hsla(214, 13%, 60%, 0.08);
|
946
946
|
}
|
947
947
|
|
948
948
|
.sd-main-menu__title {
|
949
949
|
font-size: 1.6rem;
|
950
950
|
font-weight: 300;
|
951
951
|
opacity: 0.65;
|
952
|
-
padding-
|
952
|
+
padding-inline-start: 2.4rem;
|
953
953
|
}
|
954
954
|
|
955
955
|
.sd-main-menu__content {
|
@@ -962,12 +962,12 @@ $planningEditor-width: 53rem;
|
|
962
962
|
align-items: stretch;
|
963
963
|
justify-content: center;
|
964
964
|
box-shadow: 0 -2px 3px hsla(0, 0%, 0%, 0.24);
|
965
|
-
border-
|
965
|
+
border-block-start: 1px solid hsla(214, 13%, 60%, 0.08);
|
966
966
|
|
967
967
|
.sd-main-menu__footer-logo {
|
968
968
|
display: flex;
|
969
969
|
align-items: center;
|
970
|
-
border-
|
970
|
+
border-block-start: 1px solid hsla(214, 13%, 60%, 0.08);
|
971
971
|
background: url(../img/SD-logo.svg) no-repeat center;
|
972
972
|
height: 7.6rem;
|
973
973
|
}
|
@@ -993,7 +993,7 @@ $planningEditor-width: 53rem;
|
|
993
993
|
padding: 8px 0 8px;
|
994
994
|
opacity: 0.85;
|
995
995
|
height: 3.2rem;
|
996
|
-
border-
|
996
|
+
border-block-start: 1px solid hsla(214, 13%, 60%, 0.08);
|
997
997
|
background-color: hsla(214, 13%, 6%, 0.24);
|
998
998
|
}
|
999
999
|
}
|
@@ -1086,8 +1086,8 @@ $planningEditor-width: 53rem;
|
|
1086
1086
|
.sd-overlay-panel-2 {
|
1087
1087
|
z-index: 2;
|
1088
1088
|
position: absolute;
|
1089
|
-
|
1090
|
-
|
1089
|
+
inset-block-start: 0;
|
1090
|
+
inset-block-end: 0;
|
1091
1091
|
width: 0;
|
1092
1092
|
background: var(--sd-colour-panel-bg--100);
|
1093
1093
|
color: var(--color-text);
|
@@ -1103,12 +1103,12 @@ $planningEditor-width: 53rem;
|
|
1103
1103
|
|
1104
1104
|
.sd-overlay-panel-2--left {
|
1105
1105
|
box-shadow: 2px 0px 0px 0px hsl(0, 0%, 40%), 2px 0px 12px 0px hsla(0, 0%, 0%, 0.3);
|
1106
|
-
|
1106
|
+
inset-inline-start: 0;
|
1107
1107
|
}
|
1108
1108
|
|
1109
1109
|
.sd-overlay-panel-2--right {
|
1110
1110
|
box-shadow: -2px 0px 0px 0px hsl(0, 0%, 40%), -2px 0px 12px 0px hsla(0, 0%, 0%, 0.3);
|
1111
|
-
|
1111
|
+
inset-inline-end: 0;
|
1112
1112
|
}
|
1113
1113
|
|
1114
1114
|
.sd-overlay-panel-2--open {
|
@@ -1133,8 +1133,8 @@ $planningEditor-width: 53rem;
|
|
1133
1133
|
.sd-authoring-page__publish-container,
|
1134
1134
|
.sd-main-content-grid__overlay {
|
1135
1135
|
.sd-overlay-panel {
|
1136
|
-
|
1137
|
-
|
1136
|
+
inset-block-start: 0;
|
1137
|
+
inset-block-end: 0;
|
1138
1138
|
z-index: 100;
|
1139
1139
|
}
|
1140
1140
|
}
|
@@ -80,26 +80,26 @@ $layout-grid-media: (
|
|
80
80
|
}
|
81
81
|
|
82
82
|
&>.grid {
|
83
|
-
margin-
|
84
|
-
margin-
|
83
|
+
margin-inline-start: -$layout-grid-gutter;
|
84
|
+
margin-inline-end: -$layout-grid-gutter;
|
85
85
|
padding: 0;
|
86
86
|
}
|
87
87
|
}
|
88
88
|
|
89
89
|
&+.grid {
|
90
|
-
margin-
|
90
|
+
margin-block-start: 1rem;
|
91
91
|
}
|
92
92
|
}
|
93
93
|
|
94
94
|
.grid--padding-fix {
|
95
|
-
margin-
|
96
|
-
margin-
|
95
|
+
margin-inline-start: -$layout-grid-gutter;
|
96
|
+
margin-inline-end: -$layout-grid-gutter;
|
97
97
|
padding: 0;
|
98
98
|
}
|
99
99
|
|
100
100
|
.grid--margin {
|
101
|
-
margin-
|
102
|
-
margin-
|
101
|
+
margin-block-start: $layout-grid-gutter;
|
102
|
+
margin-block-end: $layout-grid-gutter;
|
103
103
|
}
|
104
104
|
|
105
105
|
.grid--wrap {
|
@@ -107,8 +107,8 @@ $layout-grid-media: (
|
|
107
107
|
}
|
108
108
|
|
109
109
|
.grid--boxed {
|
110
|
-
margin-
|
111
|
-
margin-
|
110
|
+
margin-inline-start: -$layout-grid-gap;
|
111
|
+
margin-inline-end: -$layout-grid-gap;
|
112
112
|
|
113
113
|
.grid__item {
|
114
114
|
margin: $layout-grid-gap;
|
@@ -125,8 +125,8 @@ $layout-grid-media: (
|
|
125
125
|
}
|
126
126
|
|
127
127
|
.grid--boxed-small {
|
128
|
-
margin-
|
129
|
-
margin-
|
128
|
+
margin-inline-start: -$layout-grid-gap-small;
|
129
|
+
margin-inline-end: -$layout-grid-gap-small;
|
130
130
|
|
131
131
|
.grid__item {
|
132
132
|
margin: $layout-grid-gap-small;
|
@@ -5,19 +5,19 @@ $background-main: $sd-background;
|
|
5
5
|
flex-direction: row;
|
6
6
|
flex-wrap: nowrap;
|
7
7
|
padding: 1rem;
|
8
|
-
padding-
|
8
|
+
padding-block-end: 0;
|
9
9
|
height: 100%;
|
10
10
|
|
11
11
|
::-webkit-scrollbar {
|
12
|
-
border-
|
13
|
-
border-
|
12
|
+
border-inline-start: 4px solid transparent !important;
|
13
|
+
border-inline-end: 1px solid transparent !important;
|
14
14
|
width: 6px !important;
|
15
15
|
background: transparent !important;
|
16
16
|
}
|
17
17
|
|
18
18
|
::-webkit-scrollbar-track {
|
19
19
|
background: transparent !important;
|
20
|
-
border-
|
20
|
+
border-inline-start: 3px solid transparent !important;
|
21
21
|
|
22
22
|
&:hover {
|
23
23
|
background: rgba(0,0,0,.05) !important;
|
@@ -25,7 +25,7 @@ $background-main: $sd-background;
|
|
25
25
|
}
|
26
26
|
|
27
27
|
::-webkit-scrollbar-thumb {
|
28
|
-
border-
|
28
|
+
border-inline-start: 3px solid transparent !important;
|
29
29
|
}
|
30
30
|
}
|
31
31
|
.sd-kanban-list__board {
|
@@ -55,7 +55,7 @@ $background-main: $sd-background;
|
|
55
55
|
display: flex;
|
56
56
|
flex-direction: row;
|
57
57
|
align-items: center;
|
58
|
-
border-
|
58
|
+
border-block-end: 4px solid var(--sd-colour-bg--09);
|
59
59
|
padding: 0 0 0.4rem 0;
|
60
60
|
margin: 0 0.1rem;
|
61
61
|
|
@@ -85,6 +85,6 @@ $background-main: $sd-background;
|
|
85
85
|
[class*="--dark-ui"],
|
86
86
|
.dark-ui {
|
87
87
|
.sd-kanban-list__board-header {
|
88
|
-
border-
|
88
|
+
border-block-end: 4px solid rgba(86, 110, 119, 1) !important;
|
89
89
|
}
|
90
90
|
}
|
@@ -64,7 +64,7 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
64
64
|
justify-content: flex-end;
|
65
65
|
|
66
66
|
&>.btn {
|
67
|
-
margin-
|
67
|
+
margin-inline-start: $sd-base-increment;
|
68
68
|
}
|
69
69
|
}
|
70
70
|
}
|
@@ -102,7 +102,7 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
102
102
|
color: inherit;
|
103
103
|
|
104
104
|
.icn-btn {
|
105
|
-
margin-
|
105
|
+
margin-inline-start: 0.2rem;
|
106
106
|
}
|
107
107
|
}
|
108
108
|
|
@@ -151,13 +151,13 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
151
151
|
|
152
152
|
.side-panel__image-actions {
|
153
153
|
position: absolute;
|
154
|
-
|
155
|
-
|
154
|
+
inset-block-start: 1.8rem;
|
155
|
+
inset-inline-end: 0.5rem;
|
156
156
|
z-index: 2;
|
157
157
|
}
|
158
158
|
|
159
159
|
.side-panel__content-block {
|
160
|
-
|
160
|
+
padding: var(--space--2);
|
161
161
|
|
162
162
|
.side-panel__heading {
|
163
163
|
padding: 0;
|
@@ -165,13 +165,13 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
165
165
|
}
|
166
166
|
|
167
167
|
.side-panel__content-block--pad-top-0 {
|
168
|
-
padding-
|
168
|
+
padding-block-start: 0;
|
169
169
|
}
|
170
170
|
|
171
171
|
.side-panel__content-block--boxed {
|
172
172
|
padding: 1.6rem;
|
173
173
|
border-radius: $border-radius__base--medium;
|
174
|
-
margin-
|
174
|
+
margin-block-end: 1rem;
|
175
175
|
}
|
176
176
|
|
177
177
|
.side-panel__content-block--pad-small {
|
@@ -210,11 +210,11 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
210
210
|
}
|
211
211
|
|
212
212
|
.side-panel__content-block--padding-1-5 {
|
213
|
-
|
213
|
+
padding: var(--space--1-5);
|
214
214
|
}
|
215
215
|
|
216
216
|
.side-panel__content-block--padding-3 {
|
217
|
-
|
217
|
+
padding: var(--space--3);
|
218
218
|
}
|
219
219
|
|
220
220
|
.side-panel__content-block--space-between {
|
@@ -250,7 +250,7 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
250
250
|
position: relative;
|
251
251
|
padding: .8rem 2rem;
|
252
252
|
box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
|
253
|
-
margin-
|
253
|
+
margin-block-end: 1rem;
|
254
254
|
min-height: 40px;
|
255
255
|
//transition: min-height 0.3s 0.3s ease-in;
|
256
256
|
|
@@ -287,9 +287,9 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
287
287
|
height: 21px;
|
288
288
|
border: 0;
|
289
289
|
padding: 0;
|
290
|
-
|
291
|
-
margin-
|
292
|
-
|
290
|
+
inset-inline-start: 50%;
|
291
|
+
margin-inline-start: -10.5px;
|
292
|
+
inset-block-end: -11px;
|
293
293
|
background-color: #fff;
|
294
294
|
z-index: 3;
|
295
295
|
line-height: 0;
|
@@ -319,7 +319,7 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
319
319
|
line-height: 140%;
|
320
320
|
font-weight: 300;
|
321
321
|
word-wrap: break-word;
|
322
|
-
padding-
|
322
|
+
padding-block-end: 1rem;
|
323
323
|
}
|
324
324
|
|
325
325
|
// Use only inside cside-panel__content-block--flex for grouping and positioning content
|
@@ -342,10 +342,10 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
342
342
|
// Social media overlay - Superdesk targeted publishing
|
343
343
|
.side-panel__content-block-overlay {
|
344
344
|
position: absolute;
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
345
|
+
inset-block-start: 0;
|
346
|
+
inset-block-end: 0;
|
347
|
+
inset-inline-start: 0;
|
348
|
+
inset-inline-end: 0;
|
349
349
|
width: 0;
|
350
350
|
padding: 0 !important;
|
351
351
|
|
@@ -354,10 +354,10 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
354
354
|
transition: all 0.2s ease-in-out;
|
355
355
|
position: absolute;
|
356
356
|
width: 34rem;
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
357
|
+
inset-block-start: 0;
|
358
|
+
inset-block-end: 0;
|
359
|
+
inset-inline-end: 0;
|
360
|
+
inset-inline-start: 34rem;
|
361
361
|
background-color: #222;
|
362
362
|
z-index: 2;
|
363
363
|
}
|
@@ -365,7 +365,7 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
365
365
|
|
366
366
|
.side-panel__content-block-overlay--open {
|
367
367
|
.side-panel {
|
368
|
-
|
368
|
+
inset-inline-start: 0;
|
369
369
|
opacity: 1;
|
370
370
|
}
|
371
371
|
}
|
@@ -383,10 +383,10 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
383
383
|
transition: all .2s ease-in-out;
|
384
384
|
position: absolute;
|
385
385
|
width: 40rem;
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
386
|
+
inset-block-start: 0;
|
387
|
+
inset-block-end: 0;
|
388
|
+
inset-inline-end: 0;
|
389
|
+
inset-inline-start: 40rem;
|
390
390
|
background-color: #222;
|
391
391
|
z-index: 2;
|
392
392
|
}
|
@@ -394,7 +394,7 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
394
394
|
|
395
395
|
.side-panel__content-block-overlay-grid--open {
|
396
396
|
.side-panel {
|
397
|
-
|
397
|
+
inset-inline-start: 0;
|
398
398
|
opacity: 1;
|
399
399
|
}
|
400
400
|
}
|
@@ -448,11 +448,11 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
448
448
|
&::before {
|
449
449
|
position: absolute;
|
450
450
|
content: '';
|
451
|
-
|
452
|
-
|
453
|
-
|
451
|
+
inset-block-start: -0.4rem;
|
452
|
+
inset-inline-start: 0;
|
453
|
+
inset-inline-end: 0;
|
454
454
|
height: 0.4rem;
|
455
|
-
border-
|
455
|
+
border-block-end: 1px solid var(--sd-colour--shadow-line);
|
456
456
|
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
|
457
457
|
}
|
458
458
|
|
@@ -473,12 +473,12 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
473
473
|
&.side-panel--shadow-left::after,
|
474
474
|
&.side-panel--left::after {
|
475
475
|
display: block;
|
476
|
-
|
477
|
-
|
476
|
+
inset-block-start: 0;
|
477
|
+
inset-block-end: 0;
|
478
478
|
content: '';
|
479
479
|
width: 4px;
|
480
480
|
position: absolute;
|
481
|
-
|
481
|
+
inset-inline-end: 0;
|
482
482
|
z-index: 80;
|
483
483
|
background-image: linear-gradient(to left, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, 0) 100%);
|
484
484
|
}
|
@@ -486,12 +486,12 @@ $side-panel-Bg-200: var(--sd-colour-panel-bg--200);
|
|
486
486
|
&.side-panel--shadow-right::after,
|
487
487
|
&.side-panel--right::after {
|
488
488
|
display: block;
|
489
|
-
|
490
|
-
|
489
|
+
inset-block-start: 0;
|
490
|
+
inset-block-end: 0;
|
491
491
|
content: '';
|
492
492
|
width: 4px;
|
493
493
|
position: absolute;
|
494
|
-
|
494
|
+
inset-inline-start: 0;
|
495
495
|
z-index: 80;
|
496
496
|
background-image: linear-gradient(to right, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, 0) 100%);
|
497
497
|
}
|
@@ -2,45 +2,45 @@
|
|
2
2
|
|
3
3
|
.sd-page {
|
4
4
|
position: absolute;
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
5
|
+
inset-block-start: 48px;
|
6
|
+
inset-block-end: 0;
|
7
|
+
inset-inline-start: 0;
|
8
|
+
inset-inline-end: 0;
|
9
9
|
background: #fff;
|
10
10
|
overflow: hidden;
|
11
11
|
}
|
12
12
|
|
13
13
|
.sd-page__sidebar {
|
14
14
|
position: absolute;
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
inset-block-start: 0;
|
16
|
+
inset-block-end: 0;
|
17
|
+
inset-inline-start: 0;
|
18
18
|
}
|
19
19
|
|
20
20
|
.sd-page__main-content {
|
21
21
|
position: absolute;
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
22
|
+
inset-block-start: 0;
|
23
|
+
inset-block-end: 0;
|
24
|
+
inset-inline-start: 0;
|
25
|
+
inset-inline-end: 0;
|
26
26
|
background-color: var(--sd-colour-panel-bg--100);
|
27
27
|
display: flex;
|
28
28
|
flex-direction: column;
|
29
29
|
}
|
30
30
|
|
31
31
|
.sd-page__main-content--double-left-nav {
|
32
|
-
|
32
|
+
inset-inline-start: 400px;
|
33
33
|
}
|
34
34
|
|
35
35
|
.sd-page__sidebar {
|
36
36
|
& + .sd-page__main-content {
|
37
|
-
|
37
|
+
inset-inline-start: 240px;
|
38
38
|
}
|
39
39
|
|
40
40
|
& + .sd-content-navigation-panel {
|
41
|
-
|
42
|
-
|
43
|
-
|
41
|
+
inset-inline-start: 240px;
|
42
|
+
inset-block-start: 0;
|
43
|
+
inset-block-end: 0;
|
44
44
|
position: absolute;
|
45
45
|
}
|
46
46
|
}
|
@@ -48,7 +48,7 @@
|
|
48
48
|
.sd-page__header {
|
49
49
|
height:48px;
|
50
50
|
flex-shrink: 0;
|
51
|
-
border-
|
51
|
+
border-block-end: 1px solid var(--sd-colour-line--light);
|
52
52
|
display: flex;
|
53
53
|
flex-direction: row;
|
54
54
|
align-items: center;
|
@@ -105,9 +105,9 @@
|
|
105
105
|
.sd-overlay-panel {
|
106
106
|
z-index: 2;
|
107
107
|
position: absolute;
|
108
|
-
|
109
|
-
|
110
|
-
|
108
|
+
inset-block-start: $subnav-height;
|
109
|
+
inset-inline-end: 0;
|
110
|
+
inset-block-end: 3rem;
|
111
111
|
width: 0;
|
112
112
|
background-color: $white;
|
113
113
|
color: $sd-text;
|