superdesk-ui-framework 3.1.8 → 3.1.12
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/_helpers.scss +913 -780
- package/app/styles/_master-desk.scss +2 -2
- package/app/styles/components/_sd-collapse-box.scss +113 -0
- package/app/styles/components/_subnav.scss +0 -1
- package/app/styles/design-tokens/_design-tokens-general.scss +19 -5
- package/app/styles/design-tokens/_new-colors.scss +11 -1
- package/app/styles/grids/_grid-layout.scss +0 -1
- package/app/styles/layout/_editor.scss +5 -5
- package/app-typescript/components/ToggleBox/CustomHeaderToggleBox.tsx +56 -0
- package/app-typescript/components/{Togglebox.tsx → ToggleBox/SimpleToggleBox.tsx} +3 -14
- package/app-typescript/components/ToggleBox/index.tsx +41 -0
- package/app-typescript/components/TreeMenu.tsx +4 -2
- package/app-typescript/index.ts +1 -1
- package/dist/components/Alerts.tsx +1 -1
- package/dist/components/ContentDivider.tsx +1 -1
- package/dist/components/DragHandleDocs.tsx +2 -2
- package/dist/components/Index.tsx +105 -50
- package/dist/components/Panel.tsx +13 -13
- package/dist/components/Tags.tsx +2 -2
- package/dist/components/Togglebox.tsx +154 -15
- package/dist/components/utilities/BorderRadiusUtilities.tsx +56 -0
- package/dist/components/utilities/BorderUtilities.tsx +170 -0
- package/dist/components/utilities/DisplayUtilities.tsx +116 -0
- package/dist/components/utilities/FlexAndGridUtilities.tsx +551 -0
- package/dist/components/utilities/ObjectFitUtilities.tsx +53 -0
- package/dist/components/utilities/ObjectPositionUtilities.tsx +68 -0
- package/dist/components/utilities/OpacityUtilities.tsx +64 -0
- package/dist/components/utilities/OverflowUtilities.tsx +93 -0
- package/dist/components/utilities/PositionUtilities.tsx +52 -0
- package/dist/components/utilities/ShadowUtilities.tsx +123 -0
- package/dist/components/utilities/SpacingUtilities.tsx +2 -2
- package/dist/components/utilities/TextUtilities.tsx +44 -4
- package/dist/components.html +2 -4
- package/dist/components_deprecated/modals.html +2 -2
- package/dist/components_deprecated.html +1 -0
- package/dist/design-patterns/Index.tsx +1 -42
- package/dist/design-patterns.html +2 -4
- package/dist/design.html +1 -0
- package/dist/examples.bundle.css +15 -7
- package/dist/examples.bundle.js +3104 -1270
- package/dist/main.html +1 -0
- package/dist/playgrounds/react-playgrounds/Rundowns.tsx +1 -1
- package/dist/playgrounds/react-playgrounds/TestGround.tsx +214 -2
- package/dist/playgrounds.html +1 -0
- package/dist/superdesk-ui.bundle.css +1331 -1006
- package/dist/superdesk-ui.bundle.js +1094 -919
- package/dist/vendor.bundle.js +13 -13
- package/examples/css/docs-page.css +15 -7
- package/examples/js/doc.js +13 -1
- package/examples/pages/components/Alerts.tsx +1 -1
- package/examples/pages/components/ContentDivider.tsx +1 -1
- package/examples/pages/components/DragHandleDocs.tsx +2 -2
- package/examples/pages/components/Index.tsx +105 -50
- package/examples/pages/components/Panel.tsx +13 -13
- package/examples/pages/components/Tags.tsx +2 -2
- package/examples/pages/components/Togglebox.tsx +154 -15
- package/examples/pages/components/utilities/BorderRadiusUtilities.tsx +56 -0
- package/examples/pages/components/utilities/BorderUtilities.tsx +170 -0
- package/examples/pages/components/utilities/DisplayUtilities.tsx +116 -0
- package/examples/pages/components/utilities/FlexAndGridUtilities.tsx +551 -0
- package/examples/pages/components/utilities/ObjectFitUtilities.tsx +53 -0
- package/examples/pages/components/utilities/ObjectPositionUtilities.tsx +68 -0
- package/examples/pages/components/utilities/OpacityUtilities.tsx +64 -0
- package/examples/pages/components/utilities/OverflowUtilities.tsx +93 -0
- package/examples/pages/components/utilities/PositionUtilities.tsx +52 -0
- package/examples/pages/components/utilities/ShadowUtilities.tsx +123 -0
- package/examples/pages/components/utilities/SpacingUtilities.tsx +2 -2
- package/examples/pages/components/utilities/TextUtilities.tsx +44 -4
- package/examples/pages/components.html +2 -4
- package/examples/pages/components_deprecated/modals.html +2 -2
- package/examples/pages/components_deprecated.html +1 -0
- package/examples/pages/design-patterns/Index.tsx +1 -42
- package/examples/pages/design-patterns.html +2 -4
- package/examples/pages/design.html +1 -0
- package/examples/pages/main.html +1 -0
- package/examples/pages/playgrounds/react-playgrounds/Rundowns.tsx +1 -1
- package/examples/pages/playgrounds/react-playgrounds/TestGround.tsx +214 -2
- package/examples/pages/playgrounds.html +1 -0
- package/package.json +1 -1
- package/react/components/ToggleBox/CustomHeaderToggleBox.d.ts +11 -0
- package/react/components/ToggleBox/CustomHeaderToggleBox.js +78 -0
- package/react/components/ToggleBox/SimpleToggleBox.d.ts +18 -0
- package/react/components/{Togglebox.js → ToggleBox/SimpleToggleBox.js} +7 -7
- package/react/components/ToggleBox/index.d.ts +26 -0
- package/react/components/ToggleBox/index.js +71 -0
- package/react/components/TreeMenu.js +4 -2
- package/react/index.d.ts +1 -1
- package/react/index.js +2 -2
- package/react/components/Togglebox.d.ts +0 -28
@@ -11709,10 +11709,11 @@
|
|
11709
11709
|
--sd-shadow--z2: 0 0 0 1px var(--sd-shadow-outline), 0 1px 4px hsla(0, 0%, 0%, 0.16), 0 2px 6px hsla(0, 0%, 0%, 0.12), 0 0 1px hsla(0, 0%, 0%, 0.1);
|
11710
11710
|
--sd-shadow--z3: 0 0 0 1px var(--sd-shadow-outline), 0 1px 6px hsla(0, 0%, 0%, 0.16), 0 3px 8px hsla(0, 0%, 0%, 0.24), 0 0 1px hsla(0, 0%, 0%, 0.1);
|
11711
11711
|
--sd-shadow--z4: 0 0 0 1px var(--sd-shadow-outline), 0 2px 10px hsla(0, 0%, 0%, 0.2), 0 6px 16px hsla(0, 0%, 0%, 0.3), 0 0 1px hsla(0, 0%, 0%, 0.1);
|
11712
|
-
--sd-drop-shadow--z1: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 3px hsla(0, 0%, 0%, 0.18)) drop-shadow(0 0 1px
|
11713
|
-
--sd-drop-shadow--z2: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 4px hsla(0, 0%, 0%, 0.18)) drop-shadow(0 2px 6px
|
11714
|
-
--sd-drop-shadow--z3: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 6px hsla(0, 0%, 0%, 0.18)) drop-shadow(0 3px 8px
|
11715
|
-
--sd-drop-shadow--z4: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 2px 10px hsla(0, 0%, 0%, 0.24)) drop-shadow(0 6px 16px
|
11712
|
+
--sd-drop-shadow--z1: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 3px hsla(0, 0%, 0%, 0.18)) drop-shadow(0 0 1px hsla(0, 0%, 0%, 0.12));
|
11713
|
+
--sd-drop-shadow--z2: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 4px hsla(0, 0%, 0%, 0.18)) drop-shadow(0 2px 6px hsla(0, 0%, 0%, 0.14)) drop-shadow(0 0 1px hsla(0, 0%, 0%, 0.1));
|
11714
|
+
--sd-drop-shadow--z3: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 6px hsla(0, 0%, 0%, 0.18)) drop-shadow(0 3px 8px hsla(0, 0%, 0%, 0.26)) drop-shadow(0 0 1px hsla(0, 0%, 0%, 0.1));
|
11715
|
+
--sd-drop-shadow--z4: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 2px 10px hsla(0, 0%, 0%, 0.24)) drop-shadow(0 6px 16px hsla(0, 0%, 0%, 0.32)) drop-shadow(0 0 1px hsla(0, 0%, 0%, 0.1));
|
11716
|
+
--sd-drop-shadow--none: drop-shadow(0 0 0 transparent);
|
11716
11717
|
--form-element-height-small: var(--space--3);
|
11717
11718
|
--form-element-height-medium: var(--space--4);
|
11718
11719
|
--form-element-height-large: var(--space--5); }
|
@@ -11729,12 +11730,20 @@
|
|
11729
11730
|
|
11730
11731
|
[data-theme="dark-ui"],
|
11731
11732
|
.dark-ui {
|
11732
|
-
--sd-shadow-outline: hsl(214, 13%, 60%, 0.
|
11733
|
+
--sd-shadow-outline: hsl(214, 13%, 60%, 0.28);
|
11733
11734
|
--sd-shadow-outline--2: hsl(214, 13%, 60%, 0.1);
|
11734
11735
|
--sd-shadow__dropdown: 0 0 0 1px var(--sd-shadow-outline), 0 2px 10px hsla(0, 0%, 0%, 0.6), 0 3px 1px -2px hsla(0, 0%, 0%, 0.2);
|
11735
11736
|
--sd-shadow__modal: 0 0 0 1px var(--sd-shadow-outline), 0 0 8px 2px hsla(0, 0%, 0%, 0.4);
|
11736
11737
|
--sd-shadow__toast: 0 0 0 1px var(--sd-shadow-outline--2), 0 2px 4px hsla(0, 0%, 0%, 0.24), 0 8px 12px hsla(0, 0%, 0%, 0.26);
|
11737
|
-
--sd-shadow__menu-item--focus-inner: inset 0 0 0 4px var(--sd-colour-interactive--alpha-20), inset 0 0 0 1px var(--sd-colour-interactive--alpha-50);
|
11738
|
+
--sd-shadow__menu-item--focus-inner: inset 0 0 0 4px var(--sd-colour-interactive--alpha-20), inset 0 0 0 1px var(--sd-colour-interactive--alpha-50);
|
11739
|
+
--sd-shadow--z1: 0 0 0 1px var(--sd-shadow-outline), 0 1px 3px hsla(0, 0%, 0%, 0.36), 0 0 1px hsla(0, 0%, 0%, 0.2);
|
11740
|
+
--sd-shadow--z2: 0 0 0 1px var(--sd-shadow-outline), 0 1px 4px hsla(0, 0%, 0%, 0.36), 0 2px 6px hsla(0, 0%, 0%, 0.24), 0 0 1px hsla(0, 0%, 0%, 0.2);
|
11741
|
+
--sd-shadow--z3: 0 0 0 1px var(--sd-shadow-outline), 0 1px 6px hsla(0, 0%, 0%, 0.36), 0 3px 8px hsla(0, 0%, 0%, 0.48), 0 0 1px hsla(0, 0%, 0%, 0.2);
|
11742
|
+
--sd-shadow--z4: 0 0 0 1px var(--sd-shadow-outline), 0 2px 10px hsla(0, 0%, 0%, 0.4), 0 6px 16px hsla(0, 0%, 0%, 0.6), 0 0 1px hsla(0, 0%, 0%, 0.2);
|
11743
|
+
--sd-drop-shadow--z1: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 3px hsla(0, 0%, 0%, 0.38)) drop-shadow(0 0 1px hsla(0, 0%, 0%, 0.2));
|
11744
|
+
--sd-drop-shadow--z2: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 4px hsla(0, 0%, 0%, 0.38)) drop-shadow(0 2px 6px hsla(0, 0%, 0%, 0.28)) drop-shadow(0 0 1px hsla(0, 0%, 0%, 0.2));
|
11745
|
+
--sd-drop-shadow--z3: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 1px 6px hsla(0, 0%, 0%, 0.38)) drop-shadow(0 3px 8px hsla(0, 0%, 0%, 0.50)) drop-shadow(0 0 1px hsla(0, 0%, 0%, 0.2));
|
11746
|
+
--sd-drop-shadow--z4: drop-shadow(0 0 0 var(--sd-shadow-outline)) drop-shadow(0 2px 10px hsla(0, 0%, 0%, 0.44)) drop-shadow(0 6px 16px hsla(0, 0%, 0%, 0.64)) drop-shadow(0 0 1px hsla(0, 0%, 0%, 0.2)); }
|
11738
11747
|
|
11739
11748
|
.sd-top-menu .navbtn,
|
11740
11749
|
.sd-top-menu .sd-navbtn,
|
@@ -12038,7 +12047,11 @@
|
|
12038
12047
|
--sd-colour-avatar-outline--online: var(--sd-colour-success);
|
12039
12048
|
--sd-colour-state--default: var(--color-text-lighter);
|
12040
12049
|
--sd-colour-state--in-progress: var(--sd-colour-highlight);
|
12041
|
-
--sd-colour-state--done: var(--sd-colour-success);
|
12050
|
+
--sd-colour-state--done: var(--sd-colour-success);
|
12051
|
+
--collapse-box-button-color-bg-default: hsla(var(--sd-colour-cool-grey-l--85), 1);
|
12052
|
+
--collapse-box-button-color-bg-hover: hsla(var(--sd-colour-cool-grey-l--80), 1);
|
12053
|
+
--collapse-box-button-color-fg-default: var(--color-text);
|
12054
|
+
--collapse-box-button-color-fg-hover: var(--color-text); }
|
12042
12055
|
|
12043
12056
|
[data-theme="dark-ui"] {
|
12044
12057
|
--sd-card-header-bg-color--secondary: hsla(214, 30%, 30%, 1);
|
@@ -12158,7 +12171,11 @@
|
|
12158
12171
|
--sd-colour-avatar-add--hover: hsla(214, 13%, 90%, 1);
|
12159
12172
|
--sd-colour-state--default: var(--color-text-lighter);
|
12160
12173
|
--sd-colour-state--in-progress: var(--sd-colour-highlight);
|
12161
|
-
--sd-colour-state--done: var(--sd-colour-success);
|
12174
|
+
--sd-colour-state--done: var(--sd-colour-success);
|
12175
|
+
--collapse-box-button-color-bg-default: hsla(var(--sd-colour-cool-grey-l--25), 1);
|
12176
|
+
--collapse-box-button-color-bg-hover: hsla(var(--sd-colour-cool-grey-l--30), 1);
|
12177
|
+
--collapse-box-button-color-fg-default: var(--color-text-light);
|
12178
|
+
--collapse-box-button-color-fg-hover: var(--color-text); }
|
12162
12179
|
|
12163
12180
|
[data-theme="accessible-light-ui"],
|
12164
12181
|
[data-theme="contrast-light-ui"] {
|
@@ -17044,272 +17061,6 @@ button {
|
|
17044
17061
|
.cursor-pointer {
|
17045
17062
|
cursor: pointer; }
|
17046
17063
|
|
17047
|
-
.sd-display--none {
|
17048
|
-
display: none !important; }
|
17049
|
-
|
17050
|
-
.sd-display--inline {
|
17051
|
-
display: inline !important; }
|
17052
|
-
|
17053
|
-
.sd-display--inline-block {
|
17054
|
-
display: inline-block !important; }
|
17055
|
-
|
17056
|
-
.sd-display--block {
|
17057
|
-
display: block !important; }
|
17058
|
-
|
17059
|
-
.sd-display--contents {
|
17060
|
-
display: contents !important; }
|
17061
|
-
|
17062
|
-
.sd-display--table {
|
17063
|
-
display: table; }
|
17064
|
-
|
17065
|
-
.sd-display--table-cell {
|
17066
|
-
display: table-cell; }
|
17067
|
-
|
17068
|
-
.sd-display--table-row {
|
17069
|
-
display: table-row; }
|
17070
|
-
|
17071
|
-
.sd-display--table-column {
|
17072
|
-
display: table-column; }
|
17073
|
-
|
17074
|
-
.sd-display--table-column-group {
|
17075
|
-
display: table-column-group; }
|
17076
|
-
|
17077
|
-
.sd-display--table-row-group {
|
17078
|
-
display: table-row-group; }
|
17079
|
-
|
17080
|
-
.sd-display--table-footer-group {
|
17081
|
-
display: table-footer-group; }
|
17082
|
-
|
17083
|
-
.sd-display--table-header-group {
|
17084
|
-
display: table-header-group; }
|
17085
|
-
|
17086
|
-
.sd-display--table-caption {
|
17087
|
-
display: table-caption; }
|
17088
|
-
|
17089
|
-
.sd-display--inline-flex {
|
17090
|
-
display: inline-flex !important; }
|
17091
|
-
|
17092
|
-
.sd-display--flex {
|
17093
|
-
display: flex !important; }
|
17094
|
-
|
17095
|
-
.sd-flex--direction-row {
|
17096
|
-
flex-direction: row !important; }
|
17097
|
-
|
17098
|
-
.sd-flex--direction-col {
|
17099
|
-
flex-direction: column !important; }
|
17100
|
-
|
17101
|
-
.sd-flex--direction-row-reverse {
|
17102
|
-
flex-direction: row-reverse !important; }
|
17103
|
-
|
17104
|
-
.sd-flex--direction-col-reverse {
|
17105
|
-
flex-direction: column-reverse !important; }
|
17106
|
-
|
17107
|
-
.sd-flex--wrap {
|
17108
|
-
flex-wrap: wrap; }
|
17109
|
-
|
17110
|
-
.sd-flex--wrap-reverse {
|
17111
|
-
flex-wrap: wrap-reverse; }
|
17112
|
-
|
17113
|
-
.sd-flex--nowrap {
|
17114
|
-
flex-wrap: nowrap; }
|
17115
|
-
|
17116
|
-
.sd-flex--flex-1 {
|
17117
|
-
flex: 1 1 0%; }
|
17118
|
-
|
17119
|
-
.sd-flex--flex-1 {
|
17120
|
-
flex: 1 1 0%; }
|
17121
|
-
|
17122
|
-
.sd-flex--flex-auto {
|
17123
|
-
flex: 1 1 auto; }
|
17124
|
-
|
17125
|
-
.sd-flex--flex-initial {
|
17126
|
-
flex: 0 1 auto; }
|
17127
|
-
|
17128
|
-
.sd-flex--flex-none {
|
17129
|
-
flex: none; }
|
17130
|
-
|
17131
|
-
.sd-flex--shrink {
|
17132
|
-
flex-shrink: 1 !important; }
|
17133
|
-
|
17134
|
-
.sd-flex--shrink-0 {
|
17135
|
-
flex-shrink: 0 !important; }
|
17136
|
-
|
17137
|
-
.sd-flex--grow {
|
17138
|
-
flex-grow: 1 !important; }
|
17139
|
-
|
17140
|
-
.sd-flex--grow-0 {
|
17141
|
-
flex-grow: 0 !important; }
|
17142
|
-
|
17143
|
-
.sd-flex--justify-start {
|
17144
|
-
justify-content: flex-start !important; }
|
17145
|
-
|
17146
|
-
.sd-flex--justify-end {
|
17147
|
-
justify-content: flex-end !important; }
|
17148
|
-
|
17149
|
-
.sd-flex--justify-center {
|
17150
|
-
justify-content: center !important; }
|
17151
|
-
|
17152
|
-
.sd-flex--justify-between {
|
17153
|
-
justify-content: space-between !important; }
|
17154
|
-
|
17155
|
-
.sd-flex--justify-around {
|
17156
|
-
justify-content: space-around !important; }
|
17157
|
-
|
17158
|
-
.sd-flex--justify-evenly {
|
17159
|
-
justify-content: space-evenly !important; }
|
17160
|
-
|
17161
|
-
.sd-flex--items-start {
|
17162
|
-
align-items: flex-start !important; }
|
17163
|
-
|
17164
|
-
.sd-flex--items-end {
|
17165
|
-
align-items: flex-end !important; }
|
17166
|
-
|
17167
|
-
.sd-flex--items-center {
|
17168
|
-
align-items: center !important; }
|
17169
|
-
|
17170
|
-
.sd-flex--items-baseline {
|
17171
|
-
align-items: baseline !important; }
|
17172
|
-
|
17173
|
-
.sd-flex--items-stretch {
|
17174
|
-
align-items: stretch !important; }
|
17175
|
-
|
17176
|
-
.sd-empty:empty {
|
17177
|
-
display: none !important; }
|
17178
|
-
|
17179
|
-
.sd-position--static {
|
17180
|
-
position: static; }
|
17181
|
-
|
17182
|
-
.sd-position--fixed {
|
17183
|
-
position: fixed; }
|
17184
|
-
|
17185
|
-
.sd-position--relative {
|
17186
|
-
position: relative; }
|
17187
|
-
|
17188
|
-
.sd-position--absolute {
|
17189
|
-
position: absolute; }
|
17190
|
-
|
17191
|
-
.sd-position--sticky {
|
17192
|
-
position: sticky; }
|
17193
|
-
|
17194
|
-
.sd-overflow--auto {
|
17195
|
-
overflow: auto !important; }
|
17196
|
-
|
17197
|
-
.sd-overflow--hidden {
|
17198
|
-
overflow: hidden !important; }
|
17199
|
-
|
17200
|
-
.sd-overflow--visible {
|
17201
|
-
overflow: visible !important; }
|
17202
|
-
|
17203
|
-
.sd-overflow--scroll {
|
17204
|
-
overflow: scroll !important; }
|
17205
|
-
|
17206
|
-
.sd-overflow--x-auto {
|
17207
|
-
overflow-x: auto !important; }
|
17208
|
-
|
17209
|
-
.sd-overflow--y-auto {
|
17210
|
-
overflow-y: auto !important; }
|
17211
|
-
|
17212
|
-
.sd-overflow--x-hidden {
|
17213
|
-
overflow-x: hidden !important; }
|
17214
|
-
|
17215
|
-
.sd-overflow--y-hidden {
|
17216
|
-
overflow-y: hidden !important; }
|
17217
|
-
|
17218
|
-
.sd-overflow--x-visible {
|
17219
|
-
overflow-x: visible !important; }
|
17220
|
-
|
17221
|
-
.sd-overflow--y-visible {
|
17222
|
-
overflow-y: visible !important; }
|
17223
|
-
|
17224
|
-
.sd-overflow--x-scroll {
|
17225
|
-
overflow-x: scroll !important; }
|
17226
|
-
|
17227
|
-
.sd-overflow--y-scroll {
|
17228
|
-
overflow-y: scroll !important; }
|
17229
|
-
|
17230
|
-
.sd-overflow-ellipsis,
|
17231
|
-
.sd-overflow--ellipsis {
|
17232
|
-
text-overflow: ellipsis;
|
17233
|
-
white-space: nowrap;
|
17234
|
-
overflow: hidden; }
|
17235
|
-
|
17236
|
-
.sd-object-fit--contain {
|
17237
|
-
object-fit: contain; }
|
17238
|
-
|
17239
|
-
.sd-object-fit--cover {
|
17240
|
-
object-fit: cover; }
|
17241
|
-
|
17242
|
-
.sd-object-fit--fill {
|
17243
|
-
object-fit: fill; }
|
17244
|
-
|
17245
|
-
.sd-object-fit--none {
|
17246
|
-
object-fit: none; }
|
17247
|
-
|
17248
|
-
.sd-object-fit--scale-down {
|
17249
|
-
object-fit: scale-down; }
|
17250
|
-
|
17251
|
-
.sd-object-position--bottom {
|
17252
|
-
object-position: bottom; }
|
17253
|
-
|
17254
|
-
.sd-object-position--center {
|
17255
|
-
object-position: center; }
|
17256
|
-
|
17257
|
-
.sd-object-position--left {
|
17258
|
-
object-position: inline-start; }
|
17259
|
-
|
17260
|
-
.sd-object-position--left-bottom {
|
17261
|
-
object-position: left bottom; }
|
17262
|
-
|
17263
|
-
.sd-object-position--left-top {
|
17264
|
-
object-position: left top; }
|
17265
|
-
|
17266
|
-
.sd-object-position--right {
|
17267
|
-
object-position: right; }
|
17268
|
-
|
17269
|
-
.sd-object-position--right-bottom {
|
17270
|
-
object-position: right bottom; }
|
17271
|
-
|
17272
|
-
.sd-object-position--right-top {
|
17273
|
-
object-position: right top; }
|
17274
|
-
|
17275
|
-
.sd-object-position--top {
|
17276
|
-
object-position: top; }
|
17277
|
-
|
17278
|
-
.sd-shadow--z0 {
|
17279
|
-
box-shadow: none !important;
|
17280
|
-
transition: box-shadow 0.3s ease-out; }
|
17281
|
-
.sd-shadow--z0.btn:active {
|
17282
|
-
box-shadow: none !important;
|
17283
|
-
transition: box-shadow 0.4s ease-out; }
|
17284
|
-
|
17285
|
-
.sd-shadow--z1 {
|
17286
|
-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.1) !important;
|
17287
|
-
transition: box-shadow 0.3s ease-out; }
|
17288
|
-
.sd-shadow--z1.btn:active {
|
17289
|
-
box-shadow: none !important;
|
17290
|
-
transition: box-shadow 0.4s ease-out; }
|
17291
|
-
|
17292
|
-
.sd-shadow--z2 {
|
17293
|
-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.1) !important;
|
17294
|
-
transition: box-shadow 0.3s ease-out; }
|
17295
|
-
.sd-shadow--z2.btn:active {
|
17296
|
-
box-shadow: none !important;
|
17297
|
-
transition: box-shadow 0.4s ease-out; }
|
17298
|
-
|
17299
|
-
.sd-shadow--z3 {
|
17300
|
-
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 3px 8px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.1) !important;
|
17301
|
-
transition: box-shadow 0.3s ease-out; }
|
17302
|
-
.sd-shadow--z3.btn:active {
|
17303
|
-
box-shadow: none !important;
|
17304
|
-
transition: box-shadow 0.4s ease-out; }
|
17305
|
-
|
17306
|
-
.sd-shadow--z4 {
|
17307
|
-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2), 0 6px 16px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) !important;
|
17308
|
-
transition: box-shadow 0.3s ease-out; }
|
17309
|
-
.sd-shadow--z4.btn:active {
|
17310
|
-
box-shadow: none !important;
|
17311
|
-
transition: box-shadow 0.4s ease-out; }
|
17312
|
-
|
17313
17064
|
::-webkit-scrollbar {
|
17314
17065
|
width: 8px;
|
17315
17066
|
height: 8px;
|
@@ -17390,45 +17141,6 @@ h6 {
|
|
17390
17141
|
color: var(--color-text-light);
|
17391
17142
|
letter-spacing: 0.025em; }
|
17392
17143
|
|
17393
|
-
.sd-line-clamp--1 {
|
17394
|
-
overflow: hidden;
|
17395
|
-
display: -webkit-box;
|
17396
|
-
-webkit-box-orient: vertical;
|
17397
|
-
-webkit-line-clamp: 1; }
|
17398
|
-
|
17399
|
-
.sd-line-clamp--2 {
|
17400
|
-
overflow: hidden;
|
17401
|
-
display: -webkit-box;
|
17402
|
-
-webkit-box-orient: vertical;
|
17403
|
-
-webkit-line-clamp: 2; }
|
17404
|
-
|
17405
|
-
.sd-line-clamp--3 {
|
17406
|
-
overflow: hidden;
|
17407
|
-
display: -webkit-box;
|
17408
|
-
-webkit-box-orient: vertical;
|
17409
|
-
-webkit-line-clamp: 3; }
|
17410
|
-
|
17411
|
-
.sd-line-clamp--4 {
|
17412
|
-
overflow: hidden;
|
17413
|
-
display: -webkit-box;
|
17414
|
-
-webkit-box-orient: vertical;
|
17415
|
-
-webkit-line-clamp: 4; }
|
17416
|
-
|
17417
|
-
.sd-line-clamp--5 {
|
17418
|
-
overflow: hidden;
|
17419
|
-
display: -webkit-box;
|
17420
|
-
-webkit-box-orient: vertical;
|
17421
|
-
-webkit-line-clamp: 5; }
|
17422
|
-
|
17423
|
-
.sd-line-clamp--6 {
|
17424
|
-
overflow: hidden;
|
17425
|
-
display: -webkit-box;
|
17426
|
-
-webkit-box-orient: vertical;
|
17427
|
-
-webkit-line-clamp: 6; }
|
17428
|
-
|
17429
|
-
.sd-line-clamp--none {
|
17430
|
-
-webkit-line-clamp: unset; }
|
17431
|
-
|
17432
17144
|
.sd-text__slugline {
|
17433
17145
|
color: var(--sd-slugline-color);
|
17434
17146
|
font-weight: 500;
|
@@ -17472,253 +17184,894 @@ h6 {
|
|
17472
17184
|
margin-inline-end: 0;
|
17473
17185
|
margin-inline-start: 1rem; }
|
17474
17186
|
|
17475
|
-
.sd-
|
17476
|
-
|
17477
|
-
|
17478
|
-
.sd-opacity--25 {
|
17479
|
-
opacity: 0.25 !important; }
|
17187
|
+
.sd-padding-all--0 {
|
17188
|
+
padding: 0 !important; }
|
17480
17189
|
|
17481
|
-
.sd-
|
17482
|
-
|
17190
|
+
.sd-padding-all--0-5 {
|
17191
|
+
padding: 0.4rem !important; }
|
17483
17192
|
|
17484
|
-
.sd-
|
17485
|
-
|
17193
|
+
.sd-padding-all--1 {
|
17194
|
+
padding: 0.8rem !important; }
|
17486
17195
|
|
17487
|
-
.sd-
|
17488
|
-
|
17196
|
+
.sd-padding-all--1-5 {
|
17197
|
+
padding: 1.2rem !important; }
|
17489
17198
|
|
17490
|
-
.sd-
|
17491
|
-
|
17199
|
+
.sd-padding-all--2 {
|
17200
|
+
padding: 1.6rem !important; }
|
17492
17201
|
|
17493
|
-
.sd-
|
17494
|
-
|
17202
|
+
.sd-padding-all--3 {
|
17203
|
+
padding: 2.4rem !important; }
|
17495
17204
|
|
17496
|
-
.
|
17497
|
-
|
17498
|
-
margin: auto !important; }
|
17205
|
+
.sd-margin-all--0 {
|
17206
|
+
margin: 0 !important; }
|
17499
17207
|
|
17500
|
-
.
|
17501
|
-
.
|
17502
|
-
.sd-margin-l--auto,
|
17503
|
-
.sd-margin-s--auto {
|
17504
|
-
margin-inline-start: auto !important; }
|
17208
|
+
.sd-margin-all--0-5 {
|
17209
|
+
margin: 0.4rem !important; }
|
17505
17210
|
|
17506
|
-
.
|
17507
|
-
.
|
17508
|
-
.sd-margin-r--auto,
|
17509
|
-
.sd-margin-e--auto {
|
17510
|
-
margin-inline-end: auto !important; }
|
17211
|
+
.sd-margin-all--1 {
|
17212
|
+
margin: 0.8rem !important; }
|
17511
17213
|
|
17512
|
-
.
|
17513
|
-
|
17514
|
-
margin-block-start: auto !important; }
|
17214
|
+
.sd-margin-all--1-5 {
|
17215
|
+
margin: 1.2rem !important; }
|
17515
17216
|
|
17516
|
-
.
|
17517
|
-
|
17518
|
-
margin-block-end: auto !important; }
|
17217
|
+
.sd-margin-all--2 {
|
17218
|
+
margin: 1.6rem !important; }
|
17519
17219
|
|
17520
|
-
.
|
17521
|
-
.
|
17522
|
-
.sd-margin-x--auto {
|
17523
|
-
margin-inline-start: auto !important;
|
17524
|
-
margin-inline-end: auto !important; }
|
17220
|
+
.sd-margin-all--3 {
|
17221
|
+
margin: 2.4rem !important; }
|
17525
17222
|
|
17526
|
-
.
|
17527
|
-
|
17528
|
-
margin-block-start: auto !important;
|
17529
|
-
margin-block-end: auto !important; }
|
17223
|
+
.sd-wrap-helper {
|
17224
|
+
display: contents !important; }
|
17530
17225
|
|
17531
|
-
.
|
17532
|
-
.sd-
|
17533
|
-
|
17226
|
+
.sd-accessibility__btn-text--invisible,
|
17227
|
+
.sd-accessibility__screenreader-text {
|
17228
|
+
position: absolute;
|
17229
|
+
top: 0;
|
17230
|
+
inset-inline-start: 0;
|
17231
|
+
font-size: 0.1rem;
|
17232
|
+
color: transparent !important;
|
17233
|
+
pointer-events: none; }
|
17534
17234
|
|
17535
|
-
.
|
17536
|
-
|
17537
|
-
margin: calc(0.5 * var(--base-increment)) !important; }
|
17235
|
+
.overflow-auto {
|
17236
|
+
overflow: auto !important; }
|
17538
17237
|
|
17539
|
-
.
|
17540
|
-
|
17541
|
-
margin: calc(1 * var(--base-increment)) !important; }
|
17238
|
+
.overflow-hidden {
|
17239
|
+
overflow: hidden !important; }
|
17542
17240
|
|
17543
|
-
.
|
17544
|
-
|
17545
|
-
margin: calc(1.5 * var(--base-increment)) !important; }
|
17241
|
+
.overflow-x-hidden {
|
17242
|
+
overflow-x: hidden !important; }
|
17546
17243
|
|
17547
|
-
.
|
17548
|
-
|
17549
|
-
margin: calc(2 * var(--base-increment)) !important; }
|
17244
|
+
.sd-d-none {
|
17245
|
+
display: none !important; }
|
17550
17246
|
|
17551
|
-
.
|
17552
|
-
|
17553
|
-
margin: calc(3 * var(--base-increment)) !important; }
|
17247
|
+
.sd-d-inline {
|
17248
|
+
display: inline !important; }
|
17554
17249
|
|
17555
|
-
.
|
17556
|
-
|
17557
|
-
margin: calc(4 * var(--base-increment)) !important; }
|
17250
|
+
.sd-d-inline-block {
|
17251
|
+
display: inline-block !important; }
|
17558
17252
|
|
17559
|
-
.
|
17560
|
-
|
17561
|
-
margin: calc(5 * var(--base-increment)) !important; }
|
17253
|
+
.sd-d-block {
|
17254
|
+
display: block !important; }
|
17562
17255
|
|
17563
|
-
.
|
17564
|
-
|
17565
|
-
margin-inline-start: 0 !important; }
|
17256
|
+
.sd-d-flex {
|
17257
|
+
display: flex !important; }
|
17566
17258
|
|
17567
|
-
.
|
17568
|
-
|
17569
|
-
margin-inline-start: calc(0.5 * var(--base-increment)) !important; }
|
17259
|
+
.sd-d-inline-flex {
|
17260
|
+
display: inline-flex !important; }
|
17570
17261
|
|
17571
|
-
.
|
17572
|
-
|
17573
|
-
|
17262
|
+
.sd-display-flex-column {
|
17263
|
+
display: flex;
|
17264
|
+
flex-direction: column;
|
17265
|
+
overflow: auto; }
|
17574
17266
|
|
17575
|
-
.
|
17576
|
-
|
17577
|
-
margin-inline-start: calc(1.5 * var(--base-increment)) !important; }
|
17267
|
+
.sd-flex-wrap {
|
17268
|
+
flex-wrap: wrap; }
|
17578
17269
|
|
17579
|
-
.
|
17580
|
-
|
17581
|
-
margin-inline-start: calc(2 * var(--base-increment)) !important; }
|
17270
|
+
.sd-flex-shrink {
|
17271
|
+
flex-shrink: 1 !important; }
|
17582
17272
|
|
17583
|
-
.
|
17584
|
-
|
17585
|
-
margin-inline-start: calc(3 * var(--base-increment)) !important; }
|
17273
|
+
.sd-flex-no-shrink {
|
17274
|
+
flex-shrink: 0 !important; }
|
17586
17275
|
|
17587
|
-
.
|
17588
|
-
|
17589
|
-
margin-inline-start: calc(4 * var(--base-increment)) !important; }
|
17276
|
+
.sd-flex-justify-end {
|
17277
|
+
justify-content: flex-end !important; }
|
17590
17278
|
|
17591
|
-
.
|
17592
|
-
|
17593
|
-
margin-inline-start: calc(5 * var(--base-increment)) !important; }
|
17279
|
+
.sd-flex-justify-center {
|
17280
|
+
justify-content: center !important; }
|
17594
17281
|
|
17595
|
-
.
|
17596
|
-
|
17597
|
-
margin-inline-end: 0 !important; }
|
17282
|
+
.sd-flex-justify-space-between {
|
17283
|
+
justify-content: space-between !important; }
|
17598
17284
|
|
17599
|
-
.
|
17600
|
-
|
17601
|
-
margin-inline-end: calc(0.5 * var(--base-increment)) !important; }
|
17285
|
+
.sd-flex-align-items-center {
|
17286
|
+
align-items: center !important; }
|
17602
17287
|
|
17603
|
-
.
|
17604
|
-
|
17605
|
-
margin-inline-end: calc(1 * var(--base-increment)) !important; }
|
17288
|
+
.sd-flex-grow {
|
17289
|
+
flex-grow: 1 !important; }
|
17606
17290
|
|
17607
|
-
.
|
17608
|
-
|
17609
|
-
margin-inline-end: calc(1.5 * var(--base-increment)) !important; }
|
17291
|
+
.sd-flex-no-grow {
|
17292
|
+
flex-grow: 0 !important; }
|
17610
17293
|
|
17611
|
-
.
|
17612
|
-
|
17613
|
-
margin-inline-end: calc(2 * var(--base-increment)) !important; }
|
17294
|
+
.sd-no-wrap {
|
17295
|
+
white-space: nowrap; }
|
17614
17296
|
|
17615
|
-
.
|
17616
|
-
.sd-
|
17617
|
-
|
17297
|
+
.sd-text__serif,
|
17298
|
+
.sd-text--serif {
|
17299
|
+
font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; }
|
17618
17300
|
|
17619
|
-
.
|
17620
|
-
|
17621
|
-
margin-inline-end: calc(4 * var(--base-increment)) !important; }
|
17301
|
+
.sd-text--sans {
|
17302
|
+
font-family: "Roboto", Helvetica, Arial, sans-serif; }
|
17622
17303
|
|
17623
|
-
.
|
17624
|
-
|
17625
|
-
margin-inline-end: calc(5 * var(--base-increment)) !important; }
|
17304
|
+
.sd-text--mono {
|
17305
|
+
font-family: "Roboto Mono", "Consolas", "monaco", monospace; }
|
17626
17306
|
|
17627
|
-
.
|
17628
|
-
.
|
17629
|
-
|
17630
|
-
margin-inline-end: 0 !important; }
|
17307
|
+
.sd-whitespace--normal,
|
17308
|
+
.whitespace-normal {
|
17309
|
+
white-space: normal; }
|
17631
17310
|
|
17632
|
-
.
|
17633
|
-
.
|
17634
|
-
|
17635
|
-
margin-inline-end: calc(0.5 * var(--base-increment)) !important; }
|
17311
|
+
.sd-whitespace--nowrap,
|
17312
|
+
.whitespace-nowrap {
|
17313
|
+
white-space: nowrap; }
|
17636
17314
|
|
17637
|
-
.
|
17638
|
-
.
|
17639
|
-
|
17640
|
-
margin-inline-end: calc(1 * var(--base-increment)) !important; }
|
17315
|
+
.sd-whitespace--pre,
|
17316
|
+
.whitespace-pre {
|
17317
|
+
white-space: pre; }
|
17641
17318
|
|
17642
|
-
.
|
17643
|
-
.
|
17644
|
-
|
17645
|
-
margin-inline-end: calc(1.5 * var(--base-increment)) !important; }
|
17319
|
+
.sd-whitespace--pre-line,
|
17320
|
+
.whitespace-pre-line {
|
17321
|
+
white-space: pre-line; }
|
17646
17322
|
|
17647
|
-
.
|
17648
|
-
.
|
17649
|
-
|
17650
|
-
margin-inline-end: calc(2 * var(--base-increment)) !important; }
|
17323
|
+
.sd-whitespace--pre-wrap,
|
17324
|
+
.whitespace-pre-wrap {
|
17325
|
+
white-space: pre-wrap; }
|
17651
17326
|
|
17652
|
-
.
|
17653
|
-
|
17654
|
-
margin-inline-start: calc(3 * var(--base-increment)) !important;
|
17655
|
-
margin-inline-end: calc(3 * var(--base-increment)) !important; }
|
17327
|
+
.whitespace-break-spaces {
|
17328
|
+
white-space: break-spaces; }
|
17656
17329
|
|
17657
|
-
.
|
17658
|
-
|
17659
|
-
margin-inline-start: calc(4 * var(--base-increment)) !important;
|
17660
|
-
margin-inline-end: calc(4 * var(--base-increment)) !important; }
|
17330
|
+
.sd-panel-bg--100 {
|
17331
|
+
background-color: var(--sd-colour-panel-bg--100); }
|
17661
17332
|
|
17662
|
-
.
|
17663
|
-
|
17664
|
-
margin-inline-start: calc(5 * var(--base-increment)) !important;
|
17665
|
-
margin-inline-end: calc(5 * var(--base-increment)) !important; }
|
17333
|
+
.sd-panel-bg--000 {
|
17334
|
+
background-color: var(--sd-item__main-Bg); }
|
17666
17335
|
|
17667
|
-
.
|
17668
|
-
|
17669
|
-
|
17336
|
+
.sd-panel-bg--gradient-1 {
|
17337
|
+
background-color: var(--sd-item__main-Bg);
|
17338
|
+
background: linear-gradient(180deg, var(--sd-colour-interactive--alpha-20) 0%, var(--sd-item__main-Bg) 40%); }
|
17670
17339
|
|
17671
|
-
.
|
17672
|
-
.sd-
|
17673
|
-
|
17340
|
+
.sd-state--focus:focus-within,
|
17341
|
+
.sd-state--active {
|
17342
|
+
box-shadow: var(--sd-shadow__item--selected) !important;
|
17343
|
+
transition: box-shadow 0.3s ease, filter 0.3s ease; }
|
17674
17344
|
|
17675
|
-
.
|
17676
|
-
|
17677
|
-
margin-block-start: calc(1 * var(--base-increment)) !important; }
|
17345
|
+
.sd-width--xxx-small {
|
17346
|
+
width: var(--width__container--xxx-small) !important; }
|
17678
17347
|
|
17679
|
-
.
|
17680
|
-
|
17681
|
-
margin-block-start: calc(1.5 * var(--base-increment)) !important; }
|
17348
|
+
.sd-width--xx-small {
|
17349
|
+
width: var(--width__container--xx-small); }
|
17682
17350
|
|
17683
|
-
.
|
17684
|
-
|
17685
|
-
margin-block-start: calc(2 * var(--base-increment)) !important; }
|
17351
|
+
.sd-width--x-small {
|
17352
|
+
width: var(--width__container--x-small); }
|
17686
17353
|
|
17687
|
-
.
|
17688
|
-
|
17689
|
-
margin-block-start: calc(3 * var(--base-increment)) !important; }
|
17354
|
+
.sd-width--small {
|
17355
|
+
width: var(--width__container--small); }
|
17690
17356
|
|
17691
|
-
.
|
17692
|
-
|
17693
|
-
margin-block-start: calc(4 * var(--base-increment)) !important; }
|
17357
|
+
.sd-width--medium {
|
17358
|
+
width: var(--width__container--medium); }
|
17694
17359
|
|
17695
|
-
.
|
17696
|
-
|
17697
|
-
margin-block-start: calc(5 * var(--base-increment)) !important; }
|
17360
|
+
.sd-width--large {
|
17361
|
+
width: var(--width__container--large); }
|
17698
17362
|
|
17699
|
-
.
|
17700
|
-
|
17701
|
-
margin-block-end: 0 !important; }
|
17363
|
+
.sd-width--x-large {
|
17364
|
+
width: var(--width__container--x-large); }
|
17702
17365
|
|
17703
|
-
.
|
17704
|
-
|
17705
|
-
margin-block-end: calc(0.5 * var(--base-increment)) !important; }
|
17366
|
+
.sd-width--xx-large {
|
17367
|
+
width: var(--width__container--xx-large); }
|
17706
17368
|
|
17707
|
-
.
|
17708
|
-
|
17709
|
-
margin-block-end: calc(1 * var(--base-increment)) !important; }
|
17369
|
+
.sd-width--xxx-large {
|
17370
|
+
width: var(--width__container--xxx-large); }
|
17710
17371
|
|
17711
|
-
.
|
17712
|
-
|
17713
|
-
margin-block-end: calc(1.5 * var(--base-increment)) !important; }
|
17372
|
+
.sd-width--full {
|
17373
|
+
width: var(--width__container--full); }
|
17714
17374
|
|
17715
|
-
.
|
17716
|
-
|
17717
|
-
margin-block-end: calc(2 * var(--base-increment)) !important; }
|
17375
|
+
.sd-gap--x-small {
|
17376
|
+
gap: var(--gap--x-small); }
|
17718
17377
|
|
17719
|
-
.
|
17720
|
-
|
17721
|
-
|
17378
|
+
.sd-gap--small {
|
17379
|
+
gap: var(--gap--small); }
|
17380
|
+
|
17381
|
+
.sd-gap--medium {
|
17382
|
+
gap: var(--gap--medium); }
|
17383
|
+
|
17384
|
+
.sd-gap--large {
|
17385
|
+
gap: var(--gap--large); }
|
17386
|
+
|
17387
|
+
.sd-gap--x-large {
|
17388
|
+
gap: var(--gap--x-large); }
|
17389
|
+
|
17390
|
+
.sd-gap--xx-large {
|
17391
|
+
gap: var(--gap--xx-large); }
|
17392
|
+
|
17393
|
+
.sd-gap--auto {
|
17394
|
+
gap: var(--gap--auto); }
|
17395
|
+
|
17396
|
+
.max-h-5 {
|
17397
|
+
max-height: calc(5 * var(--base-increment)) !important; }
|
17398
|
+
|
17399
|
+
.max-h-6 {
|
17400
|
+
max-height: calc(6 * var(--base-increment)) !important; }
|
17401
|
+
|
17402
|
+
.max-h-8 {
|
17403
|
+
max-height: calc(8 * var(--base-increment)) !important; }
|
17404
|
+
|
17405
|
+
.max-h-10 {
|
17406
|
+
max-height: calc(10 * var(--base-increment)) !important; }
|
17407
|
+
|
17408
|
+
.max-h-15 {
|
17409
|
+
max-height: calc(15 * var(--base-increment)) !important; }
|
17410
|
+
|
17411
|
+
.max-h-20 {
|
17412
|
+
max-height: calc(20 * var(--base-increment)) !important; }
|
17413
|
+
|
17414
|
+
.max-h-25 {
|
17415
|
+
max-height: calc(25 * var(--base-increment)) !important; }
|
17416
|
+
|
17417
|
+
.max-h-30 {
|
17418
|
+
max-height: calc(30 * var(--base-increment)) !important; }
|
17419
|
+
|
17420
|
+
.max-h-full {
|
17421
|
+
max-height: 100%; }
|
17422
|
+
|
17423
|
+
.max-h-screen {
|
17424
|
+
max-height: 100svh; }
|
17425
|
+
|
17426
|
+
.sd-empty:empty,
|
17427
|
+
.empty-hidden:empty {
|
17428
|
+
display: none !important; }
|
17429
|
+
|
17430
|
+
.sd-display--block,
|
17431
|
+
.d-block {
|
17432
|
+
display: block !important; }
|
17433
|
+
|
17434
|
+
.sd-display--inline-block,
|
17435
|
+
.d-inline-block {
|
17436
|
+
display: inline-block !important; }
|
17437
|
+
|
17438
|
+
.sd-display--inline,
|
17439
|
+
.d-inline {
|
17440
|
+
display: inline !important; }
|
17441
|
+
|
17442
|
+
.sd-display--flex,
|
17443
|
+
.d-flex {
|
17444
|
+
display: flex !important; }
|
17445
|
+
|
17446
|
+
.sd-display--inline-flex,
|
17447
|
+
.d-inline-flex {
|
17448
|
+
display: inline-flex !important; }
|
17449
|
+
|
17450
|
+
.d-grid {
|
17451
|
+
display: grid !important; }
|
17452
|
+
|
17453
|
+
.d-inline-grid {
|
17454
|
+
display: grid !important; }
|
17455
|
+
|
17456
|
+
.sd-display--contents,
|
17457
|
+
.d-contents {
|
17458
|
+
display: contents !important; }
|
17459
|
+
|
17460
|
+
.sd-display--none,
|
17461
|
+
.d-none {
|
17462
|
+
display: none !important; }
|
17463
|
+
|
17464
|
+
.d-flow-root {
|
17465
|
+
display: flow-root !important; }
|
17466
|
+
|
17467
|
+
.d-list-item {
|
17468
|
+
display: list-item !important; }
|
17469
|
+
|
17470
|
+
.sd-display--table,
|
17471
|
+
.d-table {
|
17472
|
+
display: table; }
|
17473
|
+
|
17474
|
+
.d-inline-table {
|
17475
|
+
display: table; }
|
17476
|
+
|
17477
|
+
.sd-display--table-caption,
|
17478
|
+
.d-table-caption {
|
17479
|
+
display: table-caption; }
|
17480
|
+
|
17481
|
+
.sd-display--table-cell,
|
17482
|
+
.d-table-cell {
|
17483
|
+
display: table-cell; }
|
17484
|
+
|
17485
|
+
.sd-display--table-column,
|
17486
|
+
.d-table-column {
|
17487
|
+
display: table-column; }
|
17488
|
+
|
17489
|
+
.sd-display--table-column-group,
|
17490
|
+
.d-table-column-group {
|
17491
|
+
display: table-column-group; }
|
17492
|
+
|
17493
|
+
.sd-display--table-footer-group,
|
17494
|
+
.d-table-footer-group {
|
17495
|
+
display: table-footer-group; }
|
17496
|
+
|
17497
|
+
.sd-display--table-header-group,
|
17498
|
+
.d-table-header-group {
|
17499
|
+
display: table-header-group; }
|
17500
|
+
|
17501
|
+
.sd-display--table-row,
|
17502
|
+
.d-table-row {
|
17503
|
+
display: table-row; }
|
17504
|
+
|
17505
|
+
.sd-display--table-row-group,
|
17506
|
+
.d-table-row-group {
|
17507
|
+
display: table-row-group; }
|
17508
|
+
|
17509
|
+
.sd-flex--direction-row,
|
17510
|
+
.flex-row {
|
17511
|
+
flex-direction: row !important; }
|
17512
|
+
|
17513
|
+
.sd-flex--direction-col,
|
17514
|
+
.flex-col {
|
17515
|
+
flex-direction: column !important; }
|
17516
|
+
|
17517
|
+
.sd-flex--direction-row-reverse,
|
17518
|
+
.flex-row-reverse {
|
17519
|
+
flex-direction: row-reverse !important; }
|
17520
|
+
|
17521
|
+
.sd-flex--direction-col-reverse,
|
17522
|
+
.flex-col-reverse {
|
17523
|
+
flex-direction: column-reverse !important; }
|
17524
|
+
|
17525
|
+
.sd-flex--wrap,
|
17526
|
+
.flex-wrap {
|
17527
|
+
flex-wrap: wrap; }
|
17528
|
+
|
17529
|
+
.sd-flex--wrap-reverse,
|
17530
|
+
.flex-wrap-reverse {
|
17531
|
+
flex-wrap: wrap-reverse; }
|
17532
|
+
|
17533
|
+
.sd-flex--nowrap,
|
17534
|
+
.flex-nowrap {
|
17535
|
+
flex-wrap: nowrap; }
|
17536
|
+
|
17537
|
+
.sd-flex--flex-1,
|
17538
|
+
.flex-1 {
|
17539
|
+
flex: 1 1 0%; }
|
17540
|
+
|
17541
|
+
.sd-flex--flex-auto,
|
17542
|
+
.flex-auto {
|
17543
|
+
flex: 1 1 auto; }
|
17544
|
+
|
17545
|
+
.sd-flex--flex-initial,
|
17546
|
+
.flex-initial {
|
17547
|
+
flex: 0 1 auto; }
|
17548
|
+
|
17549
|
+
.sd-flex--flex-none,
|
17550
|
+
.flex-none {
|
17551
|
+
flex: none; }
|
17552
|
+
|
17553
|
+
.sd-flex--grow,
|
17554
|
+
.flex-grow {
|
17555
|
+
flex-grow: 1 !important; }
|
17556
|
+
|
17557
|
+
.sd-flex--grow-0,
|
17558
|
+
.flex-grow-0 {
|
17559
|
+
flex-grow: 0 !important; }
|
17560
|
+
|
17561
|
+
.sd-flex--shrink,
|
17562
|
+
.flex-shrink {
|
17563
|
+
flex-shrink: 1 !important; }
|
17564
|
+
|
17565
|
+
.sd-flex--shrink-0,
|
17566
|
+
.flex-shrink-0 {
|
17567
|
+
flex-shrink: 0 !important; }
|
17568
|
+
|
17569
|
+
.sd-flex--justify-start,
|
17570
|
+
.justify-start {
|
17571
|
+
justify-content: flex-start !important; }
|
17572
|
+
|
17573
|
+
.sd-flex--justify-end,
|
17574
|
+
.justify-end {
|
17575
|
+
justify-content: flex-end !important; }
|
17576
|
+
|
17577
|
+
.sd-flex--justify-center,
|
17578
|
+
.justify-center {
|
17579
|
+
justify-content: center !important; }
|
17580
|
+
|
17581
|
+
.sd-flex--justify-between,
|
17582
|
+
.justify-between {
|
17583
|
+
justify-content: space-between !important; }
|
17584
|
+
|
17585
|
+
.sd-flex--justify-around,
|
17586
|
+
.justify-around {
|
17587
|
+
justify-content: space-around !important; }
|
17588
|
+
|
17589
|
+
.sd-flex--justify-evenly,
|
17590
|
+
.justify-evenly {
|
17591
|
+
justify-content: space-evenly !important; }
|
17592
|
+
|
17593
|
+
.justify-normal {
|
17594
|
+
justify-content: normal !important; }
|
17595
|
+
|
17596
|
+
.justify-stretch {
|
17597
|
+
justify-content: stretch !important; }
|
17598
|
+
|
17599
|
+
.sd-flex--items-start,
|
17600
|
+
.items-start {
|
17601
|
+
align-items: flex-start !important; }
|
17602
|
+
|
17603
|
+
.sd-flex--items-end,
|
17604
|
+
.items-end {
|
17605
|
+
align-items: flex-end !important; }
|
17606
|
+
|
17607
|
+
.sd-flex--items-center,
|
17608
|
+
.items-center {
|
17609
|
+
align-items: center !important; }
|
17610
|
+
|
17611
|
+
.sd-flex--items-baseline,
|
17612
|
+
.items-baseline {
|
17613
|
+
align-items: baseline !important; }
|
17614
|
+
|
17615
|
+
.sd-flex--items-stretch,
|
17616
|
+
.items-stretch {
|
17617
|
+
align-items: stretch !important; }
|
17618
|
+
|
17619
|
+
.justify-items-start {
|
17620
|
+
justify-items: start; }
|
17621
|
+
|
17622
|
+
.justify-items-end {
|
17623
|
+
justify-items: end; }
|
17624
|
+
|
17625
|
+
.justify-items-center {
|
17626
|
+
justify-items: center; }
|
17627
|
+
|
17628
|
+
.justify-items-stretch {
|
17629
|
+
justify-items: stretch; }
|
17630
|
+
|
17631
|
+
.content-normal {
|
17632
|
+
align-content: normal; }
|
17633
|
+
|
17634
|
+
.content-center {
|
17635
|
+
align-content: center; }
|
17636
|
+
|
17637
|
+
.content-start {
|
17638
|
+
align-content: start; }
|
17639
|
+
|
17640
|
+
.content-end {
|
17641
|
+
align-content: end; }
|
17642
|
+
|
17643
|
+
.content-between {
|
17644
|
+
align-content: space-between; }
|
17645
|
+
|
17646
|
+
.content-around {
|
17647
|
+
align-content: space-around; }
|
17648
|
+
|
17649
|
+
.content-evenly {
|
17650
|
+
align-content: space-evenly; }
|
17651
|
+
|
17652
|
+
.content-baseline {
|
17653
|
+
align-content: baseline; }
|
17654
|
+
|
17655
|
+
.content-stretch {
|
17656
|
+
align-content: stretch; }
|
17657
|
+
|
17658
|
+
.self-auto {
|
17659
|
+
align-self: auto; }
|
17660
|
+
|
17661
|
+
.self-start {
|
17662
|
+
align-self: flex-start; }
|
17663
|
+
|
17664
|
+
.self-end {
|
17665
|
+
align-self: flex-end; }
|
17666
|
+
|
17667
|
+
.self-center {
|
17668
|
+
align-self: center; }
|
17669
|
+
|
17670
|
+
.self-stretch {
|
17671
|
+
align-self: stretch; }
|
17672
|
+
|
17673
|
+
.self-baseline {
|
17674
|
+
align-self: baseline; }
|
17675
|
+
|
17676
|
+
.justify-self-auto {
|
17677
|
+
justify-self: auto; }
|
17678
|
+
|
17679
|
+
.justify-self-start {
|
17680
|
+
justify-self: start; }
|
17681
|
+
|
17682
|
+
.justify-self-end {
|
17683
|
+
justify-self: end; }
|
17684
|
+
|
17685
|
+
.justify-self-center {
|
17686
|
+
justify-self: center; }
|
17687
|
+
|
17688
|
+
.justify-self-stretch {
|
17689
|
+
justify-self: stretch; }
|
17690
|
+
|
17691
|
+
.place-content-center {
|
17692
|
+
place-content: center; }
|
17693
|
+
|
17694
|
+
.place-content-start {
|
17695
|
+
place-content: start; }
|
17696
|
+
|
17697
|
+
.place-content-end {
|
17698
|
+
place-content: end; }
|
17699
|
+
|
17700
|
+
.place-content-between {
|
17701
|
+
place-content: space-between; }
|
17702
|
+
|
17703
|
+
.place-content-around {
|
17704
|
+
place-content: space-around; }
|
17705
|
+
|
17706
|
+
.place-content-evenly {
|
17707
|
+
place-content: space-evenly; }
|
17708
|
+
|
17709
|
+
.place-content-baseline {
|
17710
|
+
place-content: baseline; }
|
17711
|
+
|
17712
|
+
.place-content-stretch {
|
17713
|
+
place-content: stretch; }
|
17714
|
+
|
17715
|
+
.place-items-start {
|
17716
|
+
place-items: start; }
|
17717
|
+
|
17718
|
+
.place-items-end {
|
17719
|
+
place-items: end; }
|
17720
|
+
|
17721
|
+
.place-items-center {
|
17722
|
+
place-items: center; }
|
17723
|
+
|
17724
|
+
.place-items-baseline {
|
17725
|
+
place-items: baseline; }
|
17726
|
+
|
17727
|
+
.place-items-stretch {
|
17728
|
+
place-items: stretch; }
|
17729
|
+
|
17730
|
+
.place-self-auto {
|
17731
|
+
place-self: auto; }
|
17732
|
+
|
17733
|
+
.place-self-start {
|
17734
|
+
place-self: start; }
|
17735
|
+
|
17736
|
+
.place-self-end {
|
17737
|
+
place-self: end; }
|
17738
|
+
|
17739
|
+
.place-self-center {
|
17740
|
+
place-self: center; }
|
17741
|
+
|
17742
|
+
.place-self-stretch {
|
17743
|
+
place-self: stretch; }
|
17744
|
+
|
17745
|
+
.sd-position--static,
|
17746
|
+
.p-static {
|
17747
|
+
position: static; }
|
17748
|
+
|
17749
|
+
.sd-position--fixed,
|
17750
|
+
.p-fixed {
|
17751
|
+
position: fixed; }
|
17752
|
+
|
17753
|
+
.sd-position--relative,
|
17754
|
+
.p-relative {
|
17755
|
+
position: relative; }
|
17756
|
+
|
17757
|
+
.sd-position--absolute,
|
17758
|
+
.p-absolute {
|
17759
|
+
position: absolute; }
|
17760
|
+
|
17761
|
+
.sd-position--sticky,
|
17762
|
+
.p-sticky {
|
17763
|
+
position: sticky; }
|
17764
|
+
|
17765
|
+
.sd-overflow--auto,
|
17766
|
+
.overflow-auto {
|
17767
|
+
overflow: auto !important; }
|
17768
|
+
|
17769
|
+
.sd-overflow--hidden,
|
17770
|
+
.overflow-hidden {
|
17771
|
+
overflow: hidden !important; }
|
17772
|
+
|
17773
|
+
.sd-overflow--visible,
|
17774
|
+
.overflow-visible {
|
17775
|
+
overflow: visible !important; }
|
17776
|
+
|
17777
|
+
.sd-overflow--scroll,
|
17778
|
+
.overflow-scroll {
|
17779
|
+
overflow: scroll !important; }
|
17780
|
+
|
17781
|
+
.sd-overflow--x-auto,
|
17782
|
+
.overflow-x-auto {
|
17783
|
+
overflow-x: auto !important; }
|
17784
|
+
|
17785
|
+
.sd-overflow--y-auto,
|
17786
|
+
.overflow-y-auto {
|
17787
|
+
overflow-y: auto !important; }
|
17788
|
+
|
17789
|
+
.sd-overflow--x-hidden,
|
17790
|
+
.overflow-x-hidden {
|
17791
|
+
overflow-x: hidden !important; }
|
17792
|
+
|
17793
|
+
.sd-overflow--y-hidden,
|
17794
|
+
.overflow-y-hidden {
|
17795
|
+
overflow-y: hidden !important; }
|
17796
|
+
|
17797
|
+
.sd-overflow--x-visible,
|
17798
|
+
.overflow-x-visible {
|
17799
|
+
overflow-x: visible !important; }
|
17800
|
+
|
17801
|
+
.sd-overflow--y-visible,
|
17802
|
+
.overflow-y-visible {
|
17803
|
+
overflow-y: visible !important; }
|
17804
|
+
|
17805
|
+
.sd-overflow--x-scroll,
|
17806
|
+
.overflow-x-scroll {
|
17807
|
+
overflow-x: scroll !important; }
|
17808
|
+
|
17809
|
+
.sd-overflow--y-scroll,
|
17810
|
+
.overflow-y-scroll {
|
17811
|
+
overflow-y: scroll !important; }
|
17812
|
+
|
17813
|
+
.overflow-clip {
|
17814
|
+
overflow: clip !important; }
|
17815
|
+
|
17816
|
+
.overflow-x-clip {
|
17817
|
+
overflow-x: clip !important; }
|
17818
|
+
|
17819
|
+
.overflow-y-clip {
|
17820
|
+
overflow-y: clip !important; }
|
17821
|
+
|
17822
|
+
.sd-shadow--z1 {
|
17823
|
+
box-shadow: var(--sd-shadow--z1); }
|
17824
|
+
|
17825
|
+
.sd-shadow--z2 {
|
17826
|
+
box-shadow: var(--sd-shadow--z2); }
|
17827
|
+
|
17828
|
+
.sd-shadow--z3 {
|
17829
|
+
box-shadow: var(--sd-shadow--z3); }
|
17830
|
+
|
17831
|
+
.sd-shadow--z4 {
|
17832
|
+
box-shadow: var(--sd-shadow--z4); }
|
17833
|
+
|
17834
|
+
.sd-shadow--none {
|
17835
|
+
box-shadow: none; }
|
17836
|
+
|
17837
|
+
.sd-drop-shadow--z1 {
|
17838
|
+
filter: var(--sd-drop-shadow--z1); }
|
17839
|
+
|
17840
|
+
.sd-drop-shadow--z2 {
|
17841
|
+
filter: var(--sd-drop-shadow--z2); }
|
17842
|
+
|
17843
|
+
.sd-drop-shadow--z3 {
|
17844
|
+
filter: var(--sd-drop-shadow--z3); }
|
17845
|
+
|
17846
|
+
.sd-drop-shadow--z4 {
|
17847
|
+
filter: var(--sd-drop-shadow--z4); }
|
17848
|
+
|
17849
|
+
.m-auto,
|
17850
|
+
.sd-margin--auto {
|
17851
|
+
margin: auto !important; }
|
17852
|
+
|
17853
|
+
.ml-auto,
|
17854
|
+
.ms-auto,
|
17855
|
+
.sd-margin-l--auto,
|
17856
|
+
.sd-margin-s--auto {
|
17857
|
+
margin-inline-start: auto !important; }
|
17858
|
+
|
17859
|
+
.mr-auto,
|
17860
|
+
.me-auto,
|
17861
|
+
.sd-margin-r--auto,
|
17862
|
+
.sd-margin-e--auto {
|
17863
|
+
margin-inline-end: auto !important; }
|
17864
|
+
|
17865
|
+
.mt-auto,
|
17866
|
+
.sd-margin-t--auto {
|
17867
|
+
margin-block-start: auto !important; }
|
17868
|
+
|
17869
|
+
.mb-auto,
|
17870
|
+
.sd-margin-b--auto {
|
17871
|
+
margin-block-end: auto !important; }
|
17872
|
+
|
17873
|
+
.mlr-auto,
|
17874
|
+
.mx-auto,
|
17875
|
+
.sd-margin-x--auto {
|
17876
|
+
margin-inline-start: auto !important;
|
17877
|
+
margin-inline-end: auto !important; }
|
17878
|
+
|
17879
|
+
.my-auto,
|
17880
|
+
.sd-margin-y--auto {
|
17881
|
+
margin-block-start: auto !important;
|
17882
|
+
margin-block-end: auto !important; }
|
17883
|
+
|
17884
|
+
.m-0,
|
17885
|
+
.sd-margin--0 {
|
17886
|
+
margin: 0 !important; }
|
17887
|
+
|
17888
|
+
.m-0-5,
|
17889
|
+
.sd-margin--0-5 {
|
17890
|
+
margin: calc(0.5 * var(--base-increment)) !important; }
|
17891
|
+
|
17892
|
+
.m-1,
|
17893
|
+
.sd-margin--1 {
|
17894
|
+
margin: calc(1 * var(--base-increment)) !important; }
|
17895
|
+
|
17896
|
+
.m-1-5,
|
17897
|
+
.sd-margin--1-5 {
|
17898
|
+
margin: calc(1.5 * var(--base-increment)) !important; }
|
17899
|
+
|
17900
|
+
.m-2,
|
17901
|
+
.sd-margin--2 {
|
17902
|
+
margin: calc(2 * var(--base-increment)) !important; }
|
17903
|
+
|
17904
|
+
.m-3,
|
17905
|
+
.sd-margin--3 {
|
17906
|
+
margin: calc(3 * var(--base-increment)) !important; }
|
17907
|
+
|
17908
|
+
.m-4,
|
17909
|
+
.sd-margin--4 {
|
17910
|
+
margin: calc(4 * var(--base-increment)) !important; }
|
17911
|
+
|
17912
|
+
.m-5,
|
17913
|
+
.sd-margin--5 {
|
17914
|
+
margin: calc(5 * var(--base-increment)) !important; }
|
17915
|
+
|
17916
|
+
.ms-0,
|
17917
|
+
.sd-margin-l--0 {
|
17918
|
+
margin-inline-start: 0 !important; }
|
17919
|
+
|
17920
|
+
.ms-0-5,
|
17921
|
+
.sd-margin-l--0-5 {
|
17922
|
+
margin-inline-start: calc(0.5 * var(--base-increment)) !important; }
|
17923
|
+
|
17924
|
+
.ms-1,
|
17925
|
+
.sd-margin-l--1 {
|
17926
|
+
margin-inline-start: calc(1 * var(--base-increment)) !important; }
|
17927
|
+
|
17928
|
+
.ms-1-5,
|
17929
|
+
.sd-margin-l--1-5 {
|
17930
|
+
margin-inline-start: calc(1.5 * var(--base-increment)) !important; }
|
17931
|
+
|
17932
|
+
.ms-2,
|
17933
|
+
.sd-margin-l--2 {
|
17934
|
+
margin-inline-start: calc(2 * var(--base-increment)) !important; }
|
17935
|
+
|
17936
|
+
.ms-3,
|
17937
|
+
.sd-margin-l--3 {
|
17938
|
+
margin-inline-start: calc(3 * var(--base-increment)) !important; }
|
17939
|
+
|
17940
|
+
.ms-4,
|
17941
|
+
.sd-margin-l--4 {
|
17942
|
+
margin-inline-start: calc(4 * var(--base-increment)) !important; }
|
17943
|
+
|
17944
|
+
.ms-5,
|
17945
|
+
.sd-margin-l--5 {
|
17946
|
+
margin-inline-start: calc(5 * var(--base-increment)) !important; }
|
17947
|
+
|
17948
|
+
.me-0,
|
17949
|
+
.sd-margin-r--0 {
|
17950
|
+
margin-inline-end: 0 !important; }
|
17951
|
+
|
17952
|
+
.me-0-5,
|
17953
|
+
.sd-margin-r--0-5 {
|
17954
|
+
margin-inline-end: calc(0.5 * var(--base-increment)) !important; }
|
17955
|
+
|
17956
|
+
.me-1,
|
17957
|
+
.sd-margin-r--1 {
|
17958
|
+
margin-inline-end: calc(1 * var(--base-increment)) !important; }
|
17959
|
+
|
17960
|
+
.me-1-5,
|
17961
|
+
.sd-margin-r--1-5 {
|
17962
|
+
margin-inline-end: calc(1.5 * var(--base-increment)) !important; }
|
17963
|
+
|
17964
|
+
.me-2,
|
17965
|
+
.sd-margin-r--2 {
|
17966
|
+
margin-inline-end: calc(2 * var(--base-increment)) !important; }
|
17967
|
+
|
17968
|
+
.me-3,
|
17969
|
+
.sd-margin-r--3 {
|
17970
|
+
margin-inline-end: calc(3 * var(--base-increment)) !important; }
|
17971
|
+
|
17972
|
+
.me-4,
|
17973
|
+
.sd-margin-r--4 {
|
17974
|
+
margin-inline-end: calc(4 * var(--base-increment)) !important; }
|
17975
|
+
|
17976
|
+
.me-5,
|
17977
|
+
.sd-margin-r--5 {
|
17978
|
+
margin-inline-end: calc(5 * var(--base-increment)) !important; }
|
17979
|
+
|
17980
|
+
.mx-0,
|
17981
|
+
.sd-margin-x--0 {
|
17982
|
+
margin-inline-start: 0 !important;
|
17983
|
+
margin-inline-end: 0 !important; }
|
17984
|
+
|
17985
|
+
.mx-0-5,
|
17986
|
+
.sd-margin-r--0-5 {
|
17987
|
+
margin-inline-start: calc(0.5 * var(--base-increment)) !important;
|
17988
|
+
margin-inline-end: calc(0.5 * var(--base-increment)) !important; }
|
17989
|
+
|
17990
|
+
.mx-1,
|
17991
|
+
.sd-margin-x--1 {
|
17992
|
+
margin-inline-start: calc(1 * var(--base-increment)) !important;
|
17993
|
+
margin-inline-end: calc(1 * var(--base-increment)) !important; }
|
17994
|
+
|
17995
|
+
.mx-1-5,
|
17996
|
+
.sd-margin-x--1-5 {
|
17997
|
+
margin-inline-start: calc(1.5 * var(--base-increment)) !important;
|
17998
|
+
margin-inline-end: calc(1.5 * var(--base-increment)) !important; }
|
17999
|
+
|
18000
|
+
.mx-2,
|
18001
|
+
.sd-margin-x--2 {
|
18002
|
+
margin-inline-start: calc(2 * var(--base-increment)) !important;
|
18003
|
+
margin-inline-end: calc(2 * var(--base-increment)) !important; }
|
18004
|
+
|
18005
|
+
.mx-3,
|
18006
|
+
.sd-margin-x--3 {
|
18007
|
+
margin-inline-start: calc(3 * var(--base-increment)) !important;
|
18008
|
+
margin-inline-end: calc(3 * var(--base-increment)) !important; }
|
18009
|
+
|
18010
|
+
.mx-4,
|
18011
|
+
.sd-margin-x--4 {
|
18012
|
+
margin-inline-start: calc(4 * var(--base-increment)) !important;
|
18013
|
+
margin-inline-end: calc(4 * var(--base-increment)) !important; }
|
18014
|
+
|
18015
|
+
.mx-5,
|
18016
|
+
.sd-margin-x--5 {
|
18017
|
+
margin-inline-start: calc(5 * var(--base-increment)) !important;
|
18018
|
+
margin-inline-end: calc(5 * var(--base-increment)) !important; }
|
18019
|
+
|
18020
|
+
.mt-0,
|
18021
|
+
.sd-margin-t--0 {
|
18022
|
+
margin-block-start: 0 !important; }
|
18023
|
+
|
18024
|
+
.mt-0-5,
|
18025
|
+
.sd-margin-t--0-5 {
|
18026
|
+
margin-block-start: calc(0.5 * var(--base-increment)) !important; }
|
18027
|
+
|
18028
|
+
.mt-1,
|
18029
|
+
.sd-margin-t--1 {
|
18030
|
+
margin-block-start: calc(1 * var(--base-increment)) !important; }
|
18031
|
+
|
18032
|
+
.mt-1-5,
|
18033
|
+
.sd-margin-t--1-5 {
|
18034
|
+
margin-block-start: calc(1.5 * var(--base-increment)) !important; }
|
18035
|
+
|
18036
|
+
.mt-2,
|
18037
|
+
.sd-margin-t--2 {
|
18038
|
+
margin-block-start: calc(2 * var(--base-increment)) !important; }
|
18039
|
+
|
18040
|
+
.mt-3,
|
18041
|
+
.sd-margin-t--3 {
|
18042
|
+
margin-block-start: calc(3 * var(--base-increment)) !important; }
|
18043
|
+
|
18044
|
+
.mt-4,
|
18045
|
+
.sd-margin-t--4 {
|
18046
|
+
margin-block-start: calc(4 * var(--base-increment)) !important; }
|
18047
|
+
|
18048
|
+
.mt-5,
|
18049
|
+
.sd-margin-t--5 {
|
18050
|
+
margin-block-start: calc(5 * var(--base-increment)) !important; }
|
18051
|
+
|
18052
|
+
.mb--0,
|
18053
|
+
.sd-margin-b--0 {
|
18054
|
+
margin-block-end: 0 !important; }
|
18055
|
+
|
18056
|
+
.mb-0-5,
|
18057
|
+
.sd-margin-b--0-5 {
|
18058
|
+
margin-block-end: calc(0.5 * var(--base-increment)) !important; }
|
18059
|
+
|
18060
|
+
.mb-1,
|
18061
|
+
.sd-margin-b--1 {
|
18062
|
+
margin-block-end: calc(1 * var(--base-increment)) !important; }
|
18063
|
+
|
18064
|
+
.mb-1-5,
|
18065
|
+
.sd-margin-b--1-5 {
|
18066
|
+
margin-block-end: calc(1.5 * var(--base-increment)) !important; }
|
18067
|
+
|
18068
|
+
.mb-2,
|
18069
|
+
.sd-margin-b--2 {
|
18070
|
+
margin-block-end: calc(2 * var(--base-increment)) !important; }
|
18071
|
+
|
18072
|
+
.mb-3,
|
18073
|
+
.sd-margin-b--3 {
|
18074
|
+
margin-block-end: calc(3 * var(--base-increment)) !important; }
|
17722
18075
|
|
17723
18076
|
.mb-4,
|
17724
18077
|
.sd-margin-b--4 {
|
@@ -18008,499 +18361,6 @@ h6 {
|
|
18008
18361
|
padding-block-start: calc(5 * var(--base-increment)) !important;
|
18009
18362
|
padding-block-end: calc(5 * var(--base-increment)) !important; }
|
18010
18363
|
|
18011
|
-
.sd-padding-all--0 {
|
18012
|
-
padding: 0 !important; }
|
18013
|
-
|
18014
|
-
.sd-padding-all--0-5 {
|
18015
|
-
padding: 0.4rem !important; }
|
18016
|
-
|
18017
|
-
.sd-padding-all--1 {
|
18018
|
-
padding: 0.8rem !important; }
|
18019
|
-
|
18020
|
-
.sd-padding-all--1-5 {
|
18021
|
-
padding: 1.2rem !important; }
|
18022
|
-
|
18023
|
-
.sd-padding-all--2 {
|
18024
|
-
padding: 1.6rem !important; }
|
18025
|
-
|
18026
|
-
.sd-padding-all--3 {
|
18027
|
-
padding: 2.4rem !important; }
|
18028
|
-
|
18029
|
-
.sd-margin-all--0 {
|
18030
|
-
margin: 0 !important; }
|
18031
|
-
|
18032
|
-
.sd-margin-all--0-5 {
|
18033
|
-
margin: 0.4rem !important; }
|
18034
|
-
|
18035
|
-
.sd-margin-all--1 {
|
18036
|
-
margin: 0.8rem !important; }
|
18037
|
-
|
18038
|
-
.sd-margin-all--1-5 {
|
18039
|
-
margin: 1.2rem !important; }
|
18040
|
-
|
18041
|
-
.sd-margin-all--2 {
|
18042
|
-
margin: 1.6rem !important; }
|
18043
|
-
|
18044
|
-
.sd-margin-all--3 {
|
18045
|
-
margin: 2.4rem !important; }
|
18046
|
-
|
18047
|
-
.sd-wrap-helper {
|
18048
|
-
display: contents !important; }
|
18049
|
-
|
18050
|
-
.sd-accessibility__btn-text--invisible,
|
18051
|
-
.sd-accessibility__screenreader-text {
|
18052
|
-
position: absolute;
|
18053
|
-
top: 0;
|
18054
|
-
inset-inline-start: 0;
|
18055
|
-
font-size: 0.1rem;
|
18056
|
-
color: transparent !important;
|
18057
|
-
pointer-events: none; }
|
18058
|
-
|
18059
|
-
.overflow-auto {
|
18060
|
-
overflow: auto !important; }
|
18061
|
-
|
18062
|
-
.overflow-hidden {
|
18063
|
-
overflow: hidden !important; }
|
18064
|
-
|
18065
|
-
.overflow-x-hidden {
|
18066
|
-
overflow-x: hidden !important; }
|
18067
|
-
|
18068
|
-
.sd-d-none {
|
18069
|
-
display: none !important; }
|
18070
|
-
|
18071
|
-
.sd-d-inline {
|
18072
|
-
display: inline !important; }
|
18073
|
-
|
18074
|
-
.sd-d-inline-block {
|
18075
|
-
display: inline-block !important; }
|
18076
|
-
|
18077
|
-
.sd-d-block {
|
18078
|
-
display: block !important; }
|
18079
|
-
|
18080
|
-
.sd-d-flex {
|
18081
|
-
display: flex !important; }
|
18082
|
-
|
18083
|
-
.sd-d-inline-flex {
|
18084
|
-
display: inline-flex !important; }
|
18085
|
-
|
18086
|
-
.sd-display-flex-column {
|
18087
|
-
display: flex;
|
18088
|
-
flex-direction: column;
|
18089
|
-
overflow: auto; }
|
18090
|
-
|
18091
|
-
.sd-flex-wrap {
|
18092
|
-
flex-wrap: wrap; }
|
18093
|
-
|
18094
|
-
.sd-flex-shrink {
|
18095
|
-
flex-shrink: 1 !important; }
|
18096
|
-
|
18097
|
-
.sd-flex-no-shrink {
|
18098
|
-
flex-shrink: 0 !important; }
|
18099
|
-
|
18100
|
-
.sd-flex-justify-end {
|
18101
|
-
justify-content: flex-end !important; }
|
18102
|
-
|
18103
|
-
.sd-flex-justify-center {
|
18104
|
-
justify-content: center !important; }
|
18105
|
-
|
18106
|
-
.sd-flex-justify-space-between {
|
18107
|
-
justify-content: space-between !important; }
|
18108
|
-
|
18109
|
-
.sd-flex-align-items-center {
|
18110
|
-
align-items: center !important; }
|
18111
|
-
|
18112
|
-
.sd-flex-grow {
|
18113
|
-
flex-grow: 1 !important; }
|
18114
|
-
|
18115
|
-
.sd-flex-no-grow {
|
18116
|
-
flex-grow: 0 !important; }
|
18117
|
-
|
18118
|
-
.sd-no-wrap {
|
18119
|
-
white-space: nowrap; }
|
18120
|
-
|
18121
|
-
.sd-radius--x-small {
|
18122
|
-
border-radius: var(--b-radius--x-small); }
|
18123
|
-
|
18124
|
-
.sd-radius--small {
|
18125
|
-
border-radius: var(--b-radius--small); }
|
18126
|
-
|
18127
|
-
.sd-radius--medium {
|
18128
|
-
border-radius: var(--b-radius--medium); }
|
18129
|
-
|
18130
|
-
.sd-radius--large {
|
18131
|
-
border-radius: var(--b-radius--large); }
|
18132
|
-
|
18133
|
-
.sd-radius--x-large {
|
18134
|
-
border-radius: var(--b-radius--x-large); }
|
18135
|
-
|
18136
|
-
.sd-radius--full {
|
18137
|
-
border-radius: var(--b-radius--full); }
|
18138
|
-
|
18139
|
-
.sd-border--x-light {
|
18140
|
-
border: 1px solid var(--sd-colour-line--x-light); }
|
18141
|
-
|
18142
|
-
.sd-border--light {
|
18143
|
-
border: 1px solid var(--sd-colour-line--light); }
|
18144
|
-
|
18145
|
-
.sd-border--medium {
|
18146
|
-
border: 1px solid var(--sd-colour-line--medium); }
|
18147
|
-
|
18148
|
-
.sd-border--strong {
|
18149
|
-
border: 1px solid var(--sd-colour-line--strong); }
|
18150
|
-
|
18151
|
-
.sd-border--x-light {
|
18152
|
-
border: 1px solid var(--sd-colour-line--x-light); }
|
18153
|
-
|
18154
|
-
.sd-border-style--dotted {
|
18155
|
-
border-style: dotted !important; }
|
18156
|
-
|
18157
|
-
.sd-border-style--dashed {
|
18158
|
-
border-style: dashed !important; }
|
18159
|
-
|
18160
|
-
.sd-border-width--2 {
|
18161
|
-
border-width: 2px; }
|
18162
|
-
|
18163
|
-
.sd-border-width--3 {
|
18164
|
-
border-width: 3px; }
|
18165
|
-
|
18166
|
-
.text-2xs {
|
18167
|
-
font-size: calc(var(--text-size--base) * 1); }
|
18168
|
-
|
18169
|
-
.sd-font-size--x-small,
|
18170
|
-
.text-xs {
|
18171
|
-
font-size: calc(var(--text-size--base) * 1.2); }
|
18172
|
-
|
18173
|
-
.sd-font-size--small,
|
18174
|
-
.text-sm {
|
18175
|
-
font-size: calc(var(--text-size--base) * 1.4); }
|
18176
|
-
|
18177
|
-
.sd-font-size--medium,
|
18178
|
-
.text-md {
|
18179
|
-
font-size: calc(var(--text-size--base) * 1.6); }
|
18180
|
-
|
18181
|
-
.sd-font-size--large,
|
18182
|
-
.text-lg {
|
18183
|
-
font-size: calc(var(--text-size--base) * 2); }
|
18184
|
-
|
18185
|
-
.sd-font-size--x-large,
|
18186
|
-
.text-xl {
|
18187
|
-
font-size: calc(var(--text-size--base) * 2.4); }
|
18188
|
-
|
18189
|
-
.sd-font-size--x-large,
|
18190
|
-
.text-2xl {
|
18191
|
-
font-size: calc(var(--text-size--base) * 3.2); }
|
18192
|
-
|
18193
|
-
.sd-text-color--normal,
|
18194
|
-
.text-color-normal {
|
18195
|
-
color: var(--color-text) !important; }
|
18196
|
-
|
18197
|
-
.sd-text-color--light,
|
18198
|
-
.text-color-muted {
|
18199
|
-
color: var(--color-text-light) !important; }
|
18200
|
-
|
18201
|
-
.sd-text-color--lighter,
|
18202
|
-
.text-color-subdued {
|
18203
|
-
color: var(--color-text-lighter) !important; }
|
18204
|
-
|
18205
|
-
.sd-text-color--inverse,
|
18206
|
-
.text-color-inverse {
|
18207
|
-
color: var(--color-text--inverse) !important; }
|
18208
|
-
|
18209
|
-
.sd-text__light,
|
18210
|
-
.sd-text--light,
|
18211
|
-
.font-light {
|
18212
|
-
font-weight: 300; }
|
18213
|
-
|
18214
|
-
.sd-text__normal,
|
18215
|
-
.sd-text--normal,
|
18216
|
-
.font-normal {
|
18217
|
-
font-weight: 400; }
|
18218
|
-
|
18219
|
-
.sd-text--medium,
|
18220
|
-
.font-medium {
|
18221
|
-
font-weight: 500; }
|
18222
|
-
|
18223
|
-
.sd-text--medium,
|
18224
|
-
.font-semibold {
|
18225
|
-
font-weight: 500; }
|
18226
|
-
|
18227
|
-
.sd-text__strong,
|
18228
|
-
.sd-text--strong,
|
18229
|
-
.sd-text--bold,
|
18230
|
-
.font-bold {
|
18231
|
-
font-weight: 700; }
|
18232
|
-
|
18233
|
-
.font-black {
|
18234
|
-
font-weight: 900; }
|
18235
|
-
|
18236
|
-
.sd-text__italic,
|
18237
|
-
.sd-text--italic,
|
18238
|
-
.italic {
|
18239
|
-
font-style: italic; }
|
18240
|
-
|
18241
|
-
.sd-text--non-italic,
|
18242
|
-
.non-italic {
|
18243
|
-
font-style: normal; }
|
18244
|
-
|
18245
|
-
.sd-text-align--left,
|
18246
|
-
.sd-text-align--start,
|
18247
|
-
.text-start,
|
18248
|
-
.text-left {
|
18249
|
-
text-align: start; }
|
18250
|
-
|
18251
|
-
.sd-text__center,
|
18252
|
-
.sd-text-align--center,
|
18253
|
-
.text-center {
|
18254
|
-
text-align: center; }
|
18255
|
-
|
18256
|
-
.sd-text__right,
|
18257
|
-
.sd-text-align--right,
|
18258
|
-
.sd-text-align--end,
|
18259
|
-
.text-end {
|
18260
|
-
text-align: end; }
|
18261
|
-
|
18262
|
-
.sd-text-align--justify,
|
18263
|
-
.text-justify {
|
18264
|
-
text-align: justify; }
|
18265
|
-
|
18266
|
-
.sd-text__serif,
|
18267
|
-
.sd-text--serif {
|
18268
|
-
font-family: "Merriweather", Georgia, "Times New Roman", Times, serif; }
|
18269
|
-
|
18270
|
-
.sd-text--sans {
|
18271
|
-
font-family: "Roboto", Helvetica, Arial, sans-serif; }
|
18272
|
-
|
18273
|
-
.sd-text--mono {
|
18274
|
-
font-family: "Roboto Mono", "Consolas", "monaco", monospace; }
|
18275
|
-
|
18276
|
-
.sd-whitespace--normal,
|
18277
|
-
.whitespace-normal {
|
18278
|
-
white-space: normal; }
|
18279
|
-
|
18280
|
-
.sd-whitespace--nowrap,
|
18281
|
-
.whitespace-nowrap {
|
18282
|
-
white-space: nowrap; }
|
18283
|
-
|
18284
|
-
.sd-whitespace--pre,
|
18285
|
-
.whitespace-pre {
|
18286
|
-
white-space: pre; }
|
18287
|
-
|
18288
|
-
.sd-whitespace--pre-line,
|
18289
|
-
.whitespace-pre-line {
|
18290
|
-
white-space: pre-line; }
|
18291
|
-
|
18292
|
-
.sd-whitespace--pre-wrap,
|
18293
|
-
.whitespace-pre-wrap {
|
18294
|
-
white-space: pre-wrap; }
|
18295
|
-
|
18296
|
-
.whitespace-break-spaces {
|
18297
|
-
white-space: break-spaces; }
|
18298
|
-
|
18299
|
-
.sd-txt-transform--uppercase,
|
18300
|
-
.text-uppercase {
|
18301
|
-
text-transform: uppercase; }
|
18302
|
-
|
18303
|
-
.sd-txt-transform--lowercase,
|
18304
|
-
.text-lowercase {
|
18305
|
-
text-transform: lowercase; }
|
18306
|
-
|
18307
|
-
.sd-txt-transform--capitalize,
|
18308
|
-
.text-capitalize {
|
18309
|
-
text-transform: capitalize; }
|
18310
|
-
|
18311
|
-
.sd-txt-transform--none,
|
18312
|
-
.text-normal-case {
|
18313
|
-
text-transform: none; }
|
18314
|
-
|
18315
|
-
.sd-txt-decoration--underline,
|
18316
|
-
.text-underline {
|
18317
|
-
text-decoration: underline; }
|
18318
|
-
|
18319
|
-
.sd-txt-decoration--line-through,
|
18320
|
-
.text-line-through {
|
18321
|
-
text-decoration: line-through; }
|
18322
|
-
|
18323
|
-
.sd-txt-decoration--none,
|
18324
|
-
.text-no-underline {
|
18325
|
-
text-decoration: none; }
|
18326
|
-
|
18327
|
-
.sd-overflow-ellipsis,
|
18328
|
-
.sd-overflow--ellipsis,
|
18329
|
-
.text-ellipsis {
|
18330
|
-
overflow: hidden;
|
18331
|
-
text-overflow: ellipsis;
|
18332
|
-
white-space: nowrap; }
|
18333
|
-
|
18334
|
-
.text-clip {
|
18335
|
-
text-overflow: clip; }
|
18336
|
-
|
18337
|
-
.text-wrap {
|
18338
|
-
text-wrap: wrap; }
|
18339
|
-
|
18340
|
-
.text-nowrap {
|
18341
|
-
text-wrap: clip; }
|
18342
|
-
|
18343
|
-
.text-balance {
|
18344
|
-
text-wrap: balance; }
|
18345
|
-
|
18346
|
-
.text-pretty {
|
18347
|
-
text-wrap: pretty; }
|
18348
|
-
|
18349
|
-
.sd-word-break--normal,
|
18350
|
-
.break-normal {
|
18351
|
-
overflow-wrap: normal;
|
18352
|
-
word-break: normal; }
|
18353
|
-
|
18354
|
-
.sd-word-break--words,
|
18355
|
-
.break-words {
|
18356
|
-
overflow-wrap: break-word; }
|
18357
|
-
|
18358
|
-
.sd-word-break--all,
|
18359
|
-
.break-all {
|
18360
|
-
word-break: break-all; }
|
18361
|
-
|
18362
|
-
.sd-line-clamp--1,
|
18363
|
-
.line-clamp-1 {
|
18364
|
-
overflow: hidden;
|
18365
|
-
display: -webkit-box;
|
18366
|
-
-webkit-box-orient: vertical;
|
18367
|
-
-webkit-line-clamp: 1; }
|
18368
|
-
|
18369
|
-
.sd-line-clamp--2,
|
18370
|
-
.line-clamp-2 {
|
18371
|
-
overflow: hidden;
|
18372
|
-
display: -webkit-box;
|
18373
|
-
-webkit-box-orient: vertical;
|
18374
|
-
-webkit-line-clamp: 2; }
|
18375
|
-
|
18376
|
-
.sd-line-clamp--3,
|
18377
|
-
.line-clamp-3 {
|
18378
|
-
overflow: hidden;
|
18379
|
-
display: -webkit-box;
|
18380
|
-
-webkit-box-orient: vertical;
|
18381
|
-
-webkit-line-clamp: 3; }
|
18382
|
-
|
18383
|
-
.sd-line-clamp--4,
|
18384
|
-
.line-clamp-4 {
|
18385
|
-
overflow: hidden;
|
18386
|
-
display: -webkit-box;
|
18387
|
-
-webkit-box-orient: vertical;
|
18388
|
-
-webkit-line-clamp: 4; }
|
18389
|
-
|
18390
|
-
.sd-line-clamp--5,
|
18391
|
-
.line-clamp-5 {
|
18392
|
-
overflow: hidden;
|
18393
|
-
display: -webkit-box;
|
18394
|
-
-webkit-box-orient: vertical;
|
18395
|
-
-webkit-line-clamp: 5; }
|
18396
|
-
|
18397
|
-
.sd-line-clamp--6,
|
18398
|
-
.line-clamp-6 {
|
18399
|
-
overflow: hidden;
|
18400
|
-
display: -webkit-box;
|
18401
|
-
-webkit-box-orient: vertical;
|
18402
|
-
-webkit-line-clamp: 6; }
|
18403
|
-
|
18404
|
-
.sd-line-clamp--none,
|
18405
|
-
.line-clamp-none {
|
18406
|
-
-webkit-line-clamp: none; }
|
18407
|
-
|
18408
|
-
.sd-panel-bg--100 {
|
18409
|
-
background-color: var(--sd-colour-panel-bg--100); }
|
18410
|
-
|
18411
|
-
.sd-panel-bg--000 {
|
18412
|
-
background-color: var(--sd-item__main-Bg); }
|
18413
|
-
|
18414
|
-
.sd-panel-bg--gradient-1 {
|
18415
|
-
background-color: var(--sd-item__main-Bg);
|
18416
|
-
background: linear-gradient(180deg, var(--sd-colour-interactive--alpha-20) 0%, var(--sd-item__main-Bg) 40%); }
|
18417
|
-
|
18418
|
-
.sd-state--focus:focus-within,
|
18419
|
-
.sd-state--active {
|
18420
|
-
box-shadow: var(--sd-shadow__item--selected) !important;
|
18421
|
-
transition: box-shadow 0.3s ease, filter 0.3s ease; }
|
18422
|
-
|
18423
|
-
.sd-width--xxx-small {
|
18424
|
-
width: var(--width__container--xxx-small) !important; }
|
18425
|
-
|
18426
|
-
.sd-width--xx-small {
|
18427
|
-
width: var(--width__container--xx-small); }
|
18428
|
-
|
18429
|
-
.sd-width--x-small {
|
18430
|
-
width: var(--width__container--x-small); }
|
18431
|
-
|
18432
|
-
.sd-width--small {
|
18433
|
-
width: var(--width__container--small); }
|
18434
|
-
|
18435
|
-
.sd-width--medium {
|
18436
|
-
width: var(--width__container--medium); }
|
18437
|
-
|
18438
|
-
.sd-width--large {
|
18439
|
-
width: var(--width__container--large); }
|
18440
|
-
|
18441
|
-
.sd-width--x-large {
|
18442
|
-
width: var(--width__container--x-large); }
|
18443
|
-
|
18444
|
-
.sd-width--xx-large {
|
18445
|
-
width: var(--width__container--xx-large); }
|
18446
|
-
|
18447
|
-
.sd-width--xxx-large {
|
18448
|
-
width: var(--width__container--xxx-large); }
|
18449
|
-
|
18450
|
-
.sd-width--full {
|
18451
|
-
width: var(--width__container--full); }
|
18452
|
-
|
18453
|
-
.sd-gap--x-small {
|
18454
|
-
gap: var(--gap--x-small); }
|
18455
|
-
|
18456
|
-
.sd-gap--small {
|
18457
|
-
gap: var(--gap--small); }
|
18458
|
-
|
18459
|
-
.sd-gap--medium {
|
18460
|
-
gap: var(--gap--medium); }
|
18461
|
-
|
18462
|
-
.sd-gap--large {
|
18463
|
-
gap: var(--gap--large); }
|
18464
|
-
|
18465
|
-
.sd-gap--x-large {
|
18466
|
-
gap: var(--gap--x-large); }
|
18467
|
-
|
18468
|
-
.sd-gap--xx-large {
|
18469
|
-
gap: var(--gap--xx-large); }
|
18470
|
-
|
18471
|
-
.sd-gap--auto {
|
18472
|
-
gap: var(--gap--auto); }
|
18473
|
-
|
18474
|
-
.max-h-5 {
|
18475
|
-
max-height: calc(5 * var(--base-increment)) !important; }
|
18476
|
-
|
18477
|
-
.max-h-6 {
|
18478
|
-
max-height: calc(6 * var(--base-increment)) !important; }
|
18479
|
-
|
18480
|
-
.max-h-8 {
|
18481
|
-
max-height: calc(8 * var(--base-increment)) !important; }
|
18482
|
-
|
18483
|
-
.max-h-10 {
|
18484
|
-
max-height: calc(10 * var(--base-increment)) !important; }
|
18485
|
-
|
18486
|
-
.max-h-15 {
|
18487
|
-
max-height: calc(15 * var(--base-increment)) !important; }
|
18488
|
-
|
18489
|
-
.max-h-20 {
|
18490
|
-
max-height: calc(20 * var(--base-increment)) !important; }
|
18491
|
-
|
18492
|
-
.max-h-25 {
|
18493
|
-
max-height: calc(25 * var(--base-increment)) !important; }
|
18494
|
-
|
18495
|
-
.max-h-30 {
|
18496
|
-
max-height: calc(30 * var(--base-increment)) !important; }
|
18497
|
-
|
18498
|
-
.max-h-full {
|
18499
|
-
max-height: 100%; }
|
18500
|
-
|
18501
|
-
.max-h-screen {
|
18502
|
-
max-height: 100svh; }
|
18503
|
-
|
18504
18364
|
.gap-0 {
|
18505
18365
|
gap: var(--gap-0); }
|
18506
18366
|
|
@@ -18525,6 +18385,384 @@ h6 {
|
|
18525
18385
|
.gap-5 {
|
18526
18386
|
gap: var(--gap-5); }
|
18527
18387
|
|
18388
|
+
.text-2xs {
|
18389
|
+
font-size: calc(var(--text-size--base) * 1); }
|
18390
|
+
|
18391
|
+
.sd-font-size--x-small,
|
18392
|
+
.text-xs {
|
18393
|
+
font-size: calc(var(--text-size--base) * 1.2); }
|
18394
|
+
|
18395
|
+
.sd-font-size--small,
|
18396
|
+
.text-sm {
|
18397
|
+
font-size: calc(var(--text-size--base) * 1.4); }
|
18398
|
+
|
18399
|
+
.sd-font-size--medium,
|
18400
|
+
.text-md {
|
18401
|
+
font-size: calc(var(--text-size--base) * 1.6); }
|
18402
|
+
|
18403
|
+
.sd-font-size--large,
|
18404
|
+
.text-lg {
|
18405
|
+
font-size: calc(var(--text-size--base) * 2); }
|
18406
|
+
|
18407
|
+
.sd-font-size--x-large,
|
18408
|
+
.text-xl {
|
18409
|
+
font-size: calc(var(--text-size--base) * 2.4); }
|
18410
|
+
|
18411
|
+
.sd-font-size--x-large,
|
18412
|
+
.text-2xl {
|
18413
|
+
font-size: calc(var(--text-size--base) * 3.2); }
|
18414
|
+
|
18415
|
+
.sd-text-color--normal,
|
18416
|
+
.text-color-normal {
|
18417
|
+
color: var(--color-text) !important; }
|
18418
|
+
|
18419
|
+
.sd-text-color--light,
|
18420
|
+
.text-color-muted {
|
18421
|
+
color: var(--color-text-light) !important; }
|
18422
|
+
|
18423
|
+
.sd-text-color--lighter,
|
18424
|
+
.text-color-subdued {
|
18425
|
+
color: var(--color-text-lighter) !important; }
|
18426
|
+
|
18427
|
+
.sd-text-color--inverse,
|
18428
|
+
.text-color-inverse {
|
18429
|
+
color: var(--color-text--inverse) !important; }
|
18430
|
+
|
18431
|
+
.sd-text__light,
|
18432
|
+
.sd-text--light,
|
18433
|
+
.font-light {
|
18434
|
+
font-weight: 300; }
|
18435
|
+
|
18436
|
+
.sd-text__normal,
|
18437
|
+
.sd-text--normal,
|
18438
|
+
.font-normal {
|
18439
|
+
font-weight: 400; }
|
18440
|
+
|
18441
|
+
.sd-text--medium,
|
18442
|
+
.font-medium {
|
18443
|
+
font-weight: 500; }
|
18444
|
+
|
18445
|
+
.sd-text--medium,
|
18446
|
+
.font-semibold {
|
18447
|
+
font-weight: 500; }
|
18448
|
+
|
18449
|
+
.sd-text__strong,
|
18450
|
+
.sd-text--strong,
|
18451
|
+
.sd-text--bold,
|
18452
|
+
.font-bold {
|
18453
|
+
font-weight: 700; }
|
18454
|
+
|
18455
|
+
.font-black {
|
18456
|
+
font-weight: 900; }
|
18457
|
+
|
18458
|
+
.sd-text__italic,
|
18459
|
+
.sd-text--italic,
|
18460
|
+
.italic {
|
18461
|
+
font-style: italic; }
|
18462
|
+
|
18463
|
+
.sd-text--non-italic,
|
18464
|
+
.non-italic {
|
18465
|
+
font-style: normal; }
|
18466
|
+
|
18467
|
+
.sd-text-align--left,
|
18468
|
+
.sd-text-align--start,
|
18469
|
+
.text-start,
|
18470
|
+
.text-left {
|
18471
|
+
text-align: start; }
|
18472
|
+
|
18473
|
+
.sd-text__center,
|
18474
|
+
.sd-text-align--center,
|
18475
|
+
.text-center {
|
18476
|
+
text-align: center; }
|
18477
|
+
|
18478
|
+
.sd-text__right,
|
18479
|
+
.sd-text-align--right,
|
18480
|
+
.sd-text-align--end,
|
18481
|
+
.text-end {
|
18482
|
+
text-align: end; }
|
18483
|
+
|
18484
|
+
.sd-text-align--justify,
|
18485
|
+
.text-justify {
|
18486
|
+
text-align: justify; }
|
18487
|
+
|
18488
|
+
.sd-txt-transform--uppercase,
|
18489
|
+
.text-uppercase {
|
18490
|
+
text-transform: uppercase; }
|
18491
|
+
|
18492
|
+
.sd-txt-transform--lowercase,
|
18493
|
+
.text-lowercase {
|
18494
|
+
text-transform: lowercase; }
|
18495
|
+
|
18496
|
+
.sd-txt-transform--capitalize,
|
18497
|
+
.text-capitalize {
|
18498
|
+
text-transform: capitalize; }
|
18499
|
+
|
18500
|
+
.sd-txt-transform--none,
|
18501
|
+
.text-normal-case {
|
18502
|
+
text-transform: none; }
|
18503
|
+
|
18504
|
+
.sd-txt-decoration--underline,
|
18505
|
+
.text-underline {
|
18506
|
+
text-decoration: underline; }
|
18507
|
+
|
18508
|
+
.sd-txt-decoration--line-through,
|
18509
|
+
.text-line-through {
|
18510
|
+
text-decoration: line-through; }
|
18511
|
+
|
18512
|
+
.sd-txt-decoration--none,
|
18513
|
+
.text-no-underline {
|
18514
|
+
text-decoration: none; }
|
18515
|
+
|
18516
|
+
.sd-overflow-ellipsis,
|
18517
|
+
.sd-overflow--ellipsis,
|
18518
|
+
.text-ellipsis {
|
18519
|
+
overflow: hidden;
|
18520
|
+
text-overflow: ellipsis;
|
18521
|
+
white-space: nowrap; }
|
18522
|
+
|
18523
|
+
.text-clip {
|
18524
|
+
text-overflow: clip; }
|
18525
|
+
|
18526
|
+
.text-wrap {
|
18527
|
+
text-wrap: wrap; }
|
18528
|
+
|
18529
|
+
.text-nowrap {
|
18530
|
+
text-wrap: clip; }
|
18531
|
+
|
18532
|
+
.text-balance {
|
18533
|
+
text-wrap: balance; }
|
18534
|
+
|
18535
|
+
.text-pretty {
|
18536
|
+
text-wrap: pretty; }
|
18537
|
+
|
18538
|
+
.sd-word-break--normal,
|
18539
|
+
.break-normal {
|
18540
|
+
overflow-wrap: normal;
|
18541
|
+
word-break: normal; }
|
18542
|
+
|
18543
|
+
.sd-word-break--words,
|
18544
|
+
.break-words {
|
18545
|
+
overflow-wrap: break-word; }
|
18546
|
+
|
18547
|
+
.sd-word-break--all,
|
18548
|
+
.break-all {
|
18549
|
+
word-break: break-all; }
|
18550
|
+
|
18551
|
+
.sd-line-clamp--1,
|
18552
|
+
.line-clamp-1 {
|
18553
|
+
overflow: hidden;
|
18554
|
+
display: -webkit-box;
|
18555
|
+
-webkit-box-orient: vertical;
|
18556
|
+
-webkit-line-clamp: 1; }
|
18557
|
+
|
18558
|
+
.sd-line-clamp--2,
|
18559
|
+
.line-clamp-2 {
|
18560
|
+
overflow: hidden;
|
18561
|
+
display: -webkit-box;
|
18562
|
+
-webkit-box-orient: vertical;
|
18563
|
+
-webkit-line-clamp: 2; }
|
18564
|
+
|
18565
|
+
.sd-line-clamp--3,
|
18566
|
+
.line-clamp-3 {
|
18567
|
+
overflow: hidden;
|
18568
|
+
display: -webkit-box;
|
18569
|
+
-webkit-box-orient: vertical;
|
18570
|
+
-webkit-line-clamp: 3; }
|
18571
|
+
|
18572
|
+
.sd-line-clamp--4,
|
18573
|
+
.line-clamp-4 {
|
18574
|
+
overflow: hidden;
|
18575
|
+
display: -webkit-box;
|
18576
|
+
-webkit-box-orient: vertical;
|
18577
|
+
-webkit-line-clamp: 4; }
|
18578
|
+
|
18579
|
+
.sd-line-clamp--5,
|
18580
|
+
.line-clamp-5 {
|
18581
|
+
overflow: hidden;
|
18582
|
+
display: -webkit-box;
|
18583
|
+
-webkit-box-orient: vertical;
|
18584
|
+
-webkit-line-clamp: 5; }
|
18585
|
+
|
18586
|
+
.sd-line-clamp--6,
|
18587
|
+
.line-clamp-6 {
|
18588
|
+
overflow: hidden;
|
18589
|
+
display: -webkit-box;
|
18590
|
+
-webkit-box-orient: vertical;
|
18591
|
+
-webkit-line-clamp: 6; }
|
18592
|
+
|
18593
|
+
.sd-line-clamp--none,
|
18594
|
+
.line-clamp-none {
|
18595
|
+
-webkit-line-clamp: none; }
|
18596
|
+
|
18597
|
+
.sd-radius--x-small,
|
18598
|
+
.radius-xs {
|
18599
|
+
border-radius: var(--b-radius--x-small); }
|
18600
|
+
|
18601
|
+
.sd-radius--small,
|
18602
|
+
.radius-sm {
|
18603
|
+
border-radius: var(--b-radius--small); }
|
18604
|
+
|
18605
|
+
.sd-radius--medium,
|
18606
|
+
.radius-md {
|
18607
|
+
border-radius: var(--b-radius--medium); }
|
18608
|
+
|
18609
|
+
.sd-radius--large,
|
18610
|
+
.radius-lg {
|
18611
|
+
border-radius: var(--b-radius--large); }
|
18612
|
+
|
18613
|
+
.sd-radius--x-large,
|
18614
|
+
.radius-xl {
|
18615
|
+
border-radius: var(--b-radius--x-large); }
|
18616
|
+
|
18617
|
+
.sd-radius--full,
|
18618
|
+
.radius-full {
|
18619
|
+
border-radius: var(--b-radius--full); }
|
18620
|
+
|
18621
|
+
.sd-border--x-light,
|
18622
|
+
.border-x-light {
|
18623
|
+
border: 1px solid var(--sd-colour-line--x-light); }
|
18624
|
+
|
18625
|
+
.sd-border--light,
|
18626
|
+
.border-light {
|
18627
|
+
border: 1px solid var(--sd-colour-line--light); }
|
18628
|
+
|
18629
|
+
.sd-border--medium,
|
18630
|
+
.border-medium {
|
18631
|
+
border: 1px solid var(--sd-colour-line--medium); }
|
18632
|
+
|
18633
|
+
.sd-border--strong,
|
18634
|
+
.border-strong {
|
18635
|
+
border: 1px solid var(--sd-colour-line--strong); }
|
18636
|
+
|
18637
|
+
.sd-border-style--solid,
|
18638
|
+
.border-solid {
|
18639
|
+
border-style: solid; }
|
18640
|
+
|
18641
|
+
.sd-border-style--dotted,
|
18642
|
+
.border-dotted {
|
18643
|
+
border-style: dotted; }
|
18644
|
+
|
18645
|
+
.sd-border-style--dashed,
|
18646
|
+
.border-dashed {
|
18647
|
+
border-style: dashed; }
|
18648
|
+
|
18649
|
+
.border-double {
|
18650
|
+
border-style: double; }
|
18651
|
+
|
18652
|
+
.sd-border-width--0,
|
18653
|
+
.border-0 {
|
18654
|
+
border-width: 0px; }
|
18655
|
+
|
18656
|
+
.sd-border-width--1,
|
18657
|
+
.border-1 {
|
18658
|
+
border-width: 1px; }
|
18659
|
+
|
18660
|
+
.sd-border-width--2,
|
18661
|
+
.border-2 {
|
18662
|
+
border-width: 2px; }
|
18663
|
+
|
18664
|
+
.sd-border-width--3,
|
18665
|
+
.border-3 {
|
18666
|
+
border-width: 3px; }
|
18667
|
+
|
18668
|
+
.sd-border-width--4,
|
18669
|
+
.border-4 {
|
18670
|
+
border-width: 4px; }
|
18671
|
+
|
18672
|
+
.border-x-0 {
|
18673
|
+
border-inline-start-width: 0px;
|
18674
|
+
border-inline-end-width: 0px; }
|
18675
|
+
|
18676
|
+
.border-y-0 {
|
18677
|
+
border-block-start-width: 0px;
|
18678
|
+
border-block-end-width: 0px; }
|
18679
|
+
|
18680
|
+
.border-s-0 {
|
18681
|
+
border-inline-start-width: 0px; }
|
18682
|
+
|
18683
|
+
.border-e-0 {
|
18684
|
+
border-inline-end-width: 0px; }
|
18685
|
+
|
18686
|
+
.border-t-0 {
|
18687
|
+
border-top: 0px; }
|
18688
|
+
|
18689
|
+
.border-b-0 {
|
18690
|
+
border-bottom: 0px; }
|
18691
|
+
|
18692
|
+
.sd-opacity--0,
|
18693
|
+
.opacity-0 {
|
18694
|
+
opacity: 0; }
|
18695
|
+
|
18696
|
+
.sd-opacity--20,
|
18697
|
+
.opacity-20 {
|
18698
|
+
opacity: 0.2; }
|
18699
|
+
|
18700
|
+
.sd-opacity--25,
|
18701
|
+
.opacity-25 {
|
18702
|
+
opacity: 0.25; }
|
18703
|
+
|
18704
|
+
.sd-opacity--30,
|
18705
|
+
.opacity-30 {
|
18706
|
+
opacity: 0.3; }
|
18707
|
+
|
18708
|
+
.sd-opacity--40,
|
18709
|
+
.opacity-40 {
|
18710
|
+
opacity: 0.4; }
|
18711
|
+
|
18712
|
+
.sd-opacity--50,
|
18713
|
+
.opacity-50 {
|
18714
|
+
opacity: 0.5; }
|
18715
|
+
|
18716
|
+
.sd-opacity--60,
|
18717
|
+
.opacity-60 {
|
18718
|
+
opacity: 0.6; }
|
18719
|
+
|
18720
|
+
.sd-opacity--75,
|
18721
|
+
.opacity-75 {
|
18722
|
+
opacity: 0.75; }
|
18723
|
+
|
18724
|
+
.object-contain {
|
18725
|
+
object-fit: contain; }
|
18726
|
+
|
18727
|
+
.object-cover {
|
18728
|
+
object-fit: cover; }
|
18729
|
+
|
18730
|
+
.object-fill {
|
18731
|
+
object-fit: fill; }
|
18732
|
+
|
18733
|
+
.object-none {
|
18734
|
+
object-fit: none; }
|
18735
|
+
|
18736
|
+
.object-scale-down {
|
18737
|
+
object-fit: scale-down; }
|
18738
|
+
|
18739
|
+
.object-bottom {
|
18740
|
+
object-position: bottom; }
|
18741
|
+
|
18742
|
+
.object-center {
|
18743
|
+
object-position: center; }
|
18744
|
+
|
18745
|
+
.object-left {
|
18746
|
+
object-position: left; }
|
18747
|
+
|
18748
|
+
.object-left-bottom {
|
18749
|
+
object-position: left bottom; }
|
18750
|
+
|
18751
|
+
.object-left-top {
|
18752
|
+
object-position: left top; }
|
18753
|
+
|
18754
|
+
.object-right {
|
18755
|
+
object-position: right; }
|
18756
|
+
|
18757
|
+
.object-right-bottom {
|
18758
|
+
object-position: right bottom; }
|
18759
|
+
|
18760
|
+
.object-right-top {
|
18761
|
+
object-position: right top; }
|
18762
|
+
|
18763
|
+
.object-top {
|
18764
|
+
object-position: top; }
|
18765
|
+
|
18528
18766
|
:root {
|
18529
18767
|
--new-button-hover-shadow: 0 0 0 1px rgba(0,0,0,.12), 0 1px 4px 0 rgba(0,0,0,.14); }
|
18530
18768
|
|
@@ -37057,7 +37295,7 @@ tags-input,
|
|
37057
37295
|
grid-row: 2/3; }
|
37058
37296
|
|
37059
37297
|
.sd-board__content-block {
|
37060
|
-
box-shadow:
|
37298
|
+
box-shadow: var(--sd-shadow--z2);
|
37061
37299
|
border-radius: var(--b-radius--x-small);
|
37062
37300
|
background-color: var(--sd-item__main-Bg);
|
37063
37301
|
display: flex;
|
@@ -37067,7 +37305,7 @@ tags-input,
|
|
37067
37305
|
transition: box-shadow ease-in-out .2s;
|
37068
37306
|
cursor: pointer; }
|
37069
37307
|
.sd-board__content-block--clickable:hover {
|
37070
|
-
box-shadow:
|
37308
|
+
box-shadow: var(--sd-shadow--z3);
|
37071
37309
|
outline: 1px solid var(--sd-colour-interactive--alpha-50); }
|
37072
37310
|
|
37073
37311
|
.sd-board__list {
|
@@ -41601,8 +41839,7 @@ input.sd-inset-search__input {
|
|
41601
41839
|
display: grid;
|
41602
41840
|
grid-template-columns: [slideInLeft] auto [mainContent] 1fr [slideInRight] auto [overlayContainer] 0;
|
41603
41841
|
grid-template-rows: [headerToolbar] auto [contentBlock] 1fr;
|
41604
|
-
overflow: auto;
|
41605
|
-
height: 100%; }
|
41842
|
+
overflow: auto; }
|
41606
41843
|
|
41607
41844
|
.sd-main-content-grid__header {
|
41608
41845
|
grid-column: 1/4;
|
@@ -42490,16 +42727,16 @@ a.text-link {
|
|
42490
42727
|
cursor: pointer; }
|
42491
42728
|
|
42492
42729
|
.sd-editor__container-wrapper {
|
42730
|
+
grid-column: 1 / 2;
|
42731
|
+
display: grid;
|
42732
|
+
grid-template-rows: 1fr;
|
42733
|
+
grid-auto-columns: auto;
|
42493
42734
|
width: 0;
|
42494
42735
|
min-width: 0;
|
42495
42736
|
max-width: 0;
|
42496
42737
|
transition: all ease-in-out 0.2s; }
|
42497
42738
|
|
42498
42739
|
.sd-editor__container {
|
42499
|
-
grid-column: 1 / 2;
|
42500
|
-
display: grid;
|
42501
|
-
grid-template-rows: 1fr;
|
42502
|
-
grid-auto-columns: auto;
|
42503
42740
|
overflow-y: auto;
|
42504
42741
|
overflow: hidden;
|
42505
42742
|
opacity: 0;
|
@@ -42519,7 +42756,7 @@ a.text-link {
|
|
42519
42756
|
.open-editor .sd-editor__container.sd-editor__container--large {
|
42520
42757
|
min-width: 52vw; }
|
42521
42758
|
|
42522
|
-
.sd-content-wrapper--editor-full .open-editor .sd-editor__container {
|
42759
|
+
.sd-content-wrapper--editor-full .open-editor .sd-editor__container-wrapper {
|
42523
42760
|
min-width: auto;
|
42524
42761
|
max-width: none; }
|
42525
42762
|
|
@@ -44338,6 +44575,95 @@ a.text-link {
|
|
44338
44575
|
display: flex;
|
44339
44576
|
align-items: center; }
|
44340
44577
|
|
44578
|
+
.new-collapse-box {
|
44579
|
+
--collapse-box-clor-bg: var(--sd-colour-panel-bg--100);
|
44580
|
+
display: grid;
|
44581
|
+
grid-template-columns: 1fr;
|
44582
|
+
grid-template-rows: auto 0fr auto;
|
44583
|
+
border-radius: var(--b-radius--small);
|
44584
|
+
position: relative;
|
44585
|
+
overflow: hidden;
|
44586
|
+
transition: all 0.2s ease;
|
44587
|
+
outline: 1px solid var(--sd-colour-line--x-light); }
|
44588
|
+
|
44589
|
+
.new-collapse-box__header {
|
44590
|
+
grid-row: 1 / 2;
|
44591
|
+
height: auto;
|
44592
|
+
padding: 0;
|
44593
|
+
overflow: hidden;
|
44594
|
+
transition: all 0.2s ease; }
|
44595
|
+
|
44596
|
+
.new-collapse-box__content {
|
44597
|
+
grid-row: 2 / 3;
|
44598
|
+
display: flex;
|
44599
|
+
flex-direction: column;
|
44600
|
+
justify-content: flex-start;
|
44601
|
+
align-items: stretch;
|
44602
|
+
overflow: hidden;
|
44603
|
+
padding-block: 0;
|
44604
|
+
background-color: var(--sd-colour-panel-bg--100);
|
44605
|
+
transition: grid-template-rows 0.2s ease; }
|
44606
|
+
|
44607
|
+
.new-collapse-box.new-collapse-box--open {
|
44608
|
+
grid-template-rows: auto 1fr auto; }
|
44609
|
+
.new-collapse-box.new-collapse-box--open .new-collapse-box__content > .new-collapse-box__content-inner {
|
44610
|
+
animation: fadeIn 0.3s ease-in 0s 1;
|
44611
|
+
overflow-y: auto; }
|
44612
|
+
.new-collapse-box.new-collapse-box--open .new-collapse-box__content > .new-collapse-box__content-inner .new-collapse-box.new-collapse-box--open .new-collapse-box__content .new-collapse-box__content-inner {
|
44613
|
+
animation: fadeIn2 0.3s ease-in 0s 1; }
|
44614
|
+
.new-collapse-box.new-collapse-box--open:focus-within {
|
44615
|
+
outline-color: var(--sd-colour-interactive); }
|
44616
|
+
|
44617
|
+
.new-collapse-box .sd-list-item {
|
44618
|
+
border-radius: var(--b-radius--small) var(--b-radius--small) 0 0; }
|
44619
|
+
.new-collapse-box .sd-list-item + .sd-list-item {
|
44620
|
+
border-block-start: none; }
|
44621
|
+
.new-collapse-box .sd-list-item .sd-list-item__border {
|
44622
|
+
border-radius: var(--b-radius--small) 0 0 0; }
|
44623
|
+
|
44624
|
+
.new-collapse-box__divider {
|
44625
|
+
position: relative;
|
44626
|
+
z-index: 1;
|
44627
|
+
display: flex;
|
44628
|
+
align-items: center;
|
44629
|
+
justify-content: center;
|
44630
|
+
width: 100%;
|
44631
|
+
min-width: 100%;
|
44632
|
+
background: linear-gradient(to bottom, transparent 50%, var(--collapse-box-clor-bg) 50%);
|
44633
|
+
padding-inline: 0;
|
44634
|
+
margin-inline: 0;
|
44635
|
+
margin-block-start: -9px;
|
44636
|
+
margin-block-end: 8px;
|
44637
|
+
border-block-start: 0;
|
44638
|
+
border-block-end: 0;
|
44639
|
+
border-inline-start: 0;
|
44640
|
+
border-inline-end: 0;
|
44641
|
+
border-block-start-color: var(--sd-colour-line--light);
|
44642
|
+
border-style: solid; }
|
44643
|
+
.new-collapse-box__divider::before, .new-collapse-box__divider::after {
|
44644
|
+
content: "";
|
44645
|
+
position: relative;
|
44646
|
+
inset-block-start: 50%;
|
44647
|
+
width: 50%;
|
44648
|
+
border-block-start: 1px solid transparent;
|
44649
|
+
border-top-color: transparent;
|
44650
|
+
border-top-color: inherit;
|
44651
|
+
border-block-end: 0;
|
44652
|
+
border-inline-start: 0;
|
44653
|
+
border-inline-end: 0;
|
44654
|
+
transform: translateY(50%);
|
44655
|
+
border-style: inherit; }
|
44656
|
+
.new-collapse-box__divider .new-collapse-box__divider-label {
|
44657
|
+
background-color: var(--collapse-box-button-color-bg-default);
|
44658
|
+
color: var(--collapse-box-button-color-fg-default);
|
44659
|
+
transition: all 0.2s ease; }
|
44660
|
+
.new-collapse-box__divider:hover {
|
44661
|
+
border-block-start-color: var(--sd-colour-line--medium); }
|
44662
|
+
.new-collapse-box__divider:hover .new-collapse-box__divider-label {
|
44663
|
+
background-color: var(--collapse-box-button-color-bg-hover);
|
44664
|
+
color: var(--collapse-box-button-color-fg-hover);
|
44665
|
+
transition: all 0.2s ease; }
|
44666
|
+
|
44341
44667
|
.sd-photo-preview {
|
44342
44668
|
margin: 0;
|
44343
44669
|
display: grid;
|
@@ -47895,8 +48221,7 @@ textarea.sd-media-carousel__media-title {
|
|
47895
48221
|
z-index: 3;
|
47896
48222
|
align-items: center;
|
47897
48223
|
color: var(--color-text);
|
47898
|
-
flex-shrink: 0;
|
47899
|
-
flex-grow: 1; }
|
48224
|
+
flex-shrink: 0; }
|
47900
48225
|
.subnav .sd-check__group {
|
47901
48226
|
padding: 0;
|
47902
48227
|
display: flex;
|