superdesk-ui-framework 3.0.1-beta.28 → 3.0.1-beta.30
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/_big-icon-font.scss +1 -1
- package/app/styles/_labels.scss +0 -1
- package/app/styles/_simple-list.scss +0 -3
- package/app/styles/components/_sd-media-carousel.scss +37 -2
- package/app/styles/components/_subnav.scss +470 -470
- package/app/styles/design-tokens/_new-colors.scss +19 -7
- package/app/styles/primereact/_pr-datepicker.scss +4 -2
- package/app/styles/variables/_colors.scss +21 -21
- package/app-typescript/components/Lists/TableList.tsx +46 -41
- package/app-typescript/components/NavButton.tsx +2 -1
- package/dist/examples.bundle.css +62 -62
- package/dist/examples.bundle.js +20 -4
- package/dist/react/NavButtons.tsx +31 -1
- package/dist/superdesk-ui.bundle.css +210 -167
- package/dist/superdesk-ui.bundle.js +6 -2
- package/examples/css/docs-page.css +4 -4
- package/examples/pages/react/NavButtons.tsx +31 -1
- package/package.json +1 -1
- package/react/components/Lists/TableList.d.ts +1 -0
- package/react/components/Lists/TableList.js +6 -2
- package/react/components/NavButton.d.ts +1 -1
- package/.vscode/settings.json +0 -5
- package/app-typescript/dist/components/Alert.d.ts +0 -16
- package/app-typescript/dist/components/Autocomplete.d.ts +0 -48
- package/app-typescript/dist/components/Avatar.d.ts +0 -33
- package/app-typescript/dist/components/Badge.d.ts +0 -13
- package/app-typescript/dist/components/Button.d.ts +0 -23
- package/app-typescript/dist/components/ButtonGroup.d.ts +0 -12
- package/app-typescript/dist/components/CheckButtonGroup.d.ts +0 -11
- package/app-typescript/dist/components/CheckGroup.d.ts +0 -9
- package/app-typescript/dist/components/Checkbox.d.ts +0 -19
- package/app-typescript/dist/components/CheckboxButton.d.ts +0 -19
- package/app-typescript/dist/components/DatePicker.d.ts +0 -37
- package/app-typescript/dist/components/Divider.d.ts +0 -9
- package/app-typescript/dist/components/DonutChart.d.ts +0 -12
- package/app-typescript/dist/components/Dropdown.d.ts +0 -28
- package/app-typescript/dist/components/DropdownFirst.d.ts +0 -42
- package/app-typescript/dist/components/EmptyState.d.ts +0 -11
- package/app-typescript/dist/components/FormLabel.d.ts +0 -9
- package/app-typescript/dist/components/Genie.d.ts +0 -13
- package/app-typescript/dist/components/GridItem.d.ts +0 -69
- package/app-typescript/dist/components/GridList.d.ts +0 -14
- package/app-typescript/dist/components/HeadingText.d.ts +0 -10
- package/app-typescript/dist/components/HelloWorld.d.ts +0 -8
- package/app-typescript/dist/components/Icon.d.ts +0 -12
- package/app-typescript/dist/components/IconButton.d.ts +0 -12
- package/app-typescript/dist/components/IconLabel.d.ts +0 -11
- package/app-typescript/dist/components/Input.d.ts +0 -24
- package/app-typescript/dist/components/Label.d.ts +0 -15
- package/app-typescript/dist/components/LeftMenu.d.ts +0 -26
- package/app-typescript/dist/components/Loader.d.ts +0 -8
- package/app-typescript/dist/components/NavButton.d.ts +0 -15
- package/app-typescript/dist/components/Popover.d.ts +0 -13
- package/app-typescript/dist/components/PropsList.d.ts +0 -15
- package/app-typescript/dist/components/Radio.d.ts +0 -19
- package/app-typescript/dist/components/RadioButton.d.ts +0 -20
- package/app-typescript/dist/components/Select.d.ts +0 -29
- package/app-typescript/dist/components/SelectWithTemplate.d.ts +0 -32
- package/app-typescript/dist/components/SlidingToolbar.d.ts +0 -8
- package/app-typescript/dist/components/StrechBar.d.ts +0 -4
- package/app-typescript/dist/components/SubNav.d.ts +0 -10
- package/app-typescript/dist/components/Switch.d.ts +0 -12
- package/app-typescript/dist/components/TabCustom.d.ts +0 -25
- package/app-typescript/dist/components/TabList.d.ts +0 -22
- package/app-typescript/dist/components/Tag.d.ts +0 -9
- package/app-typescript/dist/components/TagInput.d.ts +0 -7
- package/app-typescript/dist/components/TagInputTest.d.ts +0 -18
- package/app-typescript/dist/components/TimePicker.d.ts +0 -11
- package/app-typescript/dist/components/Tooltip.d.ts +0 -11
- package/app-typescript/dist/components/_Positioner.d.ts +0 -27
- package/app-typescript/dist/index.d.ts +0 -56
- package/yarn-error.log +0 -111
@@ -2318,7 +2318,7 @@
|
|
2318
2318
|
color: var(--sd-colour-interactive) !important; }
|
2319
2319
|
|
2320
2320
|
.icon--white {
|
2321
|
-
color:
|
2321
|
+
color: white !important; }
|
2322
2322
|
|
2323
2323
|
.icon--light-blue {
|
2324
2324
|
color: #68abc8 !important;
|
@@ -11128,7 +11128,7 @@
|
|
11128
11128
|
--sd-colour-background__base--20: hsla(0, 0%, 80%, 1);
|
11129
11129
|
--sd-colour-background__base--30: hsla(0, 0%, 70%, 1);
|
11130
11130
|
--color-text: hsla(214, 13%, 20%, 1);
|
11131
|
-
--color-text--inverse: hsla(
|
11131
|
+
--color-text--inverse: hsla(214, 13%, 98%, 1);
|
11132
11132
|
--color-text-light: hsla(214, 13%, 40%, 1);
|
11133
11133
|
--color-text-lighter: hsla(214, 13%, 60%, 1);
|
11134
11134
|
--color-icon-default: hsla(214, 13%, 30%, 1);
|
@@ -11164,14 +11164,17 @@
|
|
11164
11164
|
--color-navbutton-dropdown-open-bg: hsla(0, 0%, 100%);
|
11165
11165
|
--color-border-line--light: hsla(0, 0%, 90%, 1);
|
11166
11166
|
--color-border-line--medium: hsla(0, 0%, 80%, 1);
|
11167
|
-
--color-subnav-bg--00: hsla(
|
11168
|
-
--color-subnav-bg--10: hsla(
|
11167
|
+
--color-subnav-bg--00: hsla(214, 13%, 96%, 1);
|
11168
|
+
--color-subnav-bg--10: hsla(214, 13%, 87%, 1);
|
11169
11169
|
--color-subnav-bg--blueGrey-00: hsla(200, 34%, 30%, 1);
|
11170
11170
|
--color-subnav-bg--blueGrey-10: hsla(200, 34%, 24%, 1);
|
11171
|
-
--color-navbutton-bg-hover: hsla(
|
11172
|
-
--color-navbutton-bg-active: hsla(
|
11173
|
-
--color-navbutton-bg-100: hsla(
|
11174
|
-
--color-navbutton-bg-100-hover: hsla(
|
11171
|
+
--color-navbutton-bg-hover: hsla(214, 13%, 10%, 0.05);
|
11172
|
+
--color-navbutton-bg-active: hsla(214, 13%, 100%, 1);
|
11173
|
+
--color-navbutton-bg-100: hsla(214, 13%, 10%, 0.06);
|
11174
|
+
--color-navbutton-bg-100-hover: hsla(214, 13%, 10%, 0.12);
|
11175
|
+
--color-navbutton-bg-dark: hsla(214, 13%, 55%, 1);
|
11176
|
+
--color-navbutton-bg-dark-hover: hsla(214, 13%, 60%, 1);
|
11177
|
+
--color-navbutton-shadow-active: hsla(214, 13%, 5%, 0.12); }
|
11175
11178
|
|
11176
11179
|
[data-theme="dark-ui"], .dark-ui {
|
11177
11180
|
--sd-colour-background__main-list: hsla(214, 13%, 14%, 1);
|
@@ -11219,7 +11222,10 @@
|
|
11219
11222
|
--color-navbutton-bg-hover: hsla(0, 0%, 0%, 0.1);
|
11220
11223
|
--color-navbutton-bg-active: hsla(0, 0%, 100%, 0.08);
|
11221
11224
|
--color-navbutton-bg-100: hsla(0, 0%, 0%, 0.1);
|
11222
|
-
--color-navbutton-bg-100-hover: hsla(0, 0%, 0%, 0.2);
|
11225
|
+
--color-navbutton-bg-100-hover: hsla(0, 0%, 0%, 0.2);
|
11226
|
+
--color-navbutton-bg-dark: hsla(214, 13%, 30%, 1);
|
11227
|
+
--color-navbutton-bg-dark-hover: hsla(214, 13%, 35%, 1);
|
11228
|
+
--color-navbutton-shadow-active: hsla(214, 13%, 96%, 0.12); }
|
11223
11229
|
[data-theme="dark-ui"] [class^="big-icon--"],
|
11224
11230
|
[data-theme="dark-ui"] [class*=" big-icon--"], .dark-ui [class^="big-icon--"],
|
11225
11231
|
.dark-ui [class*=" big-icon--"] {
|
@@ -16434,7 +16440,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
16434
16440
|
|
16435
16441
|
.sd-text__info {
|
16436
16442
|
font-weight: 300;
|
16437
|
-
color: #
|
16443
|
+
color: #647182; }
|
16438
16444
|
|
16439
16445
|
.sd-text-icon {
|
16440
16446
|
display: inline-flex; }
|
@@ -17171,11 +17177,11 @@ h1, h2, h3, h4, h5, h6 {
|
|
17171
17177
|
.btn [class^="icon-"], .btn [class*=" icon-"] {
|
17172
17178
|
margin-inline-start: -0.3rem; }
|
17173
17179
|
.btn--primary, .btn--success, .btn--warning, .btn--alert, .btn--highlight, .btn--sd-green, .btn--secondary {
|
17174
|
-
color:
|
17180
|
+
color: white; }
|
17175
17181
|
.btn--primary [class^="icon-"], .btn--primary [class*=" icon-"], .btn--success [class^="icon-"], .btn--success [class*=" icon-"], .btn--warning [class^="icon-"], .btn--warning [class*=" icon-"], .btn--alert [class^="icon-"], .btn--alert [class*=" icon-"], .btn--highlight [class^="icon-"], .btn--highlight [class*=" icon-"], .btn--sd-green [class^="icon-"], .btn--sd-green [class*=" icon-"], .btn--secondary [class^="icon-"], .btn--secondary [class*=" icon-"] {
|
17176
|
-
color:
|
17182
|
+
color: white; }
|
17177
17183
|
.btn--primary .sd-spinner__path, .btn--success .sd-spinner__path, .btn--warning .sd-spinner__path, .btn--alert .sd-spinner__path, .btn--highlight .sd-spinner__path, .btn--sd-green .sd-spinner__path, .btn--secondary .sd-spinner__path {
|
17178
|
-
stroke:
|
17184
|
+
stroke: white; }
|
17179
17185
|
.btn--primary {
|
17180
17186
|
--sd-btn-bg: var(--sd-colour-primary);
|
17181
17187
|
--sd-btn-bg--hover: var(--sd-colour-primary--hover);
|
@@ -17667,7 +17673,6 @@ h1, h2, h3, h4, h5, h6 {
|
|
17667
17673
|
letter-spacing: 0.125em;
|
17668
17674
|
font-size: 0.9rem;
|
17669
17675
|
white-space: nowrap;
|
17670
|
-
cursor: default;
|
17671
17676
|
border: 1px solid transparent;
|
17672
17677
|
font-weight: 500;
|
17673
17678
|
background: var(--sd-colour-bg--08);
|
@@ -17680,7 +17685,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
17680
17685
|
height: 2.4rem;
|
17681
17686
|
line-height: 2.4rem; }
|
17682
17687
|
.label.label--default {
|
17683
|
-
background: #
|
17688
|
+
background: #2c323a; }
|
17684
17689
|
.label.label--primary {
|
17685
17690
|
background: #5fa9c8; }
|
17686
17691
|
.label.label--success {
|
@@ -17714,9 +17719,9 @@ h1, h2, h3, h4, h5, h6 {
|
|
17714
17719
|
background-color: transparent !important;
|
17715
17720
|
color: var(--sd-colour-btn-txt-neutral); }
|
17716
17721
|
.label.label--hollow.label--default {
|
17717
|
-
border: 1px solid #
|
17722
|
+
border: 1px solid #2c323a;
|
17718
17723
|
background-color: transparent !important;
|
17719
|
-
color: #
|
17724
|
+
color: #2c323a; }
|
17720
17725
|
.label.label--hollow.label--primary {
|
17721
17726
|
border: 1px solid #5fa9c8;
|
17722
17727
|
background-color: transparent !important;
|
@@ -17778,8 +17783,8 @@ h1, h2, h3, h4, h5, h6 {
|
|
17778
17783
|
color: var(--sd-colour-btn-txt-neutral); }
|
17779
17784
|
.label.label--translucent.label--default {
|
17780
17785
|
background-color: var(--sd-colour-bg-translucent--08);
|
17781
|
-
color: #
|
17782
|
-
background-color: rgba(
|
17786
|
+
color: #2c323a;
|
17787
|
+
background-color: rgba(44, 50, 58, 0.2); }
|
17783
17788
|
.label.label--translucent.label--primary {
|
17784
17789
|
background-color: var(--sd-colour-bg-translucent--08);
|
17785
17790
|
color: #5fa9c8;
|
@@ -17838,10 +17843,10 @@ h1, h2, h3, h4, h5, h6 {
|
|
17838
17843
|
background-color: rgba(30, 174, 107, 0.2); }
|
17839
17844
|
.label--annotation {
|
17840
17845
|
background-color: #a2df58;
|
17841
|
-
color: #
|
17846
|
+
color: #3c444e; }
|
17842
17847
|
.label--comment {
|
17843
17848
|
background-color: #fff170;
|
17844
|
-
color: #
|
17849
|
+
color: #3c444e; }
|
17845
17850
|
.label--no-transform {
|
17846
17851
|
text-transform: none;
|
17847
17852
|
letter-spacing: 0.04em; }
|
@@ -18096,7 +18101,7 @@ a.label {
|
|
18096
18101
|
.sd-alert p:last-child, .sd-alert p:only-child {
|
18097
18102
|
margin-block-end: 0; }
|
18098
18103
|
.sd-alert--primary, .sd-alert--info, .sd-alert--success, .sd-alert--warning, .sd-alert--alert, .sd-alert--highlight, .sd-alert--sd-green {
|
18099
|
-
color:
|
18104
|
+
color: white; }
|
18100
18105
|
.sd-alert--primary, .sd-alert--info {
|
18101
18106
|
--sd-alert-bg: var(--sd-colour-info); }
|
18102
18107
|
.sd-alert--success {
|
@@ -20600,7 +20605,7 @@ a.label {
|
|
20600
20605
|
color: var(--sd-colour-interactive) !important; }
|
20601
20606
|
|
20602
20607
|
.icon--white {
|
20603
|
-
color:
|
20608
|
+
color: white !important; }
|
20604
20609
|
|
20605
20610
|
.icon--light-blue {
|
20606
20611
|
color: #68abc8 !important;
|
@@ -30450,7 +30455,7 @@ a.label {
|
|
30450
30455
|
color: var(--sd-colour-interactive); }
|
30451
30456
|
|
30452
30457
|
.big-icon--white {
|
30453
|
-
color:
|
30458
|
+
color: white !important; }
|
30454
30459
|
|
30455
30460
|
[class*=big-icon--].red,
|
30456
30461
|
.big-icon--red {
|
@@ -32600,12 +32605,12 @@ a.label {
|
|
32600
32605
|
width: 2rem;
|
32601
32606
|
line-height: 2rem; }
|
32602
32607
|
.nav-tabs-vertical__tab--active .nav-tabs-vertical__link {
|
32603
|
-
color: #
|
32608
|
+
color: #1d2125; }
|
32604
32609
|
.nav-tabs-vertical__link {
|
32605
32610
|
display: inline-block;
|
32606
32611
|
font-size: 1.1rem;
|
32607
32612
|
font-weight: 500;
|
32608
|
-
color: #
|
32613
|
+
color: #647182;
|
32609
32614
|
text-transform: uppercase;
|
32610
32615
|
white-space: nowrap;
|
32611
32616
|
margin: 10px 0;
|
@@ -32614,7 +32619,7 @@ a.label {
|
|
32614
32619
|
transform: translateX(20px) rotate(90deg);
|
32615
32620
|
transform-origin: 0 0; }
|
32616
32621
|
.nav-tabs-vertical__link:hover {
|
32617
|
-
color: #
|
32622
|
+
color: #1d2125; }
|
32618
32623
|
.nav-tabs-vertical__link:after {
|
32619
32624
|
content: "";
|
32620
32625
|
float: left;
|
@@ -33048,7 +33053,7 @@ a.label {
|
|
33048
33053
|
width: 100%;
|
33049
33054
|
text-align: center;
|
33050
33055
|
z-index: 2;
|
33051
|
-
color:
|
33056
|
+
color: white;
|
33052
33057
|
font-size: 3.2rem;
|
33053
33058
|
line-height: 1;
|
33054
33059
|
top: calc(50% - 1.6rem); }
|
@@ -33117,7 +33122,7 @@ a.label {
|
|
33117
33122
|
background-color: var(--sd-colour-success); }
|
33118
33123
|
.sd-carousel__nav-button--end::after {
|
33119
33124
|
content: "\e61d";
|
33120
|
-
color:
|
33125
|
+
color: white; }
|
33121
33126
|
.sd-carousel__nav-button--end:hover {
|
33122
33127
|
background-color: var(--sd-colour-success--hover); }
|
33123
33128
|
.sd-carousel__nav-button--end:active {
|
@@ -33201,9 +33206,7 @@ a.label {
|
|
33201
33206
|
gap: 0.8rem; }
|
33202
33207
|
.simple-list .simple-list__item [class^="icon-"], .simple-list .simple-list__item [class*=" icon-"] {
|
33203
33208
|
flex-grow: 0;
|
33204
|
-
flex-shrink: 0;
|
33205
|
-
color: var(--color-icon-default) !important;
|
33206
|
-
opacity: .75; }
|
33209
|
+
flex-shrink: 0; }
|
33207
33210
|
.simple-list .simple-list__item--stacked {
|
33208
33211
|
display: flex;
|
33209
33212
|
flex-direction: column;
|
@@ -33235,9 +33238,9 @@ a.label {
|
|
33235
33238
|
text-align: end; }
|
33236
33239
|
.simple-list--dotted .simple-list__item {
|
33237
33240
|
padding: 0.8rem 0;
|
33238
|
-
border-bottom: 1px dotted rgba(
|
33241
|
+
border-bottom: 1px dotted rgba(106, 120, 138, 0.5); }
|
33239
33242
|
.simple-list--dotted .simple-list__item:first-child {
|
33240
|
-
border-top: 1px dotted rgba(
|
33243
|
+
border-top: 1px dotted rgba(106, 120, 138, 0.5); }
|
33241
33244
|
.simple-list--dotted.simple-list--no-border-b .simple-list__item:last-child {
|
33242
33245
|
border-bottom: none; }
|
33243
33246
|
.simple-list--dotted.simple-list--no-border-t .simple-list__item:first-child {
|
@@ -33346,24 +33349,24 @@ a.toggle-box__header {
|
|
33346
33349
|
animation: fadeIn 0.3s ease-in 0s 1; }
|
33347
33350
|
|
33348
33351
|
.toggle-box__button {
|
33349
|
-
color: #
|
33352
|
+
color: #8c97a6;
|
33350
33353
|
cursor: pointer; }
|
33351
33354
|
.toggle-box__button i {
|
33352
|
-
color: #
|
33355
|
+
color: #8c97a6;
|
33353
33356
|
margin-right: 0.5rem;
|
33354
33357
|
vertical-align: text-bottom; }
|
33355
33358
|
.toggle-box__button:hover {
|
33356
33359
|
text-decoration: none;
|
33357
|
-
color:
|
33360
|
+
color: white; }
|
33358
33361
|
.toggle-box__button:hover i {
|
33359
|
-
color:
|
33362
|
+
color: white; }
|
33360
33363
|
|
33361
33364
|
.basic-drag-block {
|
33362
33365
|
border: 2px dashed #cacaca;
|
33363
33366
|
background-color: #f7f7f7;
|
33364
33367
|
position: relative;
|
33365
33368
|
padding: 1.2rem;
|
33366
|
-
color: #
|
33369
|
+
color: #647182;
|
33367
33370
|
text-align: center;
|
33368
33371
|
border-radius: var(--b-radius--x-small); }
|
33369
33372
|
.basic-drag-block i {
|
@@ -33694,7 +33697,7 @@ tags-input,
|
|
33694
33697
|
height: 2.4rem;
|
33695
33698
|
width: 2.4rem;
|
33696
33699
|
background-color: var(--sd-colour-interactive);
|
33697
|
-
color:
|
33700
|
+
color: white;
|
33698
33701
|
display: flex;
|
33699
33702
|
align-items: center;
|
33700
33703
|
text-align: center;
|
@@ -33779,7 +33782,7 @@ tags-input,
|
|
33779
33782
|
tags-input .autocomplete .suggestion-item.selected:active,
|
33780
33783
|
.tags-input .autocomplete .suggestion-item.selected:active {
|
33781
33784
|
background-color: var(--sd-colour-interactive--alpha-70);
|
33782
|
-
color:
|
33785
|
+
color: white; }
|
33783
33786
|
tags-input .autocomplete .suggestion-item[disabled], tags-input .autocomplete .suggestion-item[disabled]:hover, tags-input .autocomplete .suggestion-item[disabled]:active,
|
33784
33787
|
.tags-input .autocomplete .suggestion-item[disabled],
|
33785
33788
|
.tags-input .autocomplete .suggestion-item[disabled]:hover,
|
@@ -34461,13 +34464,13 @@ tags-input,
|
|
34461
34464
|
line-height: 1.4;
|
34462
34465
|
text-transform: uppercase;
|
34463
34466
|
font-weight: 400;
|
34464
|
-
color: #
|
34467
|
+
color: #788597;
|
34465
34468
|
max-width: 10rem; }
|
34466
34469
|
.sd-board__count-label--l {
|
34467
34470
|
max-width: 14rem; }
|
34468
34471
|
.sd-board__count-label strong {
|
34469
34472
|
font-weight: 500;
|
34470
|
-
color: #
|
34473
|
+
color: #49535f;
|
34471
34474
|
font-size: 1.3rem; }
|
34472
34475
|
|
34473
34476
|
.sd-board__doughnut-chart {
|
@@ -34690,7 +34693,7 @@ input.sd-inset-search__input {
|
|
34690
34693
|
[data-theme="accessible-light-ui"] .navbtn.navbtn--active,
|
34691
34694
|
[data-theme="contrast-light-ui"] .navbtn.navbtn--active {
|
34692
34695
|
background-color: #454545;
|
34693
|
-
color:
|
34696
|
+
color: white; }
|
34694
34697
|
[data-theme="accessible-light-ui"] .btn,
|
34695
34698
|
[data-theme="contrast-light-ui"] .btn {
|
34696
34699
|
color: var(--color-accessible-text);
|
@@ -34699,10 +34702,10 @@ input.sd-inset-search__input {
|
|
34699
34702
|
[data-theme="accessible-light-ui"] .btn.btn--primary,
|
34700
34703
|
[data-theme="contrast-light-ui"] .btn.btn--primary {
|
34701
34704
|
background-color: var(--color-accessible-primary);
|
34702
|
-
color:
|
34705
|
+
color: white; }
|
34703
34706
|
[data-theme="accessible-light-ui"] .btn.btn--hollow,
|
34704
34707
|
[data-theme="contrast-light-ui"] .btn.btn--hollow {
|
34705
|
-
background-color:
|
34708
|
+
background-color: white; }
|
34706
34709
|
[data-theme="accessible-light-ui"] .sd-list-item,
|
34707
34710
|
[data-theme="contrast-light-ui"] .sd-list-item {
|
34708
34711
|
font-size: 1.5rem; }
|
@@ -34720,11 +34723,11 @@ input.sd-inset-search__input {
|
|
34720
34723
|
font-weight: 600; }
|
34721
34724
|
[data-theme="accessible-light-ui"] .side-panel,
|
34722
34725
|
[data-theme="contrast-light-ui"] .side-panel {
|
34723
|
-
background-color:
|
34726
|
+
background-color: white;
|
34724
34727
|
color: var(--color-accessible-text); }
|
34725
34728
|
[data-theme="accessible-light-ui"] .side-panel .side-panel__header,
|
34726
34729
|
[data-theme="contrast-light-ui"] .side-panel .side-panel__header {
|
34727
|
-
background-color:
|
34730
|
+
background-color: white; }
|
34728
34731
|
[data-theme="accessible-light-ui"] .side-panel .side-panel__heading,
|
34729
34732
|
[data-theme="contrast-light-ui"] .side-panel .side-panel__heading {
|
34730
34733
|
font-weight: 500;
|
@@ -34744,17 +34747,17 @@ input.sd-inset-search__input {
|
|
34744
34747
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui,
|
34745
34748
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui {
|
34746
34749
|
background-color: var(--color-bg-800);
|
34747
|
-
color:
|
34750
|
+
color: white; }
|
34748
34751
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui i[class^="icon-"],
|
34749
34752
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui i[class^="icon-"] {
|
34750
|
-
color:
|
34753
|
+
color: white; }
|
34751
34754
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui .side-panel__header,
|
34752
34755
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui .side-panel__header {
|
34753
34756
|
background-color: var(--color-bg-800);
|
34754
|
-
color:
|
34757
|
+
color: white !important; }
|
34755
34758
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui .side-panel__header i[class^="icon-"],
|
34756
34759
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui .side-panel__header i[class^="icon-"] {
|
34757
|
-
color:
|
34760
|
+
color: white !important; }
|
34758
34761
|
[data-theme="accessible-light-ui"] .sd-input .sd-input__label,
|
34759
34762
|
[data-theme="contrast-light-ui"] .sd-input .sd-input__label {
|
34760
34763
|
font-weight: 600;
|
@@ -34824,7 +34827,7 @@ input.sd-inset-search__input {
|
|
34824
34827
|
[data-theme="contrast-light-ui"] .dropdown__menu .dropdown__menu-item button:not(.btn):not(.dropdown__menu-close):not(.toggle-button):hover,
|
34825
34828
|
[data-theme="contrast-light-ui"] .dropdown__menu .dropdown__menu-item button:not(.btn):not(.dropdown__menu-close):not(.toggle-button):focus {
|
34826
34829
|
background: var(--color-accessible-primary);
|
34827
|
-
color:
|
34830
|
+
color: white; }
|
34828
34831
|
[data-theme="accessible-light-ui"] .dropdown__menu li a:not(.btn):hover > i[class^="icon-"],
|
34829
34832
|
[data-theme="accessible-light-ui"] .dropdown__menu li a:not(.btn):focus > i[class^="icon-"],
|
34830
34833
|
[data-theme="accessible-light-ui"] .dropdown__menu li button:not(.btn):not(.dropdown__menu-close):not(.toggle-button):hover > i[class^="icon-"],
|
@@ -34841,7 +34844,7 @@ input.sd-inset-search__input {
|
|
34841
34844
|
[data-theme="contrast-light-ui"] .dropdown__menu .dropdown__menu-item a:not(.btn):focus > i[class^="icon-"],
|
34842
34845
|
[data-theme="contrast-light-ui"] .dropdown__menu .dropdown__menu-item button:not(.btn):not(.dropdown__menu-close):not(.toggle-button):hover > i[class^="icon-"],
|
34843
34846
|
[data-theme="contrast-light-ui"] .dropdown__menu .dropdown__menu-item button:not(.btn):not(.dropdown__menu-close):not(.toggle-button):focus > i[class^="icon-"] {
|
34844
|
-
color:
|
34847
|
+
color: white; }
|
34845
34848
|
[data-theme="accessible-light-ui"] .dropdown.open .navbtn > i,
|
34846
34849
|
[data-theme="contrast-light-ui"] .dropdown.open .navbtn > i {
|
34847
34850
|
color: var(--color-accessible-primary); }
|
@@ -34884,7 +34887,7 @@ input.sd-inset-search__input {
|
|
34884
34887
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui .nav-tabs__tab .nav-tabs__link,
|
34885
34888
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui .nav-tabs__tab .nav-tabs__link {
|
34886
34889
|
border-bottom-color: transparent;
|
34887
|
-
color:
|
34890
|
+
color: white;
|
34888
34891
|
opacity: 0.6; }
|
34889
34892
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui .nav-tabs__tab:hover .nav-tabs__link,
|
34890
34893
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui .nav-tabs__tab:hover .nav-tabs__link {
|
@@ -34894,18 +34897,18 @@ input.sd-inset-search__input {
|
|
34894
34897
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui .nav-tabs__tab.nav-tabs__tab--active .nav-tabs__link,
|
34895
34898
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui .nav-tabs__tab.nav-tabs__tab--active:hover .nav-tabs__link {
|
34896
34899
|
border-bottom-color: #4d4dff;
|
34897
|
-
color:
|
34900
|
+
color: white;
|
34898
34901
|
opacity: 1; }
|
34899
34902
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui .toggle-box__label,
|
34900
34903
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui .toggle-box__label {
|
34901
|
-
color:
|
34904
|
+
color: white; }
|
34902
34905
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui .sd-line-input .sd-line-input__label,
|
34903
34906
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui .sd-line-input .sd-line-input__label {
|
34904
|
-
color:
|
34907
|
+
color: white;
|
34905
34908
|
opacity: 0.7; }
|
34906
34909
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui a.text-link.text-link--white,
|
34907
34910
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui a.text-link.text-link--white {
|
34908
|
-
color:
|
34911
|
+
color: white;
|
34909
34912
|
opacity: 0.75; }
|
34910
34913
|
[data-theme="accessible-light-ui"] .side-panel.side-panel--dark-ui a.text-link.text-link--white:hover,
|
34911
34914
|
[data-theme="contrast-light-ui"] .side-panel.side-panel--dark-ui a.text-link.text-link--white:hover {
|
@@ -35128,7 +35131,7 @@ input.sd-inset-search__input {
|
|
35128
35131
|
opacity: 1;
|
35129
35132
|
background-color: var(--sd-colour-interactive) !important;
|
35130
35133
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.12);
|
35131
|
-
color:
|
35134
|
+
color: white; }
|
35132
35135
|
.sd-thumb-carousel__btn--prev:focus, .sd-thumb-carousel__btn--next:focus,
|
35133
35136
|
.p-carousel-prev:focus, .p-carousel-next:focus {
|
35134
35137
|
opacity: 1;
|
@@ -35153,7 +35156,7 @@ input.sd-inset-search__input {
|
|
35153
35156
|
display: flex;
|
35154
35157
|
align-items: center;
|
35155
35158
|
justify-content: center;
|
35156
|
-
background-color:
|
35159
|
+
background-color: white;
|
35157
35160
|
border-radius: var(--b-radius--full);
|
35158
35161
|
color: var(--sd-thumb-carousel__colour-indicator--highlight);
|
35159
35162
|
position: absolute;
|
@@ -35768,7 +35771,7 @@ input.sd-inset-search__input {
|
|
35768
35771
|
flex-grow: 1; }
|
35769
35772
|
.side-panel .side-panel__header--dark-blue-grey, .side-panel .side-panel__header--blueGreyDarker {
|
35770
35773
|
background-color: var(--color-subnav-bg--blueGrey-10);
|
35771
|
-
color:
|
35774
|
+
color: white; }
|
35772
35775
|
.side-panel .side-panel__header--darker {
|
35773
35776
|
background-color: var(--sd-colour-panel-bg--100); }
|
35774
35777
|
.side-panel .side-panel__header-inner {
|
@@ -36046,7 +36049,7 @@ input.sd-inset-search__input {
|
|
36046
36049
|
flex-grow: 1; }
|
36047
36050
|
.side-panel .side-panel__top-tools--dark-blue-grey {
|
36048
36051
|
background: var(--color-subnav-bg--blueGrey-10);
|
36049
|
-
color:
|
36052
|
+
color: white; }
|
36050
36053
|
.side-panel .side-panel__footer {
|
36051
36054
|
grid-column: 1/2;
|
36052
36055
|
grid-row: 3/4;
|
@@ -38589,7 +38592,7 @@ input.sd-inset-search__input {
|
|
38589
38592
|
top: 0; }
|
38590
38593
|
|
38591
38594
|
.sd-edit-panel {
|
38592
|
-
background-color:
|
38595
|
+
background-color: white;
|
38593
38596
|
transition: all .2s ease-out;
|
38594
38597
|
display: flex;
|
38595
38598
|
flex-direction: column;
|
@@ -38731,7 +38734,7 @@ input.sd-inset-search__input {
|
|
38731
38734
|
flex-direction: column;
|
38732
38735
|
overflow: auto;
|
38733
38736
|
overflow-x: hidden;
|
38734
|
-
border-right-color: #
|
38737
|
+
border-right-color: #8c97a6;
|
38735
38738
|
border-right-style: solid;
|
38736
38739
|
border-right-width: 0;
|
38737
38740
|
transition: all .2s ease-out .1s; }
|
@@ -39059,7 +39062,7 @@ input.sd-inset-search__input {
|
|
39059
39062
|
right: 0; }
|
39060
39063
|
.sd-overlay-panel-2--dark-ui {
|
39061
39064
|
background-color: #3b3b3b;
|
39062
|
-
color:
|
39065
|
+
color: white; }
|
39063
39066
|
.sd-overlay-panel-2--dark-ui.sd-overlay-panel-2--left {
|
39064
39067
|
box-shadow: 2px 0px 12px 0px rgba(0, 0, 0, 0.3); }
|
39065
39068
|
.sd-overlay-panel-2--dark-ui.sd-overlay-panel-2--right {
|
@@ -39300,7 +39303,7 @@ a.text-link {
|
|
39300
39303
|
right: 0;
|
39301
39304
|
bottom: 3rem;
|
39302
39305
|
width: 0;
|
39303
|
-
background-color:
|
39306
|
+
background-color: white;
|
39304
39307
|
color: var(--color-text);
|
39305
39308
|
box-shadow: -2px 0 12px 0 rgba(0, 0, 0, 0.3);
|
39306
39309
|
overflow: hidden;
|
@@ -39910,7 +39913,7 @@ a.text-link {
|
|
39910
39913
|
.sd-list-item__serial-number {
|
39911
39914
|
font-size: 2rem;
|
39912
39915
|
font-weight: 300;
|
39913
|
-
color: #
|
39916
|
+
color: #8c97a6; }
|
39914
39917
|
|
39915
39918
|
.sd-list-item:hover .sd-list-item__action-menu, .sd-list-item--activated .sd-list-item__action-menu {
|
39916
39919
|
padding: 0 0.6rem;
|
@@ -40014,7 +40017,7 @@ a.text-link {
|
|
40014
40017
|
font-weight: normal;
|
40015
40018
|
font-variant: normal;
|
40016
40019
|
text-transform: none;
|
40017
|
-
color: rgba(
|
40020
|
+
color: rgba(140, 151, 166, 0.8); }
|
40018
40021
|
|
40019
40022
|
.avatar {
|
40020
40023
|
display: inline-block;
|
@@ -40023,7 +40026,7 @@ a.text-link {
|
|
40023
40026
|
background-color: #69b0a2;
|
40024
40027
|
border-radius: var(--b-radius--full);
|
40025
40028
|
margin-inline-end: 0.6rem;
|
40026
|
-
color:
|
40029
|
+
color: white;
|
40027
40030
|
text-align: center;
|
40028
40031
|
text-transform: uppercase;
|
40029
40032
|
font-size: 1.2rem;
|
@@ -40203,7 +40206,7 @@ a.text-link {
|
|
40203
40206
|
background-color: #607c8a;
|
40204
40207
|
padding: 0;
|
40205
40208
|
min-height: 4.4rem;
|
40206
|
-
color:
|
40209
|
+
color: white;
|
40207
40210
|
border-radius: var(--b-radius--medium) var(--b-radius--medium) 0 0; }
|
40208
40211
|
.sd-card .sd-card__header::before {
|
40209
40212
|
content: "";
|
@@ -40276,7 +40279,7 @@ a.text-link {
|
|
40276
40279
|
background-color: #9daeb7;
|
40277
40280
|
display: flex;
|
40278
40281
|
align-items: center;
|
40279
|
-
color:
|
40282
|
+
color: white;
|
40280
40283
|
font-size: 1.1rem;
|
40281
40284
|
font-weight: 400;
|
40282
40285
|
line-height: 100%;
|
@@ -40294,14 +40297,14 @@ a.text-link {
|
|
40294
40297
|
.sd-card .sd-card__btn-group .btn {
|
40295
40298
|
background: transparent;
|
40296
40299
|
padding: 10px 2px;
|
40297
|
-
color:
|
40300
|
+
color: white;
|
40298
40301
|
opacity: 0.4; }
|
40299
40302
|
.sd-card .sd-card__btn-group .btn:focus, .sd-card .sd-card__btn-group .btn:hover {
|
40300
40303
|
box-shadow: none;
|
40301
40304
|
opacity: 1; }
|
40302
40305
|
.sd-card .sd-card__btn-group .btn [class^="icon-"],
|
40303
40306
|
.sd-card .sd-card__btn-group .btn [class*=" icon-"] {
|
40304
|
-
color:
|
40307
|
+
color: white; }
|
40305
40308
|
.sd-card .sd-card__thumbnail {
|
40306
40309
|
margin-top: 0.4rem;
|
40307
40310
|
line-height: 0;
|
@@ -40366,7 +40369,7 @@ a.text-link {
|
|
40366
40369
|
display: flex;
|
40367
40370
|
align-items: center;
|
40368
40371
|
justify-content: center;
|
40369
|
-
color: #
|
40372
|
+
color: #8c97a6;
|
40370
40373
|
font-weight: 300;
|
40371
40374
|
font-size: 1.2rem; }
|
40372
40375
|
.sd-card .sd-card__placeholder--cursorPointer {
|
@@ -40412,10 +40415,10 @@ a.text-link {
|
|
40412
40415
|
.sd-card .sd-card__content-list .sd-card__content-list-block-link {
|
40413
40416
|
display: block;
|
40414
40417
|
padding: .8rem 1.6rem;
|
40415
|
-
color: #
|
40418
|
+
color: #596473;
|
40416
40419
|
text-decoration: none; }
|
40417
40420
|
.sd-card .sd-card__content-list .sd-card__content-list-block-link:hover {
|
40418
|
-
color: #
|
40421
|
+
color: #1d2125; }
|
40419
40422
|
.sd-card .sd-card__content-list .sd-card__content-list-block-link--icon-hover {
|
40420
40423
|
display: flex;
|
40421
40424
|
justify-content: space-between; }
|
@@ -40482,7 +40485,7 @@ a.text-link {
|
|
40482
40485
|
.sd-card .sd-card__thumbnail--size-xl {
|
40483
40486
|
padding-bottom: 125%; }
|
40484
40487
|
.sd-card .sd-card__file-type-icn {
|
40485
|
-
color:
|
40488
|
+
color: white;
|
40486
40489
|
font-size: 5.2rem;
|
40487
40490
|
height: 5.2rem;
|
40488
40491
|
width: 5.2rem;
|
@@ -40498,7 +40501,7 @@ a.text-link {
|
|
40498
40501
|
font-size: 2.1rem;
|
40499
40502
|
z-index: 2;
|
40500
40503
|
text-align: center;
|
40501
|
-
color:
|
40504
|
+
color: white;
|
40502
40505
|
position: absolute;
|
40503
40506
|
top: 0;
|
40504
40507
|
left: 0;
|
@@ -40589,7 +40592,7 @@ a.text-link {
|
|
40589
40592
|
display: flex;
|
40590
40593
|
flex-direction: row;
|
40591
40594
|
visibility: hidden;
|
40592
|
-
color:
|
40595
|
+
color: white;
|
40593
40596
|
padding-block-start: 4px;
|
40594
40597
|
padding-inline-end: 4px; }
|
40595
40598
|
.sd-grid-item .sd-grid-item__top-actions * {
|
@@ -40736,7 +40739,7 @@ a.text-link {
|
|
40736
40739
|
background-color: var(--sd-item__thumb-Bg);
|
40737
40740
|
padding: 0;
|
40738
40741
|
min-height: 4rem;
|
40739
|
-
color:
|
40742
|
+
color: white;
|
40740
40743
|
border-radius: var(--b-radius--medium) var(--b-radius--medium) 0 0;
|
40741
40744
|
width: 100%;
|
40742
40745
|
height: 14rem;
|
@@ -40759,7 +40762,7 @@ a.text-link {
|
|
40759
40762
|
color: currentColor;
|
40760
40763
|
opacity: 0.25; }
|
40761
40764
|
.sd-grid-item .sd-grid-item__thumb--white, .sd-grid-item .sd-grid-item__media--white {
|
40762
|
-
background-color:
|
40765
|
+
background-color: white;
|
40763
40766
|
color: var(--color-text);
|
40764
40767
|
box-shadow: 0 1px 0 rgba(136, 136, 136, 0.25); }
|
40765
40768
|
.sd-grid-item .sd-grid-item__thumb:hover img, .sd-grid-item .sd-grid-item__media:hover img {
|
@@ -40810,7 +40813,7 @@ a.text-link {
|
|
40810
40813
|
display: flex;
|
40811
40814
|
align-items: center;
|
40812
40815
|
justify-content: center;
|
40813
|
-
color: #
|
40816
|
+
color: #8c97a6;
|
40814
40817
|
font-weight: 300;
|
40815
40818
|
font-size: 1.2rem; }
|
40816
40819
|
.sd-grid-item .sd-grid-item__placeholder--cursorPointer {
|
@@ -40833,7 +40836,7 @@ a.text-link {
|
|
40833
40836
|
flex-shrink: 0;
|
40834
40837
|
border-radius: 0 0 var(--b-radius--medium) var(--b-radius--medium); }
|
40835
40838
|
.sd-grid-item .sd-grid-item__footer--light {
|
40836
|
-
background-color:
|
40839
|
+
background-color: white; }
|
40837
40840
|
.sd-grid-item .sd-grid-item__footer--right-align {
|
40838
40841
|
justify-content: flex-end; }
|
40839
40842
|
.sd-grid-item .sd-grid-item__footer--spread {
|
@@ -40877,7 +40880,7 @@ a.text-link {
|
|
40877
40880
|
left: 0;
|
40878
40881
|
z-index: 2; }
|
40879
40882
|
.sd-grid-item .sd-grid-item__file-type-icn {
|
40880
|
-
color:
|
40883
|
+
color: white;
|
40881
40884
|
font-size: 5.2rem;
|
40882
40885
|
height: 5.2rem;
|
40883
40886
|
width: 5.2rem;
|
@@ -41158,18 +41161,18 @@ a.text-link {
|
|
41158
41161
|
.sd-searchbar__search-btn:hover {
|
41159
41162
|
background-color: var(--sd-colour-interactive--alpha-80); }
|
41160
41163
|
.sd-searchbar__search-btn:hover i {
|
41161
|
-
color:
|
41164
|
+
color: white; }
|
41162
41165
|
.sd-searchbar__search-btn:active {
|
41163
41166
|
background-color: var(--sd-colour-interactive);
|
41164
41167
|
opacity: 1; }
|
41165
41168
|
.sd-searchbar__search-btn:active i {
|
41166
|
-
color:
|
41169
|
+
color: white; }
|
41167
41170
|
|
41168
41171
|
.sd-searchbar__search-btn--active {
|
41169
41172
|
background-color: var(--sd-colour-interactive);
|
41170
41173
|
opacity: 1; }
|
41171
41174
|
.sd-searchbar__search-btn--active i {
|
41172
|
-
color:
|
41175
|
+
color: white; }
|
41173
41176
|
|
41174
41177
|
[dir="rtl"] .sd-searchbar__search-btn i.icon-chevron-right-thin {
|
41175
41178
|
transform: rotate(180deg); }
|
@@ -41243,7 +41246,7 @@ a.text-link {
|
|
41243
41246
|
.sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:hover .icn-btn, .sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:hover .sd-thumb-carousel__btn--prev, .sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:hover .sd-thumb-carousel__btn--next,
|
41244
41247
|
.sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:hover .p-carousel-prev, .sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:hover .p-carousel-next {
|
41245
41248
|
background-color: rgba(140, 151, 166, 0.25);
|
41246
|
-
color:
|
41249
|
+
color: white;
|
41247
41250
|
opacity: 1; }
|
41248
41251
|
.sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:active .icn-btn, .sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:active .sd-thumb-carousel__btn--prev, .sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:active .sd-thumb-carousel__btn--next,
|
41249
41252
|
.sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:active .p-carousel-prev, .sd-collapse-box .sd-collapse-box__tools .sd-collapse-box__collapse-btn:active .p-carousel-next {
|
@@ -41484,7 +41487,7 @@ a.text-link {
|
|
41484
41487
|
transition: 0.2s linear opacity;
|
41485
41488
|
z-index: 1;
|
41486
41489
|
opacity: 0;
|
41487
|
-
color:
|
41490
|
+
color: white; }
|
41488
41491
|
.image-overlay:hover {
|
41489
41492
|
opacity: 1; }
|
41490
41493
|
|
@@ -41560,7 +41563,7 @@ a.text-link {
|
|
41560
41563
|
background-color: rgba(255, 255, 255, 0.1);
|
41561
41564
|
height: 4.8rem;
|
41562
41565
|
width: 4.8rem;
|
41563
|
-
color:
|
41566
|
+
color: white;
|
41564
41567
|
display: flex;
|
41565
41568
|
flex-direction: row;
|
41566
41569
|
align-items: center;
|
@@ -41572,7 +41575,7 @@ a.text-link {
|
|
41572
41575
|
transition: all 0.2s ease-out; }
|
41573
41576
|
.sd-photo-preview__slide-in-button [class^="icon-"],
|
41574
41577
|
.sd-photo-preview__slide-in-button [class*=" icon-"] {
|
41575
|
-
color:
|
41578
|
+
color: white;
|
41576
41579
|
flex-shrink: 0; }
|
41577
41580
|
.sd-photo-preview__slide-in-button:hover {
|
41578
41581
|
opacity: 1; }
|
@@ -41589,7 +41592,7 @@ a.text-link {
|
|
41589
41592
|
top: calc(50% - 2.8rem);
|
41590
41593
|
width: 5.6rem;
|
41591
41594
|
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), 0 10px 28px rgba(0, 0, 0, 0.35);
|
41592
|
-
color:
|
41595
|
+
color: white;
|
41593
41596
|
transition: all 0.2s ease-out;
|
41594
41597
|
background-color: rgba(0, 0, 0, 0.8);
|
41595
41598
|
opacity: 0.3; }
|
@@ -41609,7 +41612,7 @@ a.text-link {
|
|
41609
41612
|
left: 0;
|
41610
41613
|
text-align: center;
|
41611
41614
|
z-index: 2;
|
41612
|
-
color:
|
41615
|
+
color: white;
|
41613
41616
|
width: 5.6rem;
|
41614
41617
|
font-size: 3.2rem; }
|
41615
41618
|
.sd-photo-preview__nav-button--next {
|
@@ -41907,7 +41910,7 @@ a.text-link {
|
|
41907
41910
|
width: 3.2rem;
|
41908
41911
|
height: 3.2rem;
|
41909
41912
|
margin: auto;
|
41910
|
-
color:
|
41913
|
+
color: white;
|
41911
41914
|
opacity: .35; }
|
41912
41915
|
|
41913
41916
|
.sd-media-carousel__media-caption, .sd-media-carousel__media-title {
|
@@ -41920,13 +41923,43 @@ a.text-link {
|
|
41920
41923
|
font-weight: 300;
|
41921
41924
|
line-height: 140%;
|
41922
41925
|
border: 1px solid transparent;
|
41923
|
-
transition: all ease-in-out 0.2s;
|
41924
|
-
|
41926
|
+
transition: all ease-in-out 0.2s;
|
41927
|
+
background-color: transparent; }
|
41928
|
+
.sd-media-carousel__media-caption[contenteditable="true"]:hover, .sd-media-carousel__media-captiontextarea:not(disabled):hover, .sd-media-carousel__media-title[contenteditable="true"]:hover, .sd-media-carousel__media-titletextarea:not(disabled):hover {
|
41925
41929
|
border-color: var(--sd-colour-interactive--alpha-60); }
|
41926
|
-
.sd-media-carousel__media-caption[contenteditable="true"]:focus, .sd-media-carousel__media-title[contenteditable="true"]:focus {
|
41930
|
+
.sd-media-carousel__media-caption[contenteditable="true"]:focus, .sd-media-carousel__media-captiontextarea:not(disabled):focus, .sd-media-carousel__media-title[contenteditable="true"]:focus, .sd-media-carousel__media-titletextarea:not(disabled):focus {
|
41927
41931
|
border-color: var(--sd-colour-interactive);
|
41928
41932
|
box-shadow: inset 0 -1px 0 0 var(--sd-colour-interactive); }
|
41929
|
-
.sd-media-carousel__media-caption[contenteditable="true"]:empty:before, .sd-media-carousel__media-title[contenteditable="true"]:empty:before {
|
41933
|
+
.sd-media-carousel__media-caption[contenteditable="true"]:empty:before, .sd-media-carousel__media-captiontextarea:not(disabled):empty:before, .sd-media-carousel__media-title[contenteditable="true"]:empty:before, .sd-media-carousel__media-titletextarea:not(disabled):empty:before {
|
41934
|
+
position: absolute;
|
41935
|
+
content: attr(sd-placeholder) " ";
|
41936
|
+
opacity: 0.55;
|
41937
|
+
color: inherit;
|
41938
|
+
font-weight: 300;
|
41939
|
+
cursor: text; }
|
41940
|
+
|
41941
|
+
textarea.sd-media-carousel__media-caption,
|
41942
|
+
textarea.sd-media-carousel__media-title {
|
41943
|
+
color: inherit;
|
41944
|
+
position: relative;
|
41945
|
+
padding: 1.2rem;
|
41946
|
+
width: 100%;
|
41947
|
+
font-size: 1.4rem;
|
41948
|
+
text-align: start;
|
41949
|
+
font-weight: 300;
|
41950
|
+
line-height: 140%;
|
41951
|
+
border: 1px solid transparent;
|
41952
|
+
transition: all ease-in-out 0.2s;
|
41953
|
+
background-color: transparent; }
|
41954
|
+
textarea.sd-media-carousel__media-caption:not(disabled):hover,
|
41955
|
+
textarea.sd-media-carousel__media-title:not(disabled):hover {
|
41956
|
+
border-color: var(--sd-colour-interactive--alpha-60); }
|
41957
|
+
textarea.sd-media-carousel__media-caption:not(disabled):focus,
|
41958
|
+
textarea.sd-media-carousel__media-title:not(disabled):focus {
|
41959
|
+
border-color: var(--sd-colour-interactive);
|
41960
|
+
box-shadow: inset 0 0 0 4px var(--sd-colour-interactive--alpha-30); }
|
41961
|
+
textarea.sd-media-carousel__media-caption:not(disabled):empty:before,
|
41962
|
+
textarea.sd-media-carousel__media-title:not(disabled):empty:before {
|
41930
41963
|
position: absolute;
|
41931
41964
|
content: attr(sd-placeholder) " ";
|
41932
41965
|
opacity: 0.55;
|
@@ -44493,7 +44526,7 @@ a.text-link {
|
|
44493
44526
|
transition: box-shadow 0.3s ease-in-out;
|
44494
44527
|
z-index: 2; }
|
44495
44528
|
.progress-done i {
|
44496
|
-
color:
|
44529
|
+
color: white;
|
44497
44530
|
text-align: center;
|
44498
44531
|
margin: auto;
|
44499
44532
|
align-content: center;
|
@@ -44815,12 +44848,12 @@ a.text-link {
|
|
44815
44848
|
background: var(--sd-colour-panel-bg--200) !important; }
|
44816
44849
|
.subnav--dark-blue-grey, .subnav--blueGreyDarker {
|
44817
44850
|
background: var(--color-subnav-bg--blueGrey-10) !important;
|
44818
|
-
color:
|
44851
|
+
color: white; }
|
44819
44852
|
.subnav--dark-blue-grey .navbtn:hover, .subnav--blueGreyDarker .navbtn:hover {
|
44820
44853
|
background: rgba(255, 255, 255, 0.2); }
|
44821
44854
|
.subnav--mid-blue-grey, .subnav--blueGrey {
|
44822
44855
|
background: var(--color-subnav-bg--blueGrey-00) !important;
|
44823
|
-
color:
|
44856
|
+
color: white; }
|
44824
44857
|
.subnav--absolute {
|
44825
44858
|
position: absolute;
|
44826
44859
|
top: 48px;
|
@@ -44915,7 +44948,7 @@ a.text-link {
|
|
44915
44948
|
align-items: center;
|
44916
44949
|
justify-content: center;
|
44917
44950
|
background: transparent;
|
44918
|
-
color:
|
44951
|
+
color: var(--color-text);
|
44919
44952
|
text-align: center;
|
44920
44953
|
text-decoration: none;
|
44921
44954
|
border: 0;
|
@@ -44935,39 +44968,47 @@ a.text-link {
|
|
44935
44968
|
.sd-navbtn:hover > i {
|
44936
44969
|
opacity: 1; }
|
44937
44970
|
.sd-navbtn:active {
|
44938
|
-
background:
|
44971
|
+
background: transparent;
|
44972
|
+
box-shadow: inset 0 0 0 4px var(--color-navbutton-shadow-active); }
|
44939
44973
|
.sd-navbtn:active > i {
|
44940
44974
|
opacity: 1; }
|
44941
44975
|
.sd-navbtn:focus-visible {
|
44942
|
-
box-shadow: inset 0 0 0 1px var(--sd-colour-interactive--alpha-70), 0 0 0
|
44976
|
+
box-shadow: inset 0 0 0 1px var(--sd-colour-interactive--alpha-70), inset 0 0 0 3px var(--sd-colour-interactive--alpha-40); }
|
44943
44977
|
.sd-navbtn:focus-visible > i {
|
44944
44978
|
opacity: 1; }
|
44945
44979
|
.sd-navbtn.sd-navbtn--highlight {
|
44946
|
-
background:
|
44947
|
-
border-color:
|
44948
|
-
color:
|
44980
|
+
background: var(--sd-colour-highlight);
|
44981
|
+
border-color: var(--sd-colour-highlight);
|
44982
|
+
color: white; }
|
44949
44983
|
.sd-navbtn.sd-navbtn--highlight:hover {
|
44950
|
-
background-color:
|
44951
|
-
border-color:
|
44984
|
+
background-color: var(--sd-colour-highlight--hover);
|
44985
|
+
border-color: var(--sd-colour-highlight--hover); }
|
44952
44986
|
.sd-navbtn.sd-navbtn--highlight:active {
|
44953
|
-
background
|
44954
|
-
border-color:
|
44987
|
+
background: var(--sd-colour-highlight);
|
44988
|
+
border-color: var(--sd-colour-highlight); }
|
44955
44989
|
.sd-navbtn.sd-navbtn--darker {
|
44956
44990
|
background: var(--color-navbutton-bg-100); }
|
44957
44991
|
.sd-navbtn.sd-navbtn--darker:hover {
|
44958
44992
|
background-color: var(--color-navbutton-bg-100-hover); }
|
44959
44993
|
.sd-navbtn.sd-navbtn--darker:active {
|
44960
|
-
background
|
44994
|
+
background: var(--color-navbutton-bg-100); }
|
44995
|
+
.sd-navbtn.sd-navbtn--dark {
|
44996
|
+
background: var(--color-navbutton-bg-dark);
|
44997
|
+
color: white; }
|
44998
|
+
.sd-navbtn.sd-navbtn--dark:hover {
|
44999
|
+
background-color: var(--color-navbutton-bg-dark-hover); }
|
45000
|
+
.sd-navbtn.sd-navbtn--dark:active {
|
45001
|
+
background: var(--color-navbutton-bg-dark); }
|
44961
45002
|
.sd-navbtn.sd-navbtn--primary, .sd-navbtn.sd-navbtn--active {
|
44962
45003
|
background: var(--sd-colour-interactive);
|
44963
|
-
border-color: var(--sd-colour-interactive
|
44964
|
-
color:
|
45004
|
+
border-color: var(--sd-colour-interactive);
|
45005
|
+
color: white; }
|
44965
45006
|
.sd-navbtn.sd-navbtn--primary:hover, .sd-navbtn.sd-navbtn--active:hover {
|
44966
|
-
background-color: var(--sd-colour-interactive--
|
44967
|
-
border-color: var(--sd-colour-interactive--
|
45007
|
+
background-color: var(--sd-colour-interactive--hover);
|
45008
|
+
border-color: var(--sd-colour-interactive--hover); }
|
44968
45009
|
.sd-navbtn.sd-navbtn--primary:active, .sd-navbtn.sd-navbtn--active:active {
|
44969
|
-
background
|
44970
|
-
border-color: var(--sd-colour-interactive
|
45010
|
+
background: var(--sd-colour-interactive);
|
45011
|
+
border-color: var(--sd-colour-interactive); }
|
44971
45012
|
.sd-navbtn--left {
|
44972
45013
|
border-width: 0 1px 0 0; }
|
44973
45014
|
.sd-navbtn--textual {
|
@@ -45018,7 +45059,7 @@ a.text-link {
|
|
45018
45059
|
position: relative;
|
45019
45060
|
box-shadow: 0 8px 0 0px var(--color-dropdown-menu-Bg), -2px -1px 8px -2px rgba(0, 0, 0, 0.24), 3px -1px 8px -2px rgba(0, 0, 0, 0.24);
|
45020
45061
|
border-color: transparent !important;
|
45021
|
-
z-index:
|
45062
|
+
z-index: 2001; }
|
45022
45063
|
.dropdown.open .sd-navbtn i {
|
45023
45064
|
opacity: 1;
|
45024
45065
|
color: var(--sd-colour-interactive); }
|
@@ -45076,7 +45117,7 @@ a.text-link {
|
|
45076
45117
|
.navbtn.navbtn--blue {
|
45077
45118
|
background: var(--sd-colour-interactive);
|
45078
45119
|
border-color: var(--sd-colour-interactive--lighten-10);
|
45079
|
-
color:
|
45120
|
+
color: white; }
|
45080
45121
|
.navbtn.navbtn--blue.disabled {
|
45081
45122
|
background: var(--sd-colour-interactive--lighten-30); }
|
45082
45123
|
.navbtn.navbtn--text-only {
|
@@ -45091,7 +45132,7 @@ a.text-link {
|
|
45091
45132
|
background-color: #9b27b0 !important;
|
45092
45133
|
transition: all 0.3s;
|
45093
45134
|
padding: 0 0 0 9px;
|
45094
|
-
color:
|
45135
|
+
color: white; }
|
45095
45136
|
.navbtn.navbtn--highlighted:hover {
|
45096
45137
|
background-color: #761d86; }
|
45097
45138
|
.navbtn.navbtn--darker {
|
@@ -45100,7 +45141,7 @@ a.text-link {
|
|
45100
45141
|
background-color: var(--sd-colour-interactive); }
|
45101
45142
|
.navbtn.navbtn--active > i {
|
45102
45143
|
opacity: 1;
|
45103
|
-
color:
|
45144
|
+
color: white; }
|
45104
45145
|
.navbtn.navbtn--publish {
|
45105
45146
|
background-color: rgba(0, 0, 0, 0.05); }
|
45106
45147
|
|
@@ -45114,7 +45155,7 @@ a.text-link {
|
|
45114
45155
|
color: var(--sd-colour-interactive); }
|
45115
45156
|
|
45116
45157
|
.dropdown.open .sd-create-btn i {
|
45117
|
-
color:
|
45158
|
+
color: white; }
|
45118
45159
|
|
45119
45160
|
.subnav__stretch-bar {
|
45120
45161
|
display: flex;
|
@@ -45630,7 +45671,7 @@ a.text-link {
|
|
45630
45671
|
color: var(--sd-colour-interactive); }
|
45631
45672
|
|
45632
45673
|
.dropdown.open .dropdown .dropdown__toggle {
|
45633
|
-
color: #
|
45674
|
+
color: #2c323a; }
|
45634
45675
|
|
45635
45676
|
.dropdown__more-actions .dropdown__toggle > i {
|
45636
45677
|
opacity: 0.3; }
|
@@ -45653,7 +45694,7 @@ a.text-link {
|
|
45653
45694
|
content: "";
|
45654
45695
|
transition: all 0.1s ease-in; }
|
45655
45696
|
.dropdown__caret.dropdown__caret--white, .dropdown__caret.white {
|
45656
|
-
border-top-color:
|
45697
|
+
border-top-color: white; }
|
45657
45698
|
|
45658
45699
|
.dropdown:hover .dropdown__caret,
|
45659
45700
|
.dropdown.open .dropdown__caret {
|
@@ -45847,7 +45888,7 @@ a.text-link {
|
|
45847
45888
|
margin-block-end: -0.4rem; }
|
45848
45889
|
|
45849
45890
|
.dropdown__menu-info {
|
45850
|
-
color: #
|
45891
|
+
color: #8c97a6;
|
45851
45892
|
font-style: italic;
|
45852
45893
|
vertical-align: middle; }
|
45853
45894
|
|
@@ -45897,7 +45938,7 @@ a.text-link {
|
|
45897
45938
|
|
45898
45939
|
.dropdown--dropup .dropdown__caret {
|
45899
45940
|
border-top: 0;
|
45900
|
-
border-bottom: 4px solid
|
45941
|
+
border-bottom: 4px solid black;
|
45901
45942
|
content: "\2191";
|
45902
45943
|
-webkit-transition: all 0.2s eas-in;
|
45903
45944
|
-moz-transition: all 0.2s eas-in;
|
@@ -46069,7 +46110,7 @@ a.text-link {
|
|
46069
46110
|
padding: 0 20px; }
|
46070
46111
|
|
46071
46112
|
.dark-ui .dropdown__caret {
|
46072
|
-
border-top-color:
|
46113
|
+
border-top-color: white; }
|
46073
46114
|
|
46074
46115
|
.dark-ui .dropdown.open .dropdown__caret {
|
46075
46116
|
border-top-color: var(--sd-colour-interactive); }
|
@@ -46937,7 +46978,7 @@ a.text-link {
|
|
46937
46978
|
font-weight: normal;
|
46938
46979
|
font-variant: normal;
|
46939
46980
|
text-transform: none;
|
46940
|
-
color:
|
46981
|
+
color: white;
|
46941
46982
|
-webkit-font-smoothing: antialiased;
|
46942
46983
|
-moz-osx-font-smoothing: grayscale; }
|
46943
46984
|
.sd-line-input .sd-line-input__plus-btn:hover {
|
@@ -47516,7 +47557,7 @@ a.text-link {
|
|
47516
47557
|
width: 1.4rem;
|
47517
47558
|
top: 0.2rem;
|
47518
47559
|
height: 1.4rem;
|
47519
|
-
background:
|
47560
|
+
background: white;
|
47520
47561
|
border-radius: var(--b-radius--full);
|
47521
47562
|
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
|
47522
47563
|
transition: all 0.2s ease; }
|
@@ -47680,14 +47721,14 @@ a.text-link {
|
|
47680
47721
|
border-color: var(--sd-colour-interactive--active);
|
47681
47722
|
border-top-color: var(--sd-colour-interactive--darken-20);
|
47682
47723
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
|
47683
|
-
color:
|
47724
|
+
color: white; }
|
47684
47725
|
.sd-checkbox--button-style.checked:hover, .sd-checkbox--button-style[checked="checked"]:hover {
|
47685
|
-
color:
|
47726
|
+
color: white;
|
47686
47727
|
border-color: var(--sd-colour-interactive--hover);
|
47687
47728
|
background-color: var(--sd-colour-interactive--active);
|
47688
47729
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2); }
|
47689
47730
|
.sd-checkbox--button-style.checked label, .sd-checkbox--button-style[checked="checked"] label {
|
47690
|
-
color:
|
47731
|
+
color: white; }
|
47691
47732
|
.sd-checkbox--button-style .sd-label--disabled {
|
47692
47733
|
opacity: 1 !important;
|
47693
47734
|
cursor: not-allowed !important; }
|
@@ -47866,11 +47907,11 @@ a.text-link {
|
|
47866
47907
|
border-color: var(--sd-colour-interactive--active);
|
47867
47908
|
border-top-color: var(--sd-colour-interactive--darken-20);
|
47868
47909
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
|
47869
|
-
color:
|
47910
|
+
color: white; }
|
47870
47911
|
.sd-check-button.checked .sd-check-button__text-label, .sd-check-button[checked="checked"] .sd-check-button__text-label {
|
47871
47912
|
opacity: 1; }
|
47872
47913
|
.sd-check-button.checked:hover, .sd-check-button[checked="checked"]:hover {
|
47873
|
-
color:
|
47914
|
+
color: white;
|
47874
47915
|
border-color: var(--sd-colour-interactive--active);
|
47875
47916
|
background-color: var(--sd-colour-interactive--hover);
|
47876
47917
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2); }
|
@@ -48034,7 +48075,7 @@ a.text-link {
|
|
48034
48075
|
|
48035
48076
|
.sd-check-button .sd-check-button__input:checked ~ label {
|
48036
48077
|
opacity: 1;
|
48037
|
-
color:
|
48078
|
+
color: white;
|
48038
48079
|
background-color: var(--sd-colour-interactive--active);
|
48039
48080
|
border-color: var(--sd-colour-interactive--active);
|
48040
48081
|
border-top-color: var(--sd-colour-interactive--darken-20);
|
@@ -48086,9 +48127,9 @@ a.text-link {
|
|
48086
48127
|
border-color: var(--sd-colour-interactive--active);
|
48087
48128
|
border-top-color: var(--sd-colour-interactive--darken-20);
|
48088
48129
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
|
48089
|
-
color:
|
48130
|
+
color: white; }
|
48090
48131
|
.toggle-button.toggle-button--active:hover {
|
48091
|
-
color:
|
48132
|
+
color: white;
|
48092
48133
|
border-color: var(--sd-colour-interactive--active);
|
48093
48134
|
background-color: var(--sd-colour-interactive--hover);
|
48094
48135
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2); }
|
@@ -48162,7 +48203,7 @@ label + .sd-radio {
|
|
48162
48203
|
|
48163
48204
|
.sd-searchbar .p-autocomplete-loader.pi {
|
48164
48205
|
font-size: 2.4rem !important;
|
48165
|
-
background-color:
|
48206
|
+
background-color: white; }
|
48166
48207
|
|
48167
48208
|
.sd-input .p-autocomplete-loader {
|
48168
48209
|
margin-top: -1.4rem; }
|
@@ -48371,7 +48412,7 @@ label + .sd-radio {
|
|
48371
48412
|
background-color: var(--sd-colour-interactive--active);
|
48372
48413
|
opacity: 1; }
|
48373
48414
|
.sd-sidebar-menu__btn--active .sd-sidebar-menu__main-icon, .sd-sidebar-menu__btn--active:hover .sd-sidebar-menu__main-icon {
|
48374
|
-
color:
|
48415
|
+
color: white; }
|
48375
48416
|
.sd-sidebar-menu__btn--active .sd-sidebar-menu__main-icon [class^="big-icon--"],
|
48376
48417
|
.sd-sidebar-menu__btn--active .sd-sidebar-menu__main-icon [class*=" big-icon--"],
|
48377
48418
|
.sd-sidebar-menu__btn--active .sd-sidebar-menu__main-icon [class^="icon-"],
|
@@ -48578,7 +48619,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
48578
48619
|
margin: 0; }
|
48579
48620
|
|
48580
48621
|
.sd-side-menu__btn--active .sd-side-menu__helper-icon, .sd-side-menu__btn--active .sd-side-menu__main-icon {
|
48581
|
-
color:
|
48622
|
+
color: white; }
|
48582
48623
|
|
48583
48624
|
.sd-side-menu__btn--active:hover .sd-side-menu__helper-icon {
|
48584
48625
|
opacity: 1;
|
@@ -48649,7 +48690,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
48649
48690
|
display: flex;
|
48650
48691
|
flex-direction: row;
|
48651
48692
|
align-items: center;
|
48652
|
-
color:
|
48693
|
+
color: white; }
|
48653
48694
|
|
48654
48695
|
.sd-top-menu__collapse-nav {
|
48655
48696
|
height: 48px;
|
@@ -48807,7 +48848,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
48807
48848
|
font-size: 1.4rem;
|
48808
48849
|
line-height: 100%;
|
48809
48850
|
text-decoration: none;
|
48810
|
-
color: #
|
48851
|
+
color: #1d2125;
|
48811
48852
|
padding: 1.6rem 2rem;
|
48812
48853
|
transition: background-color 0.2s ease-out, color 0.1s ease-out; }
|
48813
48854
|
.sd-content-nav__btn:hover {
|
@@ -49081,9 +49122,9 @@ i.sd-sidetab-menu__helper-icon {
|
|
49081
49122
|
border-color: var(--sd-editor-colour__main-border); }
|
49082
49123
|
.theme-preview__block .sd-checkbox--button-style.checked, .theme-preview__block .sd-checkbox--button-style:hover.checked {
|
49083
49124
|
border-color: var(--sd-colour-interactive--active) !important;
|
49084
|
-
color:
|
49125
|
+
color: white; }
|
49085
49126
|
.theme-preview__block .sd-checkbox--button-style.checked label, .theme-preview__block .sd-checkbox--button-style:hover.checked label {
|
49086
|
-
color:
|
49127
|
+
color: white !important; }
|
49087
49128
|
.theme-preview__block .sd-checkbox--button-style label, .theme-preview__block .sd-checkbox--button-style:hover label {
|
49088
49129
|
color: var(--sd-editor-colour__txt); }
|
49089
49130
|
|
@@ -49102,7 +49143,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
49102
49143
|
white-space: nowrap;
|
49103
49144
|
font-weight: 400;
|
49104
49145
|
background-color: var(--sd-editor-colour__field-label-bg);
|
49105
|
-
color:
|
49146
|
+
color: white;
|
49106
49147
|
font-family: "Roboto"; }
|
49107
49148
|
|
49108
49149
|
.theme-preview__text-field {
|
@@ -49299,7 +49340,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
49299
49340
|
|
49300
49341
|
.big-number-block {
|
49301
49342
|
display: flex;
|
49302
|
-
color: #
|
49343
|
+
color: #6a788a; }
|
49303
49344
|
.big-number-block__number {
|
49304
49345
|
font-size: 3.6rem;
|
49305
49346
|
font-weight: 300;
|
@@ -49324,7 +49365,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
49324
49365
|
flex-direction: column; }
|
49325
49366
|
.dashboard-thumbnail-block__label {
|
49326
49367
|
font-size: 1.2rem;
|
49327
|
-
color: #
|
49368
|
+
color: #8c97a6; }
|
49328
49369
|
.dashboard-thumbnail-block__heading {
|
49329
49370
|
display: flex;
|
49330
49371
|
font-weight: 700;
|
@@ -49409,10 +49450,10 @@ i.sd-sidetab-menu__helper-icon {
|
|
49409
49450
|
.sd-overlay-block .sd-overlay-block__overlay-message {
|
49410
49451
|
display: none;
|
49411
49452
|
margin-top: 1rem;
|
49412
|
-
color: #
|
49453
|
+
color: #647182; }
|
49413
49454
|
.sd-overlay-block--no-image {
|
49414
49455
|
height: 160px;
|
49415
|
-
border: 2px dashed #
|
49456
|
+
border: 2px dashed #2c323a; }
|
49416
49457
|
.sd-overlay-block--no-image .sd-overlay-block__overlay {
|
49417
49458
|
opacity: 1; }
|
49418
49459
|
.sd-overlay-block--no-image img {
|
@@ -51741,7 +51782,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
51741
51782
|
color: var(--sd-colour-interactive) !important; }
|
51742
51783
|
|
51743
51784
|
.icon--white {
|
51744
|
-
color:
|
51785
|
+
color: white !important; }
|
51745
51786
|
|
51746
51787
|
.icon--light-blue {
|
51747
51788
|
color: #68abc8 !important;
|
@@ -59545,14 +59586,14 @@ i.sd-sidetab-menu__helper-icon {
|
|
59545
59586
|
border-color: var(--sd-colour-interactive--active);
|
59546
59587
|
border-top-color: var(--sd-colour-interactive--darken-20);
|
59547
59588
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
|
59548
|
-
color:
|
59589
|
+
color: white; }
|
59549
59590
|
.sd-checkbox--button-style.checked:hover, .sd-checkbox--button-style[checked="checked"]:hover {
|
59550
|
-
color:
|
59591
|
+
color: white;
|
59551
59592
|
border-color: var(--sd-colour-interactive--hover);
|
59552
59593
|
background-color: var(--sd-colour-interactive--active);
|
59553
59594
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2); }
|
59554
59595
|
.sd-checkbox--button-style.checked label, .sd-checkbox--button-style[checked="checked"] label {
|
59555
|
-
color:
|
59596
|
+
color: white; }
|
59556
59597
|
.sd-checkbox--button-style .sd-label--disabled {
|
59557
59598
|
opacity: 1 !important;
|
59558
59599
|
cursor: not-allowed !important; }
|
@@ -59731,11 +59772,11 @@ i.sd-sidetab-menu__helper-icon {
|
|
59731
59772
|
border-color: var(--sd-colour-interactive--active);
|
59732
59773
|
border-top-color: var(--sd-colour-interactive--darken-20);
|
59733
59774
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
|
59734
|
-
color:
|
59775
|
+
color: white; }
|
59735
59776
|
.sd-check-button.checked .sd-check-button__text-label, .sd-check-button[checked="checked"] .sd-check-button__text-label {
|
59736
59777
|
opacity: 1; }
|
59737
59778
|
.sd-check-button.checked:hover, .sd-check-button[checked="checked"]:hover {
|
59738
|
-
color:
|
59779
|
+
color: white;
|
59739
59780
|
border-color: var(--sd-colour-interactive--active);
|
59740
59781
|
background-color: var(--sd-colour-interactive--hover);
|
59741
59782
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2); }
|
@@ -59899,7 +59940,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
59899
59940
|
|
59900
59941
|
.sd-check-button .sd-check-button__input:checked ~ label {
|
59901
59942
|
opacity: 1;
|
59902
|
-
color:
|
59943
|
+
color: white;
|
59903
59944
|
background-color: var(--sd-colour-interactive--active);
|
59904
59945
|
border-color: var(--sd-colour-interactive--active);
|
59905
59946
|
border-top-color: var(--sd-colour-interactive--darken-20);
|
@@ -59951,9 +59992,9 @@ i.sd-sidetab-menu__helper-icon {
|
|
59951
59992
|
border-color: var(--sd-colour-interactive--active);
|
59952
59993
|
border-top-color: var(--sd-colour-interactive--darken-20);
|
59953
59994
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
|
59954
|
-
color:
|
59995
|
+
color: white; }
|
59955
59996
|
.toggle-button.toggle-button--active:hover {
|
59956
|
-
color:
|
59997
|
+
color: white;
|
59957
59998
|
border-color: var(--sd-colour-interactive--active);
|
59958
59999
|
background-color: var(--sd-colour-interactive--hover);
|
59959
60000
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2); }
|
@@ -60245,11 +60286,13 @@ i.sd-sidetab-menu__helper-icon {
|
|
60245
60286
|
.p-datepicker.p-component {
|
60246
60287
|
display: block !important; }
|
60247
60288
|
|
60248
|
-
.p-datepicker table td > span:not(.p-highlight):not(.p-disabled)
|
60249
|
-
|
60250
|
-
|
60251
|
-
|
60252
|
-
|
60289
|
+
.p-datepicker table td > span:not(.p-highlight):not(.p-disabled) {
|
60290
|
+
transition: all ease 0.2s; }
|
60291
|
+
.p-datepicker table td > span:not(.p-highlight):not(.p-disabled):hover {
|
60292
|
+
background-color: var(--sd-colour-interactive--alpha-10);
|
60293
|
+
box-shadow: inset 0 0 0 1px var(--sd-colour-interactive); }
|
60294
|
+
.p-datepicker table td > span:not(.p-highlight):not(.p-disabled):active {
|
60295
|
+
background-color: var(--sd-colour-interactive--alpha-20); }
|
60253
60296
|
|
60254
60297
|
.p-datepicker table td > span {
|
60255
60298
|
cursor: pointer;
|
@@ -60277,7 +60320,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
60277
60320
|
|
60278
60321
|
.p-datepicker .p-highlight {
|
60279
60322
|
background-color: var(--sd-colour-interactive);
|
60280
|
-
color:
|
60323
|
+
color: white; }
|
60281
60324
|
|
60282
60325
|
.p-datepicker-trigger {
|
60283
60326
|
font-size: 1.4em;
|
@@ -60778,7 +60821,7 @@ i.sd-sidetab-menu__helper-icon {
|
|
60778
60821
|
align-items: center;
|
60779
60822
|
justify-content: center;
|
60780
60823
|
border-radius: var(--b-radius--full);
|
60781
|
-
color:
|
60824
|
+
color: white;
|
60782
60825
|
text-transform: uppercase;
|
60783
60826
|
letter-spacing: -0.03em;
|
60784
60827
|
overflow: hidden; }
|