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
@@ -89,7 +89,7 @@ $tag-label-lineheight: 100% !default;
|
|
89
89
|
font-size: 1.6rem;
|
90
90
|
flex-grow: 0;
|
91
91
|
flex-shrink: 0;
|
92
|
-
margin-
|
92
|
+
margin-inline-start: 1px;
|
93
93
|
opacity: 0.4;
|
94
94
|
transition: color .1s ease-out, opacity .1s ease-out;
|
95
95
|
}
|
@@ -142,7 +142,7 @@ $tag-label-lineheight: 100% !default;
|
|
142
142
|
z-index: 2;
|
143
143
|
display: flex;
|
144
144
|
align-items: center;
|
145
|
-
|
145
|
+
padding-inline: var(--space--1);
|
146
146
|
box-shadow: 0 1px 1px 0 hsla(0, 0%, 0%, 0.12);
|
147
147
|
background-color: var(--sd-colour-bg-translucent--10);
|
148
148
|
}
|
@@ -155,8 +155,8 @@ $tag-label-lineheight: 100% !default;
|
|
155
155
|
}
|
156
156
|
|
157
157
|
.sd-search-tags__tag {
|
158
|
-
margin-
|
159
|
-
margin-
|
158
|
+
margin-inline-start: 2px !important;
|
159
|
+
margin-inline-end: 2px !important;
|
160
160
|
}
|
161
161
|
}
|
162
162
|
|
@@ -39,7 +39,7 @@
|
|
39
39
|
// min-height: 100px;
|
40
40
|
// min-width: 300px;
|
41
41
|
// max-width: 600px;
|
42
|
-
margin-
|
42
|
+
margin-block-end: 16px;
|
43
43
|
}
|
44
44
|
|
45
45
|
.sd-thumb-carousel__header {
|
@@ -54,7 +54,7 @@
|
|
54
54
|
color: var(--sd-thumb-carousel__colour-txt);
|
55
55
|
opacity: 0.75;
|
56
56
|
@include text-overflow;
|
57
|
-
padding-
|
57
|
+
padding-inline-start: 16px;
|
58
58
|
}
|
59
59
|
}
|
60
60
|
|
@@ -62,16 +62,16 @@
|
|
62
62
|
flex-grow: 0;
|
63
63
|
font-size: 1.6rem;
|
64
64
|
font-weight: 600;
|
65
|
-
margin-
|
65
|
+
margin-inline-end: 8px;
|
66
66
|
}
|
67
67
|
|
68
68
|
.sd-thumb-carousel__header-block--r {
|
69
|
-
margin-
|
69
|
+
margin-inline-start:auto;
|
70
70
|
display: flex;
|
71
71
|
align-items: center;
|
72
72
|
|
73
73
|
& > * + * {
|
74
|
-
margin-
|
74
|
+
margin-inline-start: 8px;
|
75
75
|
}
|
76
76
|
}
|
77
77
|
|
@@ -88,13 +88,13 @@
|
|
88
88
|
}
|
89
89
|
|
90
90
|
.sd-thumb-carousel__description {
|
91
|
-
|
91
|
+
padding: var(--space--2);
|
92
92
|
flex-grow: 0;
|
93
93
|
font-size: 1.4rem;
|
94
94
|
line-height: 150%;
|
95
95
|
opacity: 0.75;
|
96
96
|
font-weight: 400;
|
97
|
-
padding-
|
97
|
+
padding-block-start: 2px;
|
98
98
|
}
|
99
99
|
|
100
100
|
.sd-thumb-carousel__items-content {
|
@@ -223,13 +223,13 @@
|
|
223
223
|
}
|
224
224
|
|
225
225
|
.sd-thumb-carousel__btn--prev, .p-carousel-prev {
|
226
|
-
|
227
|
-
margin-
|
226
|
+
inset-inline-start: -16px;
|
227
|
+
margin-inline-end: -26px;
|
228
228
|
}
|
229
229
|
|
230
230
|
.sd-thumb-carousel__btn--next, .p-carousel-next{
|
231
|
-
|
232
|
-
margin-
|
231
|
+
inset-inline-end: -16px;
|
232
|
+
margin-inline-start: -26px;
|
233
233
|
}
|
234
234
|
|
235
235
|
.sd-thumb-carousel__cover-image-icon {
|
@@ -242,12 +242,12 @@
|
|
242
242
|
border-radius: $border-radius__base--full;
|
243
243
|
color: var(--sd-thumb-carousel__colour-indicator--highlight);
|
244
244
|
position: absolute;
|
245
|
-
|
246
|
-
|
245
|
+
inset-block-start: 12px;
|
246
|
+
inset-inline-start: 12px;
|
247
247
|
z-index: 1;
|
248
248
|
|
249
249
|
i {
|
250
250
|
color: var(--sd-thumb-carousel__colour-indicator--highlight) !important;
|
251
|
-
margin-
|
251
|
+
margin-block-start: -2px;
|
252
252
|
}
|
253
253
|
}
|
@@ -25,7 +25,7 @@
|
|
25
25
|
}
|
26
26
|
|
27
27
|
.toggle-box__header {
|
28
|
-
margin-
|
28
|
+
margin-block-end: 0;
|
29
29
|
}
|
30
30
|
}
|
31
31
|
|
@@ -41,23 +41,23 @@
|
|
41
41
|
}
|
42
42
|
|
43
43
|
&.toggle-box--marg-b10 {
|
44
|
-
margin-
|
44
|
+
margin-block-end: 1rem;
|
45
45
|
}
|
46
46
|
|
47
47
|
&.toggle-box--margin-none {
|
48
|
-
margin-
|
48
|
+
margin-block-end: 0;
|
49
49
|
}
|
50
50
|
|
51
51
|
&.toggle-box--margin-small {
|
52
|
-
margin-
|
52
|
+
margin-block-end: $sd-base-increment * 2;
|
53
53
|
}
|
54
54
|
|
55
55
|
&.toggle-box--margin-normal {
|
56
|
-
margin-
|
56
|
+
margin-block-end: $sd-base-increment * 3;
|
57
57
|
}
|
58
58
|
|
59
59
|
&.toggle-box--margin-large {
|
60
|
-
margin-
|
60
|
+
margin-block-end: $sd-base-increment * 4;
|
61
61
|
}
|
62
62
|
}
|
63
63
|
|
@@ -75,7 +75,7 @@
|
|
75
75
|
a.toggle-box__header {
|
76
76
|
display: flex;
|
77
77
|
cursor: pointer;
|
78
|
-
margin-
|
78
|
+
margin-block-end: 1.8rem;
|
79
79
|
align-items: center;
|
80
80
|
text-decoration: none !important;
|
81
81
|
|
@@ -141,7 +141,7 @@ a.toggle-box__header {
|
|
141
141
|
|
142
142
|
i {
|
143
143
|
color: $grayLight;
|
144
|
-
margin-
|
144
|
+
margin-inline-end: 0.5rem;
|
145
145
|
vertical-align: text-bottom;
|
146
146
|
}
|
147
147
|
|
@@ -52,68 +52,68 @@
|
|
52
52
|
/* FLOW: UP */
|
53
53
|
&:not([flow])::before,
|
54
54
|
&[flow^="up"]::before {
|
55
|
-
|
55
|
+
inset-block-end: 100%;
|
56
56
|
border-bottom-width: 0;
|
57
57
|
border-top-color: var(--sd-colour-background__tooltip);
|
58
58
|
}
|
59
59
|
|
60
60
|
&:not([flow])::after,
|
61
61
|
&[flow^="up"]::after {
|
62
|
-
|
62
|
+
inset-block-end: calc(100% + 5px);
|
63
63
|
}
|
64
64
|
|
65
65
|
&:not([flow])::before,
|
66
66
|
&:not([flow])::after,
|
67
67
|
&[flow^="up"]::before,
|
68
68
|
&[flow^="up"]::after {
|
69
|
-
|
69
|
+
inset-inline-start: 50%;
|
70
70
|
transform: translate(-50%, -.5em);
|
71
71
|
}
|
72
72
|
|
73
73
|
/* FLOW: DOWN */
|
74
74
|
&[flow^="down"]::before {
|
75
|
-
|
75
|
+
inset-block-start: 100%;
|
76
76
|
border-top-width: 0;
|
77
77
|
border-bottom-color: var(--sd-colour-background__tooltip);
|
78
78
|
}
|
79
79
|
|
80
80
|
&[flow^="down"]::after {
|
81
|
-
|
81
|
+
inset-block-start: calc(100% + 5px);
|
82
82
|
}
|
83
83
|
|
84
84
|
&[flow^="down"]::before,
|
85
85
|
&[flow^="down"]::after {
|
86
|
-
|
86
|
+
inset-inline-start: 50%;
|
87
87
|
transform: translate(-50%, .5em);
|
88
88
|
}
|
89
89
|
|
90
90
|
/* FLOW: LEFT */
|
91
91
|
&[flow^="left"]::before {
|
92
|
-
|
92
|
+
inset-block-start: 50%;
|
93
93
|
border-right-width: 0;
|
94
94
|
border-left-color: var(--sd-colour-background__tooltip);
|
95
|
-
|
95
|
+
inset-inline-start: calc(0em - 5px);
|
96
96
|
transform: translate(-.5em, -50%);
|
97
97
|
}
|
98
98
|
|
99
99
|
&[flow^="left"]::after {
|
100
|
-
|
101
|
-
|
100
|
+
inset-block-start: 50%;
|
101
|
+
inset-inline-end: calc(100% + 5px);
|
102
102
|
transform: translate(-.5em, -50%);
|
103
103
|
}
|
104
104
|
|
105
105
|
/* FLOW: RIGHT */
|
106
106
|
&[flow^="right"]::before {
|
107
|
-
|
107
|
+
inset-block-start: 50%;
|
108
108
|
border-left-width: 0;
|
109
109
|
border-right-color: var(--sd-colour-background__tooltip);
|
110
|
-
|
110
|
+
inset-inline-end: calc(0em - 5px);
|
111
111
|
transform: translate(.5em, -50%);
|
112
112
|
}
|
113
113
|
|
114
114
|
&[flow^="right"]::after {
|
115
|
-
|
116
|
-
|
115
|
+
inset-block-start: 50%;
|
116
|
+
inset-inline-start: calc(100% + 5px);
|
117
117
|
transform: translate(.5em, -50%);
|
118
118
|
}
|
119
119
|
|
@@ -141,68 +141,68 @@
|
|
141
141
|
/* FLOW: UP */
|
142
142
|
&:not([data-flow])::before,
|
143
143
|
&[data-flow^="up"]::before {
|
144
|
-
|
144
|
+
inset-block-end: 100%;
|
145
145
|
border-bottom-width: 0;
|
146
146
|
border-top-color: var(--sd-colour-background__tooltip);
|
147
147
|
}
|
148
148
|
|
149
149
|
&:not([data-flow])::after,
|
150
150
|
&[data-flow^="up"]::after {
|
151
|
-
|
151
|
+
inset-block-end: calc(100% + 5px);
|
152
152
|
}
|
153
153
|
|
154
154
|
&:not([data-flow])::before,
|
155
155
|
&:not([data-flow])::after,
|
156
156
|
&[data-flow^="up"]::before,
|
157
157
|
&[data-flow^="up"]::after {
|
158
|
-
|
158
|
+
inset-inline-start: 50%;
|
159
159
|
transform: translate(-50%, -.5em);
|
160
160
|
}
|
161
161
|
|
162
162
|
/* FLOW: DOWN */
|
163
163
|
&[data-flow^="down"]::before {
|
164
|
-
|
164
|
+
inset-block-start: 100%;
|
165
165
|
border-top-width: 0;
|
166
166
|
border-bottom-color: var(--sd-colour-background__tooltip);
|
167
167
|
}
|
168
168
|
|
169
169
|
&[data-flow^="down"]::after {
|
170
|
-
|
170
|
+
inset-block-start: calc(100% + 5px);
|
171
171
|
}
|
172
172
|
|
173
173
|
&[data-flow^="down"]::before,
|
174
174
|
&[data-flow^="down"]::after {
|
175
|
-
|
175
|
+
inset-inline-start: 50%;
|
176
176
|
transform: translate(-50%, .5em);
|
177
177
|
}
|
178
178
|
|
179
179
|
/* FLOW: LEFT */
|
180
180
|
&[data-flow^="left"]::before {
|
181
|
-
|
181
|
+
inset-block-start: 50%;
|
182
182
|
border-right-width: 0;
|
183
183
|
border-left-color: var(--sd-colour-background__tooltip);
|
184
|
-
|
184
|
+
inset-inline-start: calc(0em - 5px);
|
185
185
|
transform: translate(-.5em, -50%);
|
186
186
|
}
|
187
187
|
|
188
188
|
&[data-flow^="left"]::after {
|
189
|
-
|
190
|
-
|
189
|
+
inset-block-start: 50%;
|
190
|
+
inset-inline-end: calc(100% + 5px);
|
191
191
|
transform: translate(-.5em, -50%);
|
192
192
|
}
|
193
193
|
|
194
194
|
/* FLOW: RIGHT */
|
195
195
|
&[data-flow^="right"]::before {
|
196
|
-
|
196
|
+
inset-block-start: 50%;
|
197
197
|
border-left-width: 0;
|
198
198
|
border-right-color: var(--sd-colour-background__tooltip);
|
199
|
-
|
199
|
+
inset-inline-end: calc(0em - 5px);
|
200
200
|
transform: translate(.5em, -50%);
|
201
201
|
}
|
202
202
|
|
203
203
|
&[data-flow^="right"]::after {
|
204
|
-
|
205
|
-
|
204
|
+
inset-block-start: 50%;
|
205
|
+
inset-inline-start: calc(100% + 5px);
|
206
206
|
transform: translate(.5em, -50%);
|
207
207
|
}
|
208
208
|
|
@@ -317,36 +317,36 @@
|
|
317
317
|
|
318
318
|
.p-tooltip-top .p-tooltip-arrow {
|
319
319
|
border-width: var(--tooltip-arrow_border);
|
320
|
-
|
321
|
-
|
320
|
+
inset-block-end: 0;
|
321
|
+
inset-inline-start: calc(50% - 3px);
|
322
322
|
border-bottom-width: 0;
|
323
323
|
border-top-color: var(--sd-colour-background__tooltip);
|
324
324
|
}
|
325
325
|
|
326
326
|
.p-tooltip-bottom .p-tooltip-arrow {
|
327
327
|
border-width: var(--tooltip-arrow_border);
|
328
|
-
|
329
|
-
|
328
|
+
inset-block-start: 0;
|
329
|
+
inset-inline-start: calc(50% - 3px);
|
330
330
|
border-top-width: 0;
|
331
331
|
border-bottom-color: var(--sd-colour-background__tooltip);
|
332
332
|
}
|
333
333
|
|
334
334
|
.p-tooltip-right .p-tooltip-arrow {
|
335
335
|
border-width: var(--tooltip-arrow_border);
|
336
|
-
|
337
|
-
|
336
|
+
inset-block-start: calc(50% - 3px);
|
337
|
+
inset-inline-start: 0;
|
338
338
|
border-left-width: 0;
|
339
339
|
border-right-color: var(--sd-colour-background__tooltip);
|
340
340
|
}
|
341
341
|
|
342
342
|
.p-tooltip-left .p-tooltip-arrow {
|
343
343
|
border-width: var(--tooltip-arrow_border);
|
344
|
-
|
345
|
-
|
344
|
+
inset-block-start: calc(50% - 3px);
|
345
|
+
inset-inline-end: 0;
|
346
346
|
border-right-width: 0;
|
347
347
|
border-left-color: var(--sd-colour-background__tooltip);
|
348
348
|
}
|
349
349
|
|
350
350
|
.p-tooltip-right {
|
351
|
-
margin-
|
351
|
+
margin-inline-start: 8px;
|
352
352
|
}
|
@@ -60,9 +60,9 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
60
60
|
&::before {
|
61
61
|
content: "";
|
62
62
|
position: absolute;
|
63
|
-
|
64
|
-
|
65
|
-
|
63
|
+
inset-block-start: 0;
|
64
|
+
inset-inline-start: 0;
|
65
|
+
inset-inline-end: 0;
|
66
66
|
height: $card-item-top-border-height;
|
67
67
|
background-color: rgba(0,0,0,.2);
|
68
68
|
border-radius: $card-item-default-radius $card-item-default-radius 0 0;
|
@@ -119,8 +119,8 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
119
119
|
|
120
120
|
.sd-card__actions {
|
121
121
|
position: absolute;
|
122
|
-
|
123
|
-
|
122
|
+
inset-block-start: 0.4rem;
|
123
|
+
inset-inline-end:0;
|
124
124
|
z-index: 2;
|
125
125
|
}
|
126
126
|
}
|
@@ -135,7 +135,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
135
135
|
|
136
136
|
// sd-card__heading should go inside sd-card__header
|
137
137
|
.sd-card__heading {
|
138
|
-
|
138
|
+
padding-inline: var(--space--1-5);
|
139
139
|
padding-block-start: $card-item-top-border-height;
|
140
140
|
flex-grow: 1;
|
141
141
|
font-size: 1.2rem;
|
@@ -172,7 +172,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
172
172
|
}
|
173
173
|
|
174
174
|
.sd-card__sub-header {
|
175
|
-
|
175
|
+
padding-inline: var(--space--1-5);
|
176
176
|
background-color: hsl(201, 15%, 67%);
|
177
177
|
display: flex;
|
178
178
|
align-items: center;
|
@@ -211,7 +211,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
211
211
|
}
|
212
212
|
|
213
213
|
.sd-card__btn-group--right {
|
214
|
-
float:
|
214
|
+
float: inline-end;
|
215
215
|
}
|
216
216
|
|
217
217
|
.sd-card__thumbnail {
|
@@ -230,7 +230,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
230
230
|
}
|
231
231
|
}
|
232
232
|
.sd-card__content {
|
233
|
-
|
233
|
+
padding: var(--space--2);
|
234
234
|
flex-grow: 1;
|
235
235
|
|
236
236
|
h4 {
|
@@ -244,7 +244,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
244
244
|
}
|
245
245
|
|
246
246
|
.label {
|
247
|
-
float:
|
247
|
+
float: inline-end;
|
248
248
|
height: 15px;
|
249
249
|
margin: auto 0;
|
250
250
|
padding: 3px 5px 0;
|
@@ -258,7 +258,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
258
258
|
}
|
259
259
|
|
260
260
|
.value-label {
|
261
|
-
float:
|
261
|
+
float: inline-end;
|
262
262
|
font-size: 13px;
|
263
263
|
color: var(--color-text);
|
264
264
|
font-weight: 400;
|
@@ -315,7 +315,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
315
315
|
li,
|
316
316
|
.sd-card__content-list-item {
|
317
317
|
padding: var(--gap--medium);
|
318
|
-
border-
|
318
|
+
border-block-end: 1px solid var(--sd-colour-line--light);
|
319
319
|
|
320
320
|
.sd-card__content-list-inline-span {
|
321
321
|
display: inline-block;
|
@@ -341,7 +341,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
341
341
|
|
342
342
|
.sd-card__content-list-item--border-bottom {
|
343
343
|
&:last-child {
|
344
|
-
border-
|
344
|
+
border-block-end: 1px solid var(--sd-colour-line--light);
|
345
345
|
}
|
346
346
|
}
|
347
347
|
|
@@ -370,7 +370,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
370
370
|
}
|
371
371
|
|
372
372
|
.button__view-all {
|
373
|
-
border-
|
373
|
+
border-block-end: 1px dotted var(--sd-colour-interactive);
|
374
374
|
color: var(--sd-colour-interactive);
|
375
375
|
cursor: pointer;
|
376
376
|
}
|
@@ -419,7 +419,7 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
419
419
|
}
|
420
420
|
|
421
421
|
.sd-card__footer {
|
422
|
-
|
422
|
+
padding-inline: var(--space--1-5);
|
423
423
|
display: flex;
|
424
424
|
flex-direction: row;
|
425
425
|
align-items: center;
|
@@ -440,10 +440,10 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
440
440
|
|
441
441
|
.sd-card__full-click {
|
442
442
|
position: absolute;
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
443
|
+
inset-block-start:0;
|
444
|
+
inset-block-end:0;
|
445
|
+
inset-inline-end:0;
|
446
|
+
inset-inline-start:0;
|
447
447
|
z-index: 2;
|
448
448
|
}
|
449
449
|
|
@@ -498,8 +498,8 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
498
498
|
height: 5.2rem;
|
499
499
|
width: 5.2rem;
|
500
500
|
position: absolute;
|
501
|
-
|
502
|
-
|
501
|
+
inset-block-start: 50%;
|
502
|
+
inset-inline-start: 50%;
|
503
503
|
margin: -2.6rem 0 0 -2.6rem;
|
504
504
|
line-height: 5.2rem;
|
505
505
|
opacity: 0.5;
|
@@ -513,11 +513,11 @@ $card-item-shadow-hover-light: 0 1px 6px rgba(0,0,0,.1), 0 2px 12px rgba(31, 17,
|
|
513
513
|
text-align: center;
|
514
514
|
color: $white;
|
515
515
|
position: absolute;
|
516
|
-
|
517
|
-
|
518
|
-
|
516
|
+
inset-block-start: 0;
|
517
|
+
inset-inline-start: 0;
|
518
|
+
inset-inline-end: 0;
|
519
519
|
margin: 0;
|
520
|
-
|
520
|
+
inset-block-end: 0;
|
521
521
|
display: flex;
|
522
522
|
align-items: center;
|
523
523
|
justify-content: center;
|