dso-toolkit 93.0.1 → 95.0.0
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/CHANGELOG.md +35 -0
- package/README.md +9 -15
- package/dist/dso.css +57 -346
- package/dist/dso.css.map +1 -1
- package/dist/dso.min.css +1 -1
- package/dist/dso.min.css.map +1 -1
- package/package.json +13 -12
- package/src/components/banner/banner.mixins.scss +2 -5
- package/src/components/button/button.mixins.scss +5 -2
- package/src/components/button/button.scss +2 -1
- package/src/components/delete/delete.mixins.scss +2 -2
- package/src/components/insert/insert.mixins.scss +1 -1
- package/src/components/link/link.mixins.scss +1 -0
- package/src/dso.scss +0 -1
- package/src/components/action-list/readme.md +0 -1
- package/src/components/alert/readme.md +0 -5
- package/src/components/application-heading/readme.md +0 -5
- package/src/components/attachments-counter/readme.md +0 -5
- package/src/components/badge/readme.md +0 -5
- package/src/components/banner/readme.md +0 -1
- package/src/components/breadcrumbs/readme.md +0 -1
- package/src/components/button/readme.md +0 -10
- package/src/components/button-row/readme.md +0 -1
- package/src/components/card/readme.md +0 -3
- package/src/components/card-grid/readme.md +0 -1
- package/src/components/card-list/readme.md +0 -1
- package/src/components/context/readme.md +0 -1
- package/src/components/definition-list/readme.md +0 -1
- package/src/components/description/readme.md +0 -1
- package/src/components/document-header/readme.md +0 -10
- package/src/components/dropdown-menu/readme.md +0 -45
- package/src/components/expandable/readme.md +0 -1
- package/src/components/footer/readme.md +0 -1
- package/src/components/footnotes/readme.md +0 -1
- package/src/components/form/readme.md +0 -40
- package/src/components/form-buttons/readme.md +0 -1
- package/src/components/form-group/readme.md +0 -40
- package/src/components/highlight-box/readme.md +0 -1
- package/src/components/image/readme.md +0 -1
- package/src/components/info/readme.md +0 -3
- package/src/components/info-button/readme.md +0 -3
- package/src/components/justify-form-groups/readme.md +0 -5
- package/src/components/label/readme.md +0 -7
- package/src/components/label-group/readme.md +0 -1
- package/src/components/link/readme.md +0 -5
- package/src/components/link-list/readme.md +0 -1
- package/src/components/list/readme.md +0 -8
- package/src/components/list-button/readme.md +0 -1
- package/src/components/modal/_index.scss +0 -2
- package/src/components/modal/modal.mixins.scss +0 -249
- package/src/components/modal/modal.scss +0 -63
- package/src/components/modal/modal.variables.scss +0 -23
- package/src/components/modal/readme.md +0 -3
- package/src/components/navbar/readme.md +0 -1
- package/src/components/paragraph/readme.md +0 -1
- package/src/components/progress-indicator/readme.md +0 -6
- package/src/components/rich-content/readme.md +0 -1
- package/src/components/row-equal-heights/readme.md +0 -1
- package/src/components/scrollable/readme.md +0 -0
- package/src/components/search-bar/readme.md +0 -1
- package/src/components/shopping-cart/readme.md +0 -1
- package/src/components/tabs/readme.md +0 -17
- package/src/components/tile/readme.md +0 -1
- package/src/components/tile-grid/readme.md +0 -1
package/dist/dso.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--dso-toolkit-version: "
|
|
2
|
+
--dso-toolkit-version: "95.0.0";
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
@font-face {
|
|
@@ -520,13 +520,11 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
520
520
|
position: relative;
|
|
521
521
|
padding-inline: 16px;
|
|
522
522
|
}
|
|
523
|
-
.dso-banner .dso-banner-inner button {
|
|
523
|
+
.dso-banner .dso-banner-inner dso-icon-button {
|
|
524
524
|
position: absolute;
|
|
525
525
|
inset-inline-end: 16px;
|
|
526
526
|
inset-block-start: 0;
|
|
527
|
-
|
|
528
|
-
.dso-banner .dso-banner-inner button dso-icon {
|
|
529
|
-
color: #000;
|
|
527
|
+
--_dso-icon-button-tertiary-color: #000;
|
|
530
528
|
}
|
|
531
529
|
.dso-banner .dso-banner-inner > .dso-rich-content {
|
|
532
530
|
padding-inline-end: 24px;
|
|
@@ -788,13 +786,11 @@ dso-banner .dso-banner-inner {
|
|
|
788
786
|
position: relative;
|
|
789
787
|
padding-inline: 16px;
|
|
790
788
|
}
|
|
791
|
-
dso-banner .dso-banner-inner button {
|
|
789
|
+
dso-banner .dso-banner-inner dso-icon-button {
|
|
792
790
|
position: absolute;
|
|
793
791
|
inset-inline-end: 16px;
|
|
794
792
|
inset-block-start: 0;
|
|
795
|
-
|
|
796
|
-
dso-banner .dso-banner-inner button dso-icon {
|
|
797
|
-
color: #000;
|
|
793
|
+
--_dso-icon-button-tertiary-color: #000;
|
|
798
794
|
}
|
|
799
795
|
dso-banner .dso-banner-inner > .dso-rich-content {
|
|
800
796
|
padding-inline-end: 24px;
|
|
@@ -1122,7 +1118,7 @@ label.dso-primary {
|
|
|
1122
1118
|
margin-block-end: 0;
|
|
1123
1119
|
text-decoration: none;
|
|
1124
1120
|
touch-action: manipulation;
|
|
1125
|
-
text-align: start;
|
|
1121
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1126
1122
|
user-select: none;
|
|
1127
1123
|
vertical-align: middle;
|
|
1128
1124
|
background-clip: padding-box;
|
|
@@ -1153,11 +1149,13 @@ label.dso-primary {
|
|
|
1153
1149
|
background-color: var(--_dso-button-primary-background-color, #39870c);
|
|
1154
1150
|
border-color: var(--_dso-button-primary-border-color, #39870c);
|
|
1155
1151
|
color: var(--_dso-button-primary-color, #fff);
|
|
1152
|
+
float: var(--_dt-button-float-primary, none);
|
|
1156
1153
|
border-width: 1px;
|
|
1157
1154
|
border-style: solid;
|
|
1158
1155
|
border-radius: 4px;
|
|
1159
1156
|
line-height: 1.5;
|
|
1160
1157
|
min-inline-size: 56px;
|
|
1158
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
1161
1159
|
padding-block: 11px;
|
|
1162
1160
|
padding-inline: 15px;
|
|
1163
1161
|
}
|
|
@@ -1167,6 +1165,7 @@ label.dso-primary:hover {
|
|
|
1167
1165
|
background-color: var(--_dso-button-primary-hover-background-color, #275937);
|
|
1168
1166
|
border-color: var(--_dso-button-primary-hover-border-color, #275937);
|
|
1169
1167
|
color: var(--_dso-button-primary-hover-color, #fff);
|
|
1168
|
+
float: var(--_dt-button-float-primary, none);
|
|
1170
1169
|
}
|
|
1171
1170
|
a.dso-primary:active,
|
|
1172
1171
|
button.dso-primary:active,
|
|
@@ -1174,6 +1173,7 @@ label.dso-primary:active {
|
|
|
1174
1173
|
background-color: var(--_dso-button-primary-active-background-color, #173521);
|
|
1175
1174
|
border-color: var(--_dso-button-primary-active-border-color, #173521);
|
|
1176
1175
|
color: var(--_dso-button-primary-active-color, #fff);
|
|
1176
|
+
float: var(--_dt-button-float-primary, none);
|
|
1177
1177
|
}
|
|
1178
1178
|
a.dso-primary[disabled], a.dso-primary[disabled]:hover,
|
|
1179
1179
|
button.dso-primary[disabled],
|
|
@@ -1183,6 +1183,7 @@ label.dso-primary[disabled]:hover {
|
|
|
1183
1183
|
background-color: var(--_dso-button-primary-disabled-background-color, #afcf9d);
|
|
1184
1184
|
border-color: var(--_dso-button-primary-disabled-border-color, #afcf9d);
|
|
1185
1185
|
color: var(--_dso-button-primary-disabled-color, #fff);
|
|
1186
|
+
float: var(--_dt-button-float-primary, none);
|
|
1186
1187
|
}
|
|
1187
1188
|
a.dso-primary.dso-small,
|
|
1188
1189
|
button.dso-primary.dso-small,
|
|
@@ -1323,7 +1324,7 @@ label.dso-secondary {
|
|
|
1323
1324
|
margin-block-end: 0;
|
|
1324
1325
|
text-decoration: none;
|
|
1325
1326
|
touch-action: manipulation;
|
|
1326
|
-
text-align: start;
|
|
1327
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1327
1328
|
user-select: none;
|
|
1328
1329
|
vertical-align: middle;
|
|
1329
1330
|
background-clip: padding-box;
|
|
@@ -1354,11 +1355,13 @@ label.dso-secondary {
|
|
|
1354
1355
|
background-color: var(--_dso-button-secondary-background-color, #fff);
|
|
1355
1356
|
border-color: var(--_dso-button-secondary-border-color, #39870c);
|
|
1356
1357
|
color: var(--_dso-button-secondary-color, #39870c);
|
|
1358
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1357
1359
|
border-width: 1px;
|
|
1358
1360
|
border-style: solid;
|
|
1359
1361
|
border-radius: 4px;
|
|
1360
1362
|
line-height: 1.5;
|
|
1361
1363
|
min-inline-size: 56px;
|
|
1364
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
1362
1365
|
padding-block: 11px;
|
|
1363
1366
|
padding-inline: 15px;
|
|
1364
1367
|
}
|
|
@@ -1368,6 +1371,7 @@ label.dso-secondary:hover {
|
|
|
1368
1371
|
background-color: var(--_dso-button-secondary-hover-background-color, #d7e7ce);
|
|
1369
1372
|
border-color: var(--_dso-button-secondary-hover-border-color, #275937);
|
|
1370
1373
|
color: var(--_dso-button-secondary-hover-color, #275937);
|
|
1374
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1371
1375
|
}
|
|
1372
1376
|
a.dso-secondary:active,
|
|
1373
1377
|
button.dso-secondary:active,
|
|
@@ -1375,6 +1379,7 @@ label.dso-secondary:active {
|
|
|
1375
1379
|
background-color: var(--_dso-button-secondary-active-background-color, #275937);
|
|
1376
1380
|
border-color: var(--_dso-button-secondary-active-border-color, #275937);
|
|
1377
1381
|
color: var(--_dso-button-secondary-active-color, #fff);
|
|
1382
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1378
1383
|
}
|
|
1379
1384
|
a.dso-secondary[disabled], a.dso-secondary[disabled]:hover,
|
|
1380
1385
|
button.dso-secondary[disabled],
|
|
@@ -1384,6 +1389,7 @@ label.dso-secondary[disabled]:hover {
|
|
|
1384
1389
|
background-color: var(--_dso-button-secondary-disabled-background-color, #fff);
|
|
1385
1390
|
border-color: var(--_dso-button-secondary-disabled-border-color, #afcf9d);
|
|
1386
1391
|
color: var(--_dso-button-secondary-disabled-color, #afcf9d);
|
|
1392
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1387
1393
|
}
|
|
1388
1394
|
a.dso-secondary.dso-small,
|
|
1389
1395
|
button.dso-secondary.dso-small,
|
|
@@ -1580,7 +1586,7 @@ label.dso-tertiary {
|
|
|
1580
1586
|
margin-block-end: 0;
|
|
1581
1587
|
text-decoration: none;
|
|
1582
1588
|
touch-action: manipulation;
|
|
1583
|
-
text-align: start;
|
|
1589
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1584
1590
|
user-select: none;
|
|
1585
1591
|
vertical-align: middle;
|
|
1586
1592
|
background-clip: padding-box;
|
|
@@ -1614,7 +1620,7 @@ label.dso-tertiary {
|
|
|
1614
1620
|
margin-block-end: 0;
|
|
1615
1621
|
text-decoration: none;
|
|
1616
1622
|
touch-action: manipulation;
|
|
1617
|
-
text-align: start;
|
|
1623
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1618
1624
|
user-select: none;
|
|
1619
1625
|
vertical-align: middle;
|
|
1620
1626
|
background-clip: padding-box;
|
|
@@ -1645,11 +1651,13 @@ label.dso-tertiary {
|
|
|
1645
1651
|
background-color: var(--_dso-button-tertiary-background-color, );
|
|
1646
1652
|
border-color: var(--_dso-button-tertiary-border-color, );
|
|
1647
1653
|
color: var(--_dso-button-tertiary-color, #39870c);
|
|
1654
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
1648
1655
|
border-width: 1px;
|
|
1649
1656
|
border-style: solid;
|
|
1650
1657
|
border-radius: 4px;
|
|
1651
1658
|
line-height: 1.5;
|
|
1652
1659
|
min-inline-size: auto;
|
|
1660
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
1653
1661
|
padding-block: 11px;
|
|
1654
1662
|
padding-inline: 15px;
|
|
1655
1663
|
}
|
|
@@ -1659,6 +1667,7 @@ label.dso-tertiary:hover {
|
|
|
1659
1667
|
background-color: var(--_dso-button-tertiary-hover-background-color, );
|
|
1660
1668
|
border-color: var(--_dso-button-tertiary-hover-border-color, );
|
|
1661
1669
|
color: var(--_dso-button-tertiary-hover-color, #275937);
|
|
1670
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
1662
1671
|
}
|
|
1663
1672
|
a.dso-tertiary:active,
|
|
1664
1673
|
button.dso-tertiary:active,
|
|
@@ -1666,6 +1675,7 @@ label.dso-tertiary:active {
|
|
|
1666
1675
|
background-color: var(--_dso-button-tertiary-active-background-color, );
|
|
1667
1676
|
border-color: var(--_dso-button-tertiary-active-border-color, );
|
|
1668
1677
|
color: var(--_dso-button-tertiary-active-color, #173521);
|
|
1678
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
1669
1679
|
}
|
|
1670
1680
|
a.dso-tertiary[disabled], a.dso-tertiary[disabled]:hover,
|
|
1671
1681
|
button.dso-tertiary[disabled],
|
|
@@ -1675,6 +1685,7 @@ label.dso-tertiary[disabled]:hover {
|
|
|
1675
1685
|
background-color: var(--_dso-button-tertiary-disabled-background-color, );
|
|
1676
1686
|
border-color: var(--_dso-button-tertiary-disabled-border-color, );
|
|
1677
1687
|
color: var(--_dso-button-tertiary-disabled-color, #afcf9d);
|
|
1688
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
1678
1689
|
}
|
|
1679
1690
|
a.dso-tertiary.dso-small,
|
|
1680
1691
|
button.dso-tertiary.dso-small,
|
|
@@ -1760,7 +1771,8 @@ button.dso-tertiary,
|
|
|
1760
1771
|
label.dso-tertiary {
|
|
1761
1772
|
border: 0;
|
|
1762
1773
|
line-height: 1;
|
|
1763
|
-
padding: 0;
|
|
1774
|
+
padding-inline: 0;
|
|
1775
|
+
padding-block: var(--_dt-button-padding-block-tertiary, 0);
|
|
1764
1776
|
background-color: transparent;
|
|
1765
1777
|
}
|
|
1766
1778
|
a.dso-tertiary[disabled].dso-spinner-left, a.dso-tertiary[disabled].dso-spinner-right,
|
|
@@ -1905,7 +1917,7 @@ label.dso-map {
|
|
|
1905
1917
|
margin-block-end: 0;
|
|
1906
1918
|
text-decoration: none;
|
|
1907
1919
|
touch-action: manipulation;
|
|
1908
|
-
text-align: start;
|
|
1920
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1909
1921
|
user-select: none;
|
|
1910
1922
|
vertical-align: middle;
|
|
1911
1923
|
background-clip: padding-box;
|
|
@@ -1928,11 +1940,13 @@ label.dso-map {
|
|
|
1928
1940
|
background-color: var(--_dso-button-secondary-background-color, #fff);
|
|
1929
1941
|
border-color: var(--_dso-button-secondary-border-color, #39870c);
|
|
1930
1942
|
color: var(--_dso-button-secondary-color, #39870c);
|
|
1943
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1931
1944
|
border-width: 1px;
|
|
1932
1945
|
border-style: solid;
|
|
1933
1946
|
border-radius: 4px;
|
|
1934
1947
|
line-height: 1.5;
|
|
1935
1948
|
min-inline-size: 56px;
|
|
1949
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
1936
1950
|
padding-block: 11px;
|
|
1937
1951
|
padding-inline: 15px;
|
|
1938
1952
|
}
|
|
@@ -1942,6 +1956,7 @@ label.dso-map:hover {
|
|
|
1942
1956
|
background-color: var(--_dso-button-secondary-hover-background-color, #d7e7ce);
|
|
1943
1957
|
border-color: var(--_dso-button-secondary-hover-border-color, #275937);
|
|
1944
1958
|
color: var(--_dso-button-secondary-hover-color, #275937);
|
|
1959
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1945
1960
|
}
|
|
1946
1961
|
a.dso-map:active,
|
|
1947
1962
|
button.dso-map:active,
|
|
@@ -1949,6 +1964,7 @@ label.dso-map:active {
|
|
|
1949
1964
|
background-color: var(--_dso-button-secondary-active-background-color, #275937);
|
|
1950
1965
|
border-color: var(--_dso-button-secondary-active-border-color, #275937);
|
|
1951
1966
|
color: var(--_dso-button-secondary-active-color, #fff);
|
|
1967
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1952
1968
|
}
|
|
1953
1969
|
a.dso-map[disabled], a.dso-map[disabled]:hover,
|
|
1954
1970
|
button.dso-map[disabled],
|
|
@@ -1958,6 +1974,7 @@ label.dso-map[disabled]:hover {
|
|
|
1958
1974
|
background-color: var(--_dso-button-secondary-disabled-background-color, #fff);
|
|
1959
1975
|
border-color: var(--_dso-button-secondary-disabled-border-color, #afcf9d);
|
|
1960
1976
|
color: var(--_dso-button-secondary-disabled-color, #afcf9d);
|
|
1977
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1961
1978
|
}
|
|
1962
1979
|
a.dso-map.dso-small,
|
|
1963
1980
|
button.dso-map.dso-small,
|
|
@@ -2164,7 +2181,8 @@ a.dso-tertiary, a.dso-tertiary:visited {
|
|
|
2164
2181
|
.dso-tertiary + .dso-primary,
|
|
2165
2182
|
.dso-tertiary + .dso-secondary,
|
|
2166
2183
|
.dso-tertiary + .dso-tertiary {
|
|
2167
|
-
margin-
|
|
2184
|
+
margin-block-start: var(--_dt-button-after-button-margin-block-start, 0);
|
|
2185
|
+
margin-inline-start: var(--_dt-button-after-button-margin-inline-start, 16px);
|
|
2168
2186
|
}
|
|
2169
2187
|
|
|
2170
2188
|
.dso-button-row {
|
|
@@ -2693,9 +2711,9 @@ del {
|
|
|
2693
2711
|
--_dso-button-tertiary-disabled-color: #999;
|
|
2694
2712
|
background-color: #f5d8dc;
|
|
2695
2713
|
color: #191919;
|
|
2696
|
-
--
|
|
2714
|
+
--_dt-ozon-content-toggletip-color: #000;
|
|
2697
2715
|
text-decoration: line-through;
|
|
2698
|
-
--
|
|
2716
|
+
--_dt-ozon-content-toggletip-text-decoration: underline line-through;
|
|
2699
2717
|
}
|
|
2700
2718
|
@media screen and (min--moz-device-pixel-ratio: 0) {
|
|
2701
2719
|
del {
|
|
@@ -3045,7 +3063,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3045
3063
|
margin-block-end: 0;
|
|
3046
3064
|
text-decoration: none;
|
|
3047
3065
|
touch-action: manipulation;
|
|
3048
|
-
text-align: start;
|
|
3066
|
+
text-align: var(--_dt-button-text-align, start);
|
|
3049
3067
|
user-select: none;
|
|
3050
3068
|
vertical-align: middle;
|
|
3051
3069
|
background-clip: padding-box;
|
|
@@ -3079,7 +3097,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3079
3097
|
margin-block-end: 0;
|
|
3080
3098
|
text-decoration: none;
|
|
3081
3099
|
touch-action: manipulation;
|
|
3082
|
-
text-align: start;
|
|
3100
|
+
text-align: var(--_dt-button-text-align, start);
|
|
3083
3101
|
user-select: none;
|
|
3084
3102
|
vertical-align: middle;
|
|
3085
3103
|
background-clip: padding-box;
|
|
@@ -3110,11 +3128,13 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3110
3128
|
background-color: var(--_dso-button-tertiary-background-color, );
|
|
3111
3129
|
border-color: var(--_dso-button-tertiary-border-color, );
|
|
3112
3130
|
color: var(--_dso-button-tertiary-color, #39870c);
|
|
3131
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
3113
3132
|
border-width: 1px;
|
|
3114
3133
|
border-style: solid;
|
|
3115
3134
|
border-radius: 4px;
|
|
3116
3135
|
line-height: 1.5;
|
|
3117
3136
|
min-inline-size: auto;
|
|
3137
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
3118
3138
|
padding-block: 11px;
|
|
3119
3139
|
padding-inline: 15px;
|
|
3120
3140
|
}
|
|
@@ -3124,6 +3144,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3124
3144
|
background-color: var(--_dso-button-tertiary-hover-background-color, );
|
|
3125
3145
|
border-color: var(--_dso-button-tertiary-hover-border-color, );
|
|
3126
3146
|
color: var(--_dso-button-tertiary-hover-color, #275937);
|
|
3147
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
3127
3148
|
}
|
|
3128
3149
|
.dso-document-header .dso-document-header-map-action:active,
|
|
3129
3150
|
.dso-document-header .dso-document-header-toggle-features:active,
|
|
@@ -3131,6 +3152,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3131
3152
|
background-color: var(--_dso-button-tertiary-active-background-color, );
|
|
3132
3153
|
border-color: var(--_dso-button-tertiary-active-border-color, );
|
|
3133
3154
|
color: var(--_dso-button-tertiary-active-color, #173521);
|
|
3155
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
3134
3156
|
}
|
|
3135
3157
|
.dso-document-header .dso-document-header-map-action[disabled], .dso-document-header .dso-document-header-map-action[disabled]:hover,
|
|
3136
3158
|
.dso-document-header .dso-document-header-toggle-features[disabled],
|
|
@@ -3140,6 +3162,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3140
3162
|
background-color: var(--_dso-button-tertiary-disabled-background-color, );
|
|
3141
3163
|
border-color: var(--_dso-button-tertiary-disabled-border-color, );
|
|
3142
3164
|
color: var(--_dso-button-tertiary-disabled-color, #afcf9d);
|
|
3165
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
3143
3166
|
}
|
|
3144
3167
|
.dso-document-header .dso-document-header-map-action.dso-small,
|
|
3145
3168
|
.dso-document-header .dso-document-header-toggle-features.dso-small,
|
|
@@ -3225,7 +3248,8 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3225
3248
|
.dso-document-header .dso-document-header-toggle-status {
|
|
3226
3249
|
border: 0;
|
|
3227
3250
|
line-height: 1;
|
|
3228
|
-
padding: 0;
|
|
3251
|
+
padding-inline: 0;
|
|
3252
|
+
padding-block: var(--_dt-button-padding-block-tertiary, 0);
|
|
3229
3253
|
background-color: transparent;
|
|
3230
3254
|
}
|
|
3231
3255
|
.dso-document-header .dso-document-header-map-action[disabled].dso-spinner-left, .dso-document-header .dso-document-header-map-action[disabled].dso-spinner-right,
|
|
@@ -6208,7 +6232,7 @@ dso-info {
|
|
|
6208
6232
|
margin-block-end: 0;
|
|
6209
6233
|
text-decoration: none;
|
|
6210
6234
|
touch-action: manipulation;
|
|
6211
|
-
text-align: start;
|
|
6235
|
+
text-align: var(--_dt-button-text-align, start);
|
|
6212
6236
|
user-select: none;
|
|
6213
6237
|
vertical-align: middle;
|
|
6214
6238
|
background-clip: padding-box;
|
|
@@ -6313,7 +6337,7 @@ ins {
|
|
|
6313
6337
|
background-color: #e4f1d4;
|
|
6314
6338
|
color: #191919;
|
|
6315
6339
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
|
|
6316
|
-
--
|
|
6340
|
+
--_dt-ozon-content-toggletip-color: #000;
|
|
6317
6341
|
}
|
|
6318
6342
|
|
|
6319
6343
|
.dso-justify-form-groups {
|
|
@@ -6406,6 +6430,7 @@ ins {
|
|
|
6406
6430
|
}
|
|
6407
6431
|
|
|
6408
6432
|
a {
|
|
6433
|
+
overflow-wrap: anywhere;
|
|
6409
6434
|
background-color: transparent;
|
|
6410
6435
|
color: var(--link-color);
|
|
6411
6436
|
text-decoration: underline;
|
|
@@ -6749,326 +6774,6 @@ mark.dso-highlight {
|
|
|
6749
6774
|
background-color: #dbd136;
|
|
6750
6775
|
}
|
|
6751
6776
|
|
|
6752
|
-
@keyframes ModalFadeIn {
|
|
6753
|
-
0% {
|
|
6754
|
-
opacity: 0;
|
|
6755
|
-
}
|
|
6756
|
-
100% {
|
|
6757
|
-
opacity: 1;
|
|
6758
|
-
}
|
|
6759
|
-
}
|
|
6760
|
-
body:has(dialog[open]),
|
|
6761
|
-
body:has(dso-modal.hydrated) {
|
|
6762
|
-
overflow: hidden;
|
|
6763
|
-
}
|
|
6764
|
-
|
|
6765
|
-
.dso-modal {
|
|
6766
|
-
overflow: visible;
|
|
6767
|
-
padding: 0;
|
|
6768
|
-
border: 0;
|
|
6769
|
-
}
|
|
6770
|
-
.dso-modal::backdrop {
|
|
6771
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
6772
|
-
}
|
|
6773
|
-
.dso-modal .dso-dialog {
|
|
6774
|
-
inline-size: 640px;
|
|
6775
|
-
background-color: #fff;
|
|
6776
|
-
opacity: 1;
|
|
6777
|
-
box-shadow: 0 8px 24px 0 rgba(25, 25, 25, 0.4);
|
|
6778
|
-
animation: 200ms ease-out 0s 1 ModalFadeIn;
|
|
6779
|
-
}
|
|
6780
|
-
.dso-modal .dso-header {
|
|
6781
|
-
position: relative;
|
|
6782
|
-
padding: 16px;
|
|
6783
|
-
border-block-end: 1px solid #ccc;
|
|
6784
|
-
}
|
|
6785
|
-
.dso-modal .dso-header h2 {
|
|
6786
|
-
max-inline-size: calc(100% - 24px);
|
|
6787
|
-
margin: 0;
|
|
6788
|
-
color: #275937;
|
|
6789
|
-
}
|
|
6790
|
-
.dso-modal .dso-header .dso-close {
|
|
6791
|
-
position: absolute;
|
|
6792
|
-
inset-block-start: 16px;
|
|
6793
|
-
inset-inline-end: 13px;
|
|
6794
|
-
block-size: 32px;
|
|
6795
|
-
inline-size: 32px;
|
|
6796
|
-
padding: 0;
|
|
6797
|
-
background-color: transparent;
|
|
6798
|
-
border: 0;
|
|
6799
|
-
text-align: center;
|
|
6800
|
-
}
|
|
6801
|
-
.dso-modal > .dso-dialog > .dso-body p {
|
|
6802
|
-
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
6803
|
-
margin-inline: 0;
|
|
6804
|
-
}
|
|
6805
|
-
.dso-modal > .dso-dialog > .dso-body ul,
|
|
6806
|
-
.dso-modal > .dso-dialog > .dso-body ol {
|
|
6807
|
-
margin-block-end: 16px;
|
|
6808
|
-
}
|
|
6809
|
-
.dso-modal > .dso-dialog > .dso-body ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
|
|
6810
|
-
.dso-modal > .dso-dialog > .dso-body ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
|
|
6811
|
-
padding-inline-start: 24px;
|
|
6812
|
-
}
|
|
6813
|
-
.dso-modal > .dso-dialog > .dso-body ul ul,
|
|
6814
|
-
.dso-modal > .dso-dialog > .dso-body ul ol,
|
|
6815
|
-
.dso-modal > .dso-dialog > .dso-body ol ul,
|
|
6816
|
-
.dso-modal > .dso-dialog > .dso-body ol ol {
|
|
6817
|
-
margin-block-end: 0;
|
|
6818
|
-
}
|
|
6819
|
-
.dso-modal > .dso-dialog > .dso-body pre {
|
|
6820
|
-
margin-block: 0 16px;
|
|
6821
|
-
margin-inline: 0;
|
|
6822
|
-
}
|
|
6823
|
-
.dso-modal > .dso-dialog > .dso-body blockquote {
|
|
6824
|
-
padding-block: 16px;
|
|
6825
|
-
padding-inline: 24px;
|
|
6826
|
-
}
|
|
6827
|
-
.dso-modal > .dso-dialog > .dso-body dso-highlight-box,
|
|
6828
|
-
.dso-modal > .dso-dialog > .dso-body .dso-highlight-box {
|
|
6829
|
-
margin-block-end: 24px;
|
|
6830
|
-
}
|
|
6831
|
-
.dso-modal > .dso-dialog > .dso-body img {
|
|
6832
|
-
block-size: auto;
|
|
6833
|
-
max-inline-size: 100%;
|
|
6834
|
-
}
|
|
6835
|
-
.dso-modal > .dso-dialog > .dso-body {
|
|
6836
|
-
block-size: calc(100% - 96px - 1.5rem);
|
|
6837
|
-
max-block-size: calc(70vh - 144px - 1.5em);
|
|
6838
|
-
min-block-size: 1.5rem;
|
|
6839
|
-
overflow-x: auto;
|
|
6840
|
-
padding: 32px;
|
|
6841
|
-
}
|
|
6842
|
-
.dso-modal > .dso-dialog > dso-scrollable {
|
|
6843
|
-
block-size: calc(100% - 96px - 1.5rem);
|
|
6844
|
-
max-block-size: calc(70vh - 144px - 1.5em);
|
|
6845
|
-
min-block-size: 6.5rem;
|
|
6846
|
-
}
|
|
6847
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body p {
|
|
6848
|
-
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
6849
|
-
margin-inline: 0;
|
|
6850
|
-
}
|
|
6851
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul,
|
|
6852
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ol {
|
|
6853
|
-
margin-block-end: 16px;
|
|
6854
|
-
}
|
|
6855
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
|
|
6856
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
|
|
6857
|
-
padding-inline-start: 24px;
|
|
6858
|
-
}
|
|
6859
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul ul,
|
|
6860
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul ol,
|
|
6861
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ol ul,
|
|
6862
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ol ol {
|
|
6863
|
-
margin-block-end: 0;
|
|
6864
|
-
}
|
|
6865
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body pre {
|
|
6866
|
-
margin-block: 0 16px;
|
|
6867
|
-
margin-inline: 0;
|
|
6868
|
-
}
|
|
6869
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body blockquote {
|
|
6870
|
-
padding-block: 16px;
|
|
6871
|
-
padding-inline: 24px;
|
|
6872
|
-
}
|
|
6873
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body dso-highlight-box,
|
|
6874
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body .dso-highlight-box {
|
|
6875
|
-
margin-block-end: 24px;
|
|
6876
|
-
}
|
|
6877
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body img {
|
|
6878
|
-
block-size: auto;
|
|
6879
|
-
max-inline-size: 100%;
|
|
6880
|
-
}
|
|
6881
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body {
|
|
6882
|
-
padding: 32px;
|
|
6883
|
-
}
|
|
6884
|
-
.dso-modal .dso-body:focus-visible {
|
|
6885
|
-
outline: none;
|
|
6886
|
-
}
|
|
6887
|
-
@media screen and (max-width: 767px) {
|
|
6888
|
-
.dso-modal .dso-footer .dso-primary + .dso-primary, .dso-modal .dso-footer .dso-primary + .dso-secondary, .dso-modal .dso-footer .dso-primary + .dso-tertiary, .dso-modal .dso-footer .dso-secondary + .dso-primary, .dso-modal .dso-footer .dso-secondary + .dso-secondary, .dso-modal .dso-footer .dso-secondary + .dso-tertiary, .dso-modal .dso-footer .dso-tertiary + .dso-primary, .dso-modal .dso-footer .dso-tertiary + .dso-secondary, .dso-modal .dso-footer .dso-tertiary + .dso-tertiary {
|
|
6889
|
-
margin-inline-start: 0;
|
|
6890
|
-
}
|
|
6891
|
-
.dso-modal .dso-footer button {
|
|
6892
|
-
inline-size: 100%;
|
|
6893
|
-
text-align: center;
|
|
6894
|
-
}
|
|
6895
|
-
.dso-modal .dso-footer button + button {
|
|
6896
|
-
margin-block-start: 8px;
|
|
6897
|
-
}
|
|
6898
|
-
.dso-modal .dso-footer button.dso-tertiary,
|
|
6899
|
-
.dso-modal .dso-footer button.dso-tertiary span {
|
|
6900
|
-
float: none;
|
|
6901
|
-
}
|
|
6902
|
-
}
|
|
6903
|
-
.dso-modal .dso-footer {
|
|
6904
|
-
min-block-size: 80px;
|
|
6905
|
-
padding-block: 16px;
|
|
6906
|
-
padding-inline: 32px;
|
|
6907
|
-
text-align: end;
|
|
6908
|
-
}
|
|
6909
|
-
@media screen and (min-width: 768px) {
|
|
6910
|
-
.dso-modal .dso-footer .dso-primary + .dso-secondary, .dso-modal .dso-footer .dso-secondary + .dso-secondary, .dso-modal .dso-footer .dso-tertiary + .dso-secondary {
|
|
6911
|
-
margin-inline-start: 16px;
|
|
6912
|
-
}
|
|
6913
|
-
.dso-modal .dso-footer .dso-primary + .dso-tertiary, .dso-modal .dso-footer .dso-secondary + .dso-tertiary, .dso-modal .dso-footer .dso-tertiary + .dso-tertiary {
|
|
6914
|
-
margin-inline-start: 0;
|
|
6915
|
-
}
|
|
6916
|
-
}
|
|
6917
|
-
@media screen and (max-width: 767px) {
|
|
6918
|
-
.dso-modal .dso-dialog {
|
|
6919
|
-
max-inline-size: 100%;
|
|
6920
|
-
margin-block-start: 0;
|
|
6921
|
-
}
|
|
6922
|
-
.dso-modal .dso-footer .dso-primary + .dso-primary, .dso-modal .dso-footer .dso-primary + .dso-secondary, .dso-modal .dso-footer .dso-primary + .dso-tertiary, .dso-modal .dso-footer .dso-secondary + .dso-primary, .dso-modal .dso-footer .dso-secondary + .dso-secondary, .dso-modal .dso-footer .dso-secondary + .dso-tertiary, .dso-modal .dso-footer .dso-tertiary + .dso-primary, .dso-modal .dso-footer .dso-tertiary + .dso-secondary, .dso-modal .dso-footer .dso-tertiary + .dso-tertiary {
|
|
6923
|
-
margin-inline-start: 0;
|
|
6924
|
-
}
|
|
6925
|
-
.dso-modal .dso-footer button {
|
|
6926
|
-
inline-size: 100%;
|
|
6927
|
-
text-align: center;
|
|
6928
|
-
}
|
|
6929
|
-
.dso-modal .dso-footer button + button {
|
|
6930
|
-
margin-block-start: 8px;
|
|
6931
|
-
}
|
|
6932
|
-
.dso-modal .dso-footer button.dso-tertiary,
|
|
6933
|
-
.dso-modal .dso-footer button.dso-tertiary span {
|
|
6934
|
-
float: none;
|
|
6935
|
-
}
|
|
6936
|
-
}
|
|
6937
|
-
@media screen and (max-height: 380px) {
|
|
6938
|
-
.dso-modal .dso-dialog {
|
|
6939
|
-
min-block-size: 216px;
|
|
6940
|
-
margin-block-start: 8px;
|
|
6941
|
-
margin-block-end: 8px;
|
|
6942
|
-
}
|
|
6943
|
-
.dso-modal .dso-header {
|
|
6944
|
-
padding-block: 8px;
|
|
6945
|
-
padding-inline: 16px;
|
|
6946
|
-
}
|
|
6947
|
-
.dso-modal .dso-header .dso-close {
|
|
6948
|
-
inset-block-start: 8px;
|
|
6949
|
-
}
|
|
6950
|
-
.dso-modal .dso-body {
|
|
6951
|
-
padding-block: 16px;
|
|
6952
|
-
padding-inline: 24px;
|
|
6953
|
-
}
|
|
6954
|
-
.dso-modal .dso-footer {
|
|
6955
|
-
min-block-size: auto;
|
|
6956
|
-
overflow: auto;
|
|
6957
|
-
padding-block: 8px;
|
|
6958
|
-
padding-inline: 32px;
|
|
6959
|
-
}
|
|
6960
|
-
}
|
|
6961
|
-
.dso-modal.dso-fullscreen {
|
|
6962
|
-
inline-size: 100dvi;
|
|
6963
|
-
block-size: 100dvb;
|
|
6964
|
-
}
|
|
6965
|
-
.dso-modal.dso-fullscreen .dso-dialog {
|
|
6966
|
-
display: flex;
|
|
6967
|
-
flex-direction: column;
|
|
6968
|
-
inline-size: 100%;
|
|
6969
|
-
block-size: 100%;
|
|
6970
|
-
}
|
|
6971
|
-
.dso-modal.dso-fullscreen .dso-dialog > dso-scrollable {
|
|
6972
|
-
flex-grow: 1;
|
|
6973
|
-
max-block-size: unset;
|
|
6974
|
-
}
|
|
6975
|
-
.dso-modal.dso-fullscreen .dso-footer {
|
|
6976
|
-
flex-shrink: 0;
|
|
6977
|
-
}
|
|
6978
|
-
.dso-modal .dso-close::before {
|
|
6979
|
-
background: url("./di.svg#cross") no-repeat center;
|
|
6980
|
-
background-size: cover;
|
|
6981
|
-
block-size: 24px;
|
|
6982
|
-
vertical-align: middle;
|
|
6983
|
-
inline-size: 24px;
|
|
6984
|
-
content: "";
|
|
6985
|
-
display: inline-block;
|
|
6986
|
-
}
|
|
6987
|
-
.dso-modal .dso-footer .dso-tertiary {
|
|
6988
|
-
float: inline-start;
|
|
6989
|
-
line-height: calc(1.5em - 1px);
|
|
6990
|
-
padding-block: 11px;
|
|
6991
|
-
padding-inline: 0;
|
|
6992
|
-
position: relative;
|
|
6993
|
-
}
|
|
6994
|
-
@media screen and (max-width: 480px) {
|
|
6995
|
-
.dso-modal {
|
|
6996
|
-
inline-size: 100dvi;
|
|
6997
|
-
block-size: 100dvb;
|
|
6998
|
-
}
|
|
6999
|
-
.dso-modal .dso-dialog {
|
|
7000
|
-
display: flex;
|
|
7001
|
-
flex-direction: column;
|
|
7002
|
-
inline-size: 100%;
|
|
7003
|
-
block-size: 100%;
|
|
7004
|
-
}
|
|
7005
|
-
.dso-modal .dso-dialog > dso-scrollable {
|
|
7006
|
-
flex-grow: 1;
|
|
7007
|
-
max-block-size: unset;
|
|
7008
|
-
}
|
|
7009
|
-
.dso-modal .dso-footer {
|
|
7010
|
-
flex-shrink: 0;
|
|
7011
|
-
}
|
|
7012
|
-
}
|
|
7013
|
-
|
|
7014
|
-
dso-modal [slot=body] p {
|
|
7015
|
-
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
7016
|
-
margin-inline: 0;
|
|
7017
|
-
}
|
|
7018
|
-
dso-modal [slot=body] ul,
|
|
7019
|
-
dso-modal [slot=body] ol {
|
|
7020
|
-
margin-block-end: 16px;
|
|
7021
|
-
}
|
|
7022
|
-
dso-modal [slot=body] ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
|
|
7023
|
-
dso-modal [slot=body] ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
|
|
7024
|
-
padding-inline-start: 24px;
|
|
7025
|
-
}
|
|
7026
|
-
dso-modal [slot=body] ul ul,
|
|
7027
|
-
dso-modal [slot=body] ul ol,
|
|
7028
|
-
dso-modal [slot=body] ol ul,
|
|
7029
|
-
dso-modal [slot=body] ol ol {
|
|
7030
|
-
margin-block-end: 0;
|
|
7031
|
-
}
|
|
7032
|
-
dso-modal [slot=body] pre {
|
|
7033
|
-
margin-block: 0 16px;
|
|
7034
|
-
margin-inline: 0;
|
|
7035
|
-
}
|
|
7036
|
-
dso-modal [slot=body] blockquote {
|
|
7037
|
-
padding-block: 16px;
|
|
7038
|
-
padding-inline: 24px;
|
|
7039
|
-
}
|
|
7040
|
-
dso-modal [slot=body] dso-highlight-box,
|
|
7041
|
-
dso-modal [slot=body] .dso-highlight-box {
|
|
7042
|
-
margin-block-end: 24px;
|
|
7043
|
-
}
|
|
7044
|
-
dso-modal [slot=body] img {
|
|
7045
|
-
block-size: auto;
|
|
7046
|
-
max-inline-size: 100%;
|
|
7047
|
-
}
|
|
7048
|
-
@media screen and (max-width: 767px) {
|
|
7049
|
-
dso-modal [slot=footer] .dso-primary + .dso-primary, dso-modal [slot=footer] .dso-primary + .dso-secondary, dso-modal [slot=footer] .dso-primary + .dso-tertiary, dso-modal [slot=footer] .dso-secondary + .dso-primary, dso-modal [slot=footer] .dso-secondary + .dso-secondary, dso-modal [slot=footer] .dso-secondary + .dso-tertiary, dso-modal [slot=footer] .dso-tertiary + .dso-primary, dso-modal [slot=footer] .dso-tertiary + .dso-secondary, dso-modal [slot=footer] .dso-tertiary + .dso-tertiary {
|
|
7050
|
-
margin-inline-start: 0;
|
|
7051
|
-
}
|
|
7052
|
-
dso-modal [slot=footer] button {
|
|
7053
|
-
inline-size: 100%;
|
|
7054
|
-
text-align: center;
|
|
7055
|
-
}
|
|
7056
|
-
dso-modal [slot=footer] button + button {
|
|
7057
|
-
margin-block-start: 8px;
|
|
7058
|
-
}
|
|
7059
|
-
dso-modal [slot=footer] button.dso-tertiary,
|
|
7060
|
-
dso-modal [slot=footer] button.dso-tertiary span {
|
|
7061
|
-
float: none;
|
|
7062
|
-
}
|
|
7063
|
-
}
|
|
7064
|
-
dso-modal [slot=footer] .dso-tertiary {
|
|
7065
|
-
float: inline-start;
|
|
7066
|
-
line-height: calc(1.5em - 1px);
|
|
7067
|
-
padding-block: 11px;
|
|
7068
|
-
padding-inline: 0;
|
|
7069
|
-
position: relative;
|
|
7070
|
-
}
|
|
7071
|
-
|
|
7072
6777
|
nav {
|
|
7073
6778
|
display: block;
|
|
7074
6779
|
}
|
|
@@ -8423,7 +8128,7 @@ dso-viewer-grid .dso-toggle-main-button {
|
|
|
8423
8128
|
margin-block-end: 0;
|
|
8424
8129
|
text-decoration: none;
|
|
8425
8130
|
touch-action: manipulation;
|
|
8426
|
-
text-align: start;
|
|
8131
|
+
text-align: var(--_dt-button-text-align, start);
|
|
8427
8132
|
user-select: none;
|
|
8428
8133
|
vertical-align: middle;
|
|
8429
8134
|
background-clip: padding-box;
|
|
@@ -8441,7 +8146,7 @@ dso-viewer-grid .dso-toggle-main-button {
|
|
|
8441
8146
|
margin-block-end: 0;
|
|
8442
8147
|
text-decoration: none;
|
|
8443
8148
|
touch-action: manipulation;
|
|
8444
|
-
text-align: start;
|
|
8149
|
+
text-align: var(--_dt-button-text-align, start);
|
|
8445
8150
|
user-select: none;
|
|
8446
8151
|
vertical-align: middle;
|
|
8447
8152
|
background-clip: padding-box;
|
|
@@ -8456,11 +8161,13 @@ dso-viewer-grid .dso-toggle-main-button {
|
|
|
8456
8161
|
background-color: var(--_dso-button-tertiary-background-color, );
|
|
8457
8162
|
border-color: var(--_dso-button-tertiary-border-color, );
|
|
8458
8163
|
color: var(--_dso-button-tertiary-color, #39870c);
|
|
8164
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
8459
8165
|
border-width: 1px;
|
|
8460
8166
|
border-style: solid;
|
|
8461
8167
|
border-radius: 4px;
|
|
8462
8168
|
line-height: 1.5;
|
|
8463
8169
|
min-inline-size: auto;
|
|
8170
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
8464
8171
|
padding-block: 11px;
|
|
8465
8172
|
padding-inline: 15px;
|
|
8466
8173
|
}
|
|
@@ -8468,16 +8175,19 @@ dso-viewer-grid .dso-toggle-main-button:hover {
|
|
|
8468
8175
|
background-color: var(--_dso-button-tertiary-hover-background-color, );
|
|
8469
8176
|
border-color: var(--_dso-button-tertiary-hover-border-color, );
|
|
8470
8177
|
color: var(--_dso-button-tertiary-hover-color, #275937);
|
|
8178
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
8471
8179
|
}
|
|
8472
8180
|
dso-viewer-grid .dso-toggle-main-button:active {
|
|
8473
8181
|
background-color: var(--_dso-button-tertiary-active-background-color, );
|
|
8474
8182
|
border-color: var(--_dso-button-tertiary-active-border-color, );
|
|
8475
8183
|
color: var(--_dso-button-tertiary-active-color, #173521);
|
|
8184
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
8476
8185
|
}
|
|
8477
8186
|
dso-viewer-grid .dso-toggle-main-button[disabled], dso-viewer-grid .dso-toggle-main-button[disabled]:hover {
|
|
8478
8187
|
background-color: var(--_dso-button-tertiary-disabled-background-color, );
|
|
8479
8188
|
border-color: var(--_dso-button-tertiary-disabled-border-color, );
|
|
8480
8189
|
color: var(--_dso-button-tertiary-disabled-color, #afcf9d);
|
|
8190
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
8481
8191
|
}
|
|
8482
8192
|
dso-viewer-grid .dso-toggle-main-button.dso-small {
|
|
8483
8193
|
line-height: 1rem;
|
|
@@ -8525,7 +8235,8 @@ dso-viewer-grid .dso-toggle-main-button dso-icon + span:not(.sr-only) {
|
|
|
8525
8235
|
dso-viewer-grid .dso-toggle-main-button {
|
|
8526
8236
|
border: 0;
|
|
8527
8237
|
line-height: 1;
|
|
8528
|
-
padding: 0;
|
|
8238
|
+
padding-inline: 0;
|
|
8239
|
+
padding-block: var(--_dt-button-padding-block-tertiary, 0);
|
|
8529
8240
|
background-color: transparent;
|
|
8530
8241
|
}
|
|
8531
8242
|
dso-viewer-grid .dso-toggle-main-button[disabled].dso-spinner-left, dso-viewer-grid .dso-toggle-main-button[disabled].dso-spinner-right {
|