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
@@ -76,9 +76,9 @@
|
|
76
76
|
opacity: 0;
|
77
77
|
position: absolute;
|
78
78
|
overflow: hidden;
|
79
|
-
|
79
|
+
inset-block-start: 0;
|
80
80
|
width: 0;
|
81
|
-
|
81
|
+
inset-block-end: 0;
|
82
82
|
inset-inline-end: -320px;
|
83
83
|
transition: width 0.2s ease-in-out, opacity 0.2s ease;
|
84
84
|
box-shadow: -2px 0 12px hsla(0, 0%, 0%, 0), -3px 0 0 0px hsla(214, 13%, 60%, 0);
|
@@ -203,7 +203,7 @@
|
|
203
203
|
p {
|
204
204
|
font-size: 16px;
|
205
205
|
line-height: 1.5;
|
206
|
-
margin-
|
206
|
+
margin-block-end: 24px;
|
207
207
|
}
|
208
208
|
}
|
209
209
|
|
@@ -276,9 +276,9 @@
|
|
276
276
|
border: 0;
|
277
277
|
padding: 0 0 4px;
|
278
278
|
inset-inline-start: 50%;
|
279
|
-
margin-
|
279
|
+
margin-inline-start: -18.5px;
|
280
280
|
margin-block-start: -18.5px;
|
281
|
-
|
281
|
+
inset-block-end: -25px;
|
282
282
|
background-color: var(--sd-colour-panel-bg--100);
|
283
283
|
z-index: 3;
|
284
284
|
line-height: 0;
|
@@ -291,8 +291,8 @@
|
|
291
291
|
|
292
292
|
&:hover {
|
293
293
|
height: 32px;
|
294
|
-
|
295
|
-
padding-
|
294
|
+
inset-block-end: -32px;
|
295
|
+
padding-block-start: 2px;
|
296
296
|
|
297
297
|
i {
|
298
298
|
opacity: 1;
|
@@ -4,27 +4,27 @@
|
|
4
4
|
height: $subnav-height !important;
|
5
5
|
position: relative;
|
6
6
|
margin: 0 20px 0 0;
|
7
|
-
float:
|
7
|
+
float: inline-start;
|
8
8
|
|
9
9
|
>.btn {
|
10
|
-
margin-
|
11
|
-
margin-
|
10
|
+
margin-inline-start: 20px;
|
11
|
+
margin-block-start: 10px;
|
12
12
|
}
|
13
13
|
}
|
14
14
|
|
15
15
|
.button-stack.right-stack,
|
16
16
|
.button-stack--right {
|
17
|
-
float:
|
17
|
+
float: inline-end;
|
18
18
|
margin: 0 0 0 5px;
|
19
19
|
|
20
20
|
.navbtn {
|
21
|
-
border-
|
22
|
-
border-
|
21
|
+
border-inline-start: 1px solid var(--sd-colour-line--x-light) !important;
|
22
|
+
border-inline-end: 0 !important;
|
23
23
|
}
|
24
24
|
|
25
25
|
>.btn {
|
26
|
-
margin-
|
27
|
-
margin-
|
26
|
+
margin-inline-end: 12px;
|
27
|
+
margin-inline-start: 0;
|
28
28
|
}
|
29
29
|
}
|
30
30
|
|
@@ -43,9 +43,9 @@ a.text-link {
|
|
43
43
|
[class*=" icon-"] {
|
44
44
|
color: currentColor;
|
45
45
|
vertical-align: middle;
|
46
|
-
margin-
|
46
|
+
margin-inline-end: 0.3rem;
|
47
47
|
position: relative;
|
48
|
-
|
48
|
+
inset-block-start: -0.2rem;
|
49
49
|
}
|
50
50
|
|
51
51
|
&.text-link--white {
|
@@ -67,11 +67,11 @@ a.text-link {
|
|
67
67
|
margin: 0.4rem 0.4rem 0.4rem 0;
|
68
68
|
font-size: 1.4rem;
|
69
69
|
padding: 0 .6rem 0 0;
|
70
|
-
border-
|
70
|
+
border-inline-end: 1px dotted var(--sd-colour-line--medium);
|
71
71
|
|
72
72
|
&:last-child {
|
73
|
-
padding-
|
74
|
-
border-
|
73
|
+
padding-inline-end: 0;
|
74
|
+
border-inline-end: none;
|
75
75
|
}
|
76
76
|
}
|
77
77
|
|
@@ -80,11 +80,11 @@ a.text-link {
|
|
80
80
|
padding: 0 .8rem 0 0;
|
81
81
|
margin: 0.6rem 0.8rem 0.6rem 0;
|
82
82
|
font-size: 1.4rem;
|
83
|
-
border-
|
83
|
+
border-inline-end: 1px dotted var(--sd-colour-line--medium);
|
84
84
|
|
85
85
|
&:last-child {
|
86
|
-
padding-
|
87
|
-
border-
|
86
|
+
padding-inline-end: 0;
|
87
|
+
border-inline-end: none;
|
88
88
|
}
|
89
89
|
}
|
90
90
|
}
|
@@ -15,7 +15,7 @@ $sd-leftNavBtn-borderActive: 4px solid var(--sd-colour-interactive--active);
|
|
15
15
|
|
16
16
|
.sd-left-nav {
|
17
17
|
background: $sd-leftNav-bgColor;
|
18
|
-
border-
|
18
|
+
border-inline-end: 1px solid $sd-leftNav-borderColor;
|
19
19
|
display: block;
|
20
20
|
width: $sd-leftNav-width;
|
21
21
|
overflow: auto;
|
@@ -24,14 +24,14 @@ $sd-leftNavBtn-borderActive: 4px solid var(--sd-colour-interactive--active);
|
|
24
24
|
|
25
25
|
.sd-left-nav--absolute {
|
26
26
|
position: absolute;
|
27
|
-
|
28
|
-
|
29
|
-
|
27
|
+
inset-block-start: 0;
|
28
|
+
inset-block-end: 0;
|
29
|
+
inset-inline-start: 0;
|
30
30
|
}
|
31
31
|
|
32
32
|
.sd-left-nav--default {
|
33
33
|
background: $sd-leftNav-bgColor;
|
34
|
-
border-
|
34
|
+
border-inline-end: 1px solid $sd-leftNav-borderColor;
|
35
35
|
}
|
36
36
|
|
37
37
|
.sd-left-nav--blanc {
|
@@ -113,12 +113,12 @@ $sd-leftNavBtn-borderActive: 4px solid var(--sd-colour-interactive--active);
|
|
113
113
|
padding-block-start: 2.6rem;
|
114
114
|
padding-block-end: 0.9rem;
|
115
115
|
padding-inline: 1.6rem 0;
|
116
|
-
border-
|
117
|
-
margin-
|
116
|
+
border-block-start: 1px solid $sd-leftNav-borderColor;
|
117
|
+
margin-block-start: 1rem;
|
118
118
|
}
|
119
119
|
|
120
120
|
.sd-left-nav__group-header--first,
|
121
121
|
.sd-left-nav__group-header:first-child {
|
122
122
|
border: none;
|
123
|
-
margin-
|
123
|
+
margin-block-start: 0;
|
124
124
|
}
|
@@ -4,21 +4,21 @@ $sd-sideTabMenu-background: var(--sd-colour-sidebar-menu--20);
|
|
4
4
|
|
5
5
|
.sd-sidebar-menu {
|
6
6
|
position: absolute;
|
7
|
-
|
7
|
+
inset-block-end: 0;
|
8
8
|
width: $sd-sidebarMenu-width;
|
9
|
-
|
9
|
+
inset-block-start: $nav-height;
|
10
10
|
background-color: $sd-sidebarMenu-background;
|
11
11
|
z-index: $zindexFixedNavbar - 1;
|
12
12
|
transition: all .3s ease;
|
13
13
|
}
|
14
14
|
|
15
15
|
.sd-sidebar-menu--left {
|
16
|
-
|
16
|
+
inset-inline-start: 0;
|
17
17
|
box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .25);
|
18
18
|
|
19
19
|
&.main-menu__open {
|
20
|
-
|
21
|
-
//
|
20
|
+
inset-inline-start: $sd-main-menu-width;
|
21
|
+
//inset-inline-end: 0; This doesn't seam to have any function; To be tested;
|
22
22
|
}
|
23
23
|
}
|
24
24
|
|
@@ -30,8 +30,8 @@ $sd-sideTabMenu-background: var(--sd-colour-sidebar-menu--20);
|
|
30
30
|
.sd-sidebar-menu__spacer {
|
31
31
|
width: $sd-sidebarMenu-width / 2;
|
32
32
|
margin: 1.8rem auto;
|
33
|
-
border-
|
34
|
-
border-
|
33
|
+
border-block-start: 1px dotted var(--sd-colour-line--medium);
|
34
|
+
border-block-end: 0;
|
35
35
|
}
|
36
36
|
|
37
37
|
.sd-sidebar-menu__btn {
|
@@ -76,15 +76,15 @@ $sd-sideTabMenu-background: var(--sd-colour-sidebar-menu--20);
|
|
76
76
|
|
77
77
|
.sd-sidebar-menu__main-icon {
|
78
78
|
position: absolute;
|
79
|
-
|
80
|
-
|
79
|
+
inset-block-start: 0.5rem;
|
80
|
+
inset-inline-start: 0.5rem;
|
81
81
|
transition: left 0.2s ease-out;
|
82
82
|
}
|
83
83
|
|
84
84
|
.sd-sidebar-menu__helper-icon {
|
85
85
|
position: absolute;
|
86
|
-
|
87
|
-
|
86
|
+
inset-block-start: 0.5rem;
|
87
|
+
inset-inline-start: 3rem;
|
88
88
|
transition: left 0.2s ease-out, transform 0.2s;
|
89
89
|
}
|
90
90
|
|
@@ -98,11 +98,11 @@ $sd-sideTabMenu-background: var(--sd-colour-sidebar-menu--20);
|
|
98
98
|
|
99
99
|
&:hover {
|
100
100
|
.sd-sidebar-menu__main-icon {
|
101
|
-
|
101
|
+
inset-inline-start: -3rem;
|
102
102
|
}
|
103
103
|
|
104
104
|
.sd-sidebar-menu__helper-icon {
|
105
|
-
|
105
|
+
inset-inline-start: 0.5rem;
|
106
106
|
}
|
107
107
|
}
|
108
108
|
}
|
@@ -111,16 +111,16 @@ $sd-sideTabMenu-background: var(--sd-colour-sidebar-menu--20);
|
|
111
111
|
.sd-sidebar-menu__btn--active {
|
112
112
|
.sd-sidebar-menu__helper-icon {
|
113
113
|
transform: rotate(180deg);
|
114
|
-
|
114
|
+
inset-inline-start: -3rem;
|
115
115
|
}
|
116
116
|
|
117
117
|
&:hover {
|
118
118
|
.sd-sidebar-menu__main-icon {
|
119
|
-
|
119
|
+
inset-inline-start: 4rem;
|
120
120
|
}
|
121
121
|
|
122
122
|
.sd-sidebar-menu__helper-icon {
|
123
|
-
|
123
|
+
inset-inline-start: 0.5rem;
|
124
124
|
}
|
125
125
|
}
|
126
126
|
}
|
@@ -129,8 +129,8 @@ $sd-sideTabMenu-background: var(--sd-colour-sidebar-menu--20);
|
|
129
129
|
|
130
130
|
.sd-sidetab-menu {
|
131
131
|
position: absolute;
|
132
|
-
|
133
|
-
|
132
|
+
inset-block-end: 0;
|
133
|
+
inset-block-start: 0;
|
134
134
|
width: $sd-sidebarMenu-width;
|
135
135
|
background-color: $sd-sideTabMenu-background;
|
136
136
|
z-index: 16;
|
@@ -146,7 +146,7 @@ $sd-sideTabMenu-background: var(--sd-colour-sidebar-menu--20);
|
|
146
146
|
}
|
147
147
|
|
148
148
|
.sd-sidetab-menu--right {
|
149
|
-
|
149
|
+
inset-inline-end: 0;
|
150
150
|
box-shadow: inset 4px 0 5px -3px rgba(0, 0, 0, 0.25);
|
151
151
|
|
152
152
|
}
|
@@ -212,8 +212,8 @@ i.sd-sidetab-menu__helper-icon {
|
|
212
212
|
|
213
213
|
.sd-sidetab-menu__info-label {
|
214
214
|
position: absolute;
|
215
|
-
|
216
|
-
|
215
|
+
inset-block-start: 0.3rem;
|
216
|
+
inset-inline-end: 0.3rem;
|
217
217
|
text-shadow: none;
|
218
218
|
z-index: 3;
|
219
219
|
margin: 0;
|
@@ -235,14 +235,14 @@ i.sd-sidetab-menu__helper-icon {
|
|
235
235
|
opacity: 0;
|
236
236
|
height: 0.8rem;
|
237
237
|
width: 0.8rem;
|
238
|
-
|
238
|
+
inset-inline-start: 2.0rem;
|
239
239
|
font-size: 8px;
|
240
240
|
|
241
241
|
i {
|
242
242
|
opacity: 0;
|
243
243
|
height: 0.8rem;
|
244
244
|
width: 0.8rem;
|
245
|
-
|
245
|
+
inset-inline-start: 2.0rem;
|
246
246
|
font-size: 8px;
|
247
247
|
}
|
248
248
|
}
|
@@ -270,7 +270,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
270
270
|
opacity: 0;
|
271
271
|
//height:0.8rem;
|
272
272
|
//width:0.8rem;
|
273
|
-
//
|
273
|
+
//inset-inline-start: 2.0rem;
|
274
274
|
font-size: 8px;
|
275
275
|
|
276
276
|
i {
|
@@ -278,7 +278,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
278
278
|
height: 0.8rem !important;
|
279
279
|
width: 0.8rem !important;
|
280
280
|
font-size: 8px !important;
|
281
|
-
//
|
281
|
+
//inset-inline-start: 2.0rem
|
282
282
|
}
|
283
283
|
}
|
284
284
|
}
|
@@ -318,14 +318,14 @@ i.sd-sidetab-menu__helper-icon {
|
|
318
318
|
.sd-side-menu__helper-icon,
|
319
319
|
.sd-side-menu__main-icon {
|
320
320
|
position: absolute;
|
321
|
-
|
322
|
-
|
321
|
+
inset-block-start: 0.5rem;
|
322
|
+
inset-inline-start: 0.5rem;
|
323
323
|
}
|
324
324
|
|
325
325
|
.sd-side-menu__helper-icon {
|
326
326
|
opacity: 0;
|
327
327
|
margin: 0;
|
328
|
-
|
328
|
+
inset-inline-start: 0.6rem;
|
329
329
|
width: 2.4rem;
|
330
330
|
height: 2.4rem;
|
331
331
|
font-size: 2.4rem;
|
@@ -341,8 +341,8 @@ i.sd-sidetab-menu__helper-icon {
|
|
341
341
|
|
342
342
|
.sd-side-menu__info-label {
|
343
343
|
position: absolute;
|
344
|
-
|
345
|
-
|
344
|
+
inset-block-start: 0.3rem;
|
345
|
+
inset-inline-end: 0.3rem;
|
346
346
|
text-shadow: none;
|
347
347
|
z-index: 3;
|
348
348
|
margin: 0;
|
@@ -363,7 +363,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
363
363
|
// opacity: 0;
|
364
364
|
// height:0.8rem;
|
365
365
|
// width:0.8rem;
|
366
|
-
//
|
366
|
+
// inset-inline-start: 2.0rem;
|
367
367
|
// font-size: 8px;
|
368
368
|
// }
|
369
369
|
// }
|
@@ -386,7 +386,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
386
386
|
opacity: 0;
|
387
387
|
height: 0.8rem;
|
388
388
|
width: 0.8rem;
|
389
|
-
|
389
|
+
inset-inline-start: 2.0rem;
|
390
390
|
font-size: 8px;
|
391
391
|
}
|
392
392
|
}
|
@@ -400,7 +400,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
400
400
|
position: relative;
|
401
401
|
|
402
402
|
ul {
|
403
|
-
margin-
|
403
|
+
margin-block-start: 24px;
|
404
404
|
}
|
405
405
|
}
|
406
406
|
|
@@ -4,11 +4,11 @@ $sd-topMenu-background: var(--sd-colour-top-menu);
|
|
4
4
|
background: $sd-topMenu-background;
|
5
5
|
height: $nav-height;
|
6
6
|
position: absolute;
|
7
|
-
|
8
|
-
|
9
|
-
|
7
|
+
inset-inline-end: 0;
|
8
|
+
inset-inline-start: 0;
|
9
|
+
inset-block-start: 0;
|
10
10
|
z-index: $zindexFixedNavbar;
|
11
|
-
margin-
|
11
|
+
margin-block-end: 0;
|
12
12
|
transition: all 0.3s ease;
|
13
13
|
display: flex;
|
14
14
|
flex-direction: row;
|
@@ -73,14 +73,14 @@ $sd-topMenu-background: var(--sd-colour-top-menu);
|
|
73
73
|
|
74
74
|
.label {
|
75
75
|
position: absolute;
|
76
|
-
|
77
|
-
|
76
|
+
inset-block-start: 3px;
|
77
|
+
inset-inline-start: 3px;
|
78
78
|
text-shadow: none;
|
79
79
|
}
|
80
80
|
}
|
81
81
|
|
82
82
|
.current-user-details--compact {
|
83
|
-
|
83
|
+
padding: var(--space--1);
|
84
84
|
display: flex;
|
85
85
|
flex-direction: column;
|
86
86
|
justify-content: center;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.p-datepicker {
|
2
2
|
@include pr-dropdown-panel-base;
|
3
3
|
padding: 12px;
|
4
|
-
margin-
|
4
|
+
margin-block-start: 1px;
|
5
5
|
|
6
6
|
.p-datepicker-title {
|
7
7
|
text-transform: uppercase;
|
@@ -17,7 +17,7 @@
|
|
17
17
|
flex-wrap: wrap;
|
18
18
|
padding: .8em 4px;
|
19
19
|
min-height: 32px;
|
20
|
-
margin-
|
20
|
+
margin-block-end: 8px;
|
21
21
|
|
22
22
|
.p-datepicker-prev,
|
23
23
|
.p-datepicker-next {
|
@@ -56,7 +56,7 @@
|
|
56
56
|
display: flex;
|
57
57
|
justify-content: center;
|
58
58
|
align-items: center;
|
59
|
-
margin-
|
59
|
+
margin-block-end: 16px;
|
60
60
|
gap: $sd-base-increment;
|
61
61
|
|
62
62
|
button {
|
@@ -79,7 +79,7 @@
|
|
79
79
|
|
80
80
|
.p-datepicker-year {
|
81
81
|
font-weight: 400;
|
82
|
-
margin-
|
82
|
+
margin-block-start: 4px;
|
83
83
|
color: var(--color-text-light);
|
84
84
|
}
|
85
85
|
|
@@ -120,8 +120,8 @@
|
|
120
120
|
height: 32px;
|
121
121
|
border-radius: $border-radius__base--x-small;
|
122
122
|
font-weight: normal;
|
123
|
-
margin-
|
124
|
-
margin-
|
123
|
+
margin-inline-start: 4px;
|
124
|
+
margin-inline-end: 4px;
|
125
125
|
transition: $sd-transition__menu-item;
|
126
126
|
}
|
127
127
|
|
@@ -133,8 +133,8 @@
|
|
133
133
|
height: 24px;
|
134
134
|
text-align: center;
|
135
135
|
font-weight: normal;
|
136
|
-
margin-
|
137
|
-
margin-
|
136
|
+
margin-inline-start: 4px;
|
137
|
+
margin-inline-end: 4px;
|
138
138
|
}
|
139
139
|
|
140
140
|
// selected date style
|
@@ -177,7 +177,7 @@
|
|
177
177
|
.p-calendar-icon {
|
178
178
|
pointer-events: none;
|
179
179
|
}
|
180
|
-
border-
|
180
|
+
border-block-end: 1px dotted var(--color-input-border);
|
181
181
|
background-color: var(--color-input-bg);
|
182
182
|
}
|
183
183
|
}
|
@@ -199,7 +199,7 @@
|
|
199
199
|
[class^="icon-"],
|
200
200
|
[class*=" icon-"] {
|
201
201
|
color: var(--color-text);
|
202
|
-
margin-
|
202
|
+
margin-block-start: -2px;
|
203
203
|
opacity: 0.75;
|
204
204
|
}
|
205
205
|
|
@@ -214,7 +214,7 @@
|
|
214
214
|
}
|
215
215
|
|
216
216
|
.p-datepicker-calendar {
|
217
|
-
margin-
|
217
|
+
margin-block-end: 8px;
|
218
218
|
}
|
219
219
|
|
220
220
|
.p-datepicker-today > span {
|
@@ -7,8 +7,8 @@
|
|
7
7
|
|
8
8
|
.p-dialog-mask {
|
9
9
|
position: fixed;
|
10
|
-
|
11
|
-
|
10
|
+
inset-block-start: 0;
|
11
|
+
inset-inline-start: 0;
|
12
12
|
width: 100%;
|
13
13
|
height: 100%;
|
14
14
|
display: none;
|
@@ -216,7 +216,7 @@
|
|
216
216
|
}
|
217
217
|
|
218
218
|
.p-dialog .p-dialog-header {
|
219
|
-
border-
|
219
|
+
border-block-end: 0 none;
|
220
220
|
background: transparent;
|
221
221
|
position: relative;
|
222
222
|
z-index: 1012;
|
@@ -227,7 +227,7 @@
|
|
227
227
|
}
|
228
228
|
|
229
229
|
.p-dialog .p-dialog-header .p-dialog-title {
|
230
|
-
|
230
|
+
padding-inline-end: var(--space--2);
|
231
231
|
font-size: 1.8rem;
|
232
232
|
font-weight: 300;
|
233
233
|
line-height: 27px;
|
@@ -241,7 +241,7 @@
|
|
241
241
|
background: transparent;
|
242
242
|
border-radius: $border-radius__base--full;
|
243
243
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
244
|
-
margin-
|
244
|
+
margin-inline-end: 0;
|
245
245
|
}
|
246
246
|
|
247
247
|
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
|
@@ -256,7 +256,7 @@
|
|
256
256
|
}
|
257
257
|
|
258
258
|
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
|
259
|
-
margin-
|
259
|
+
margin-inline-end: 0;
|
260
260
|
}
|
261
261
|
|
262
262
|
.p-dialog .p-dialog-content {
|
@@ -269,7 +269,7 @@
|
|
269
269
|
}
|
270
270
|
|
271
271
|
.p-dialog .p-dialog-footer {
|
272
|
-
border-
|
272
|
+
border-block-start: 0 none;
|
273
273
|
background-color: transparent;
|
274
274
|
padding: 0.8rem 1.6rem;
|
275
275
|
text-align: end;
|
@@ -37,7 +37,7 @@
|
|
37
37
|
display: inline-flex;
|
38
38
|
align-items: center;
|
39
39
|
min-height: $height-input--default;
|
40
|
-
border-
|
40
|
+
border-block-end: 1px solid var(--color-input-border);
|
41
41
|
background-color: var(--color-input-bg);
|
42
42
|
font-size: 1.4rem;
|
43
43
|
transition: border linear 0.2s, box-shadow linear 0.2s;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.p-tieredmenu {
|
2
2
|
&, .p-submenu-list {
|
3
|
-
padding-
|
4
|
-
padding-
|
3
|
+
padding-block-start: $sd-base-increment;
|
4
|
+
padding-block-end: $sd-base-increment;
|
5
5
|
background-color: var(--color-dropdown-menu-Bg);
|
6
6
|
box-shadow: $shadow__dropdown--default;
|
7
7
|
border-radius: $border-radius__base--small;
|
@@ -31,7 +31,7 @@
|
|
31
31
|
}
|
32
32
|
|
33
33
|
.p-menuitem-icon {
|
34
|
-
margin-
|
34
|
+
margin-inline-end: 0.8rem;
|
35
35
|
color: var(--color-icon-default);
|
36
36
|
}
|
37
37
|
}
|
@@ -8,10 +8,10 @@
|
|
8
8
|
content: "";
|
9
9
|
animation: p-skeleton-animation 1.2s infinite;
|
10
10
|
height: 100%;
|
11
|
-
|
11
|
+
inset-inline-start: 0;
|
12
12
|
position: absolute;
|
13
|
-
|
14
|
-
|
13
|
+
inset-inline-end: 0;
|
14
|
+
inset-block-start: 0;
|
15
15
|
transform: translateX(-100%);
|
16
16
|
z-index: 1;
|
17
17
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
|
@@ -10,7 +10,7 @@
|
|
10
10
|
background: $tag-label-BG-default;
|
11
11
|
color: currentColor;
|
12
12
|
padding: 5px;
|
13
|
-
border-
|
13
|
+
border-inline-start: 20px;
|
14
14
|
border-radius: 30px;
|
15
15
|
|
16
16
|
&.selected {
|
@@ -51,7 +51,7 @@
|
|
51
51
|
|
52
52
|
.tags-input__padding-disabled {
|
53
53
|
span {
|
54
|
-
padding-
|
54
|
+
padding-inline-start: 0;
|
55
55
|
padding-inline: 4px;
|
56
56
|
}
|
57
57
|
}
|