dso-toolkit 93.0.0 → 94.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 +19 -0
- package/README.md +9 -15
- package/dist/dso.css +53 -338
- 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 +5 -4
- 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: "94.0.0";
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
@font-face {
|
|
@@ -1122,7 +1122,7 @@ label.dso-primary {
|
|
|
1122
1122
|
margin-block-end: 0;
|
|
1123
1123
|
text-decoration: none;
|
|
1124
1124
|
touch-action: manipulation;
|
|
1125
|
-
text-align: start;
|
|
1125
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1126
1126
|
user-select: none;
|
|
1127
1127
|
vertical-align: middle;
|
|
1128
1128
|
background-clip: padding-box;
|
|
@@ -1153,11 +1153,13 @@ label.dso-primary {
|
|
|
1153
1153
|
background-color: var(--_dso-button-primary-background-color, #39870c);
|
|
1154
1154
|
border-color: var(--_dso-button-primary-border-color, #39870c);
|
|
1155
1155
|
color: var(--_dso-button-primary-color, #fff);
|
|
1156
|
+
float: var(--_dt-button-float-primary, none);
|
|
1156
1157
|
border-width: 1px;
|
|
1157
1158
|
border-style: solid;
|
|
1158
1159
|
border-radius: 4px;
|
|
1159
1160
|
line-height: 1.5;
|
|
1160
1161
|
min-inline-size: 56px;
|
|
1162
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
1161
1163
|
padding-block: 11px;
|
|
1162
1164
|
padding-inline: 15px;
|
|
1163
1165
|
}
|
|
@@ -1167,6 +1169,7 @@ label.dso-primary:hover {
|
|
|
1167
1169
|
background-color: var(--_dso-button-primary-hover-background-color, #275937);
|
|
1168
1170
|
border-color: var(--_dso-button-primary-hover-border-color, #275937);
|
|
1169
1171
|
color: var(--_dso-button-primary-hover-color, #fff);
|
|
1172
|
+
float: var(--_dt-button-float-primary, none);
|
|
1170
1173
|
}
|
|
1171
1174
|
a.dso-primary:active,
|
|
1172
1175
|
button.dso-primary:active,
|
|
@@ -1174,6 +1177,7 @@ label.dso-primary:active {
|
|
|
1174
1177
|
background-color: var(--_dso-button-primary-active-background-color, #173521);
|
|
1175
1178
|
border-color: var(--_dso-button-primary-active-border-color, #173521);
|
|
1176
1179
|
color: var(--_dso-button-primary-active-color, #fff);
|
|
1180
|
+
float: var(--_dt-button-float-primary, none);
|
|
1177
1181
|
}
|
|
1178
1182
|
a.dso-primary[disabled], a.dso-primary[disabled]:hover,
|
|
1179
1183
|
button.dso-primary[disabled],
|
|
@@ -1183,6 +1187,7 @@ label.dso-primary[disabled]:hover {
|
|
|
1183
1187
|
background-color: var(--_dso-button-primary-disabled-background-color, #afcf9d);
|
|
1184
1188
|
border-color: var(--_dso-button-primary-disabled-border-color, #afcf9d);
|
|
1185
1189
|
color: var(--_dso-button-primary-disabled-color, #fff);
|
|
1190
|
+
float: var(--_dt-button-float-primary, none);
|
|
1186
1191
|
}
|
|
1187
1192
|
a.dso-primary.dso-small,
|
|
1188
1193
|
button.dso-primary.dso-small,
|
|
@@ -1323,7 +1328,7 @@ label.dso-secondary {
|
|
|
1323
1328
|
margin-block-end: 0;
|
|
1324
1329
|
text-decoration: none;
|
|
1325
1330
|
touch-action: manipulation;
|
|
1326
|
-
text-align: start;
|
|
1331
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1327
1332
|
user-select: none;
|
|
1328
1333
|
vertical-align: middle;
|
|
1329
1334
|
background-clip: padding-box;
|
|
@@ -1354,11 +1359,13 @@ label.dso-secondary {
|
|
|
1354
1359
|
background-color: var(--_dso-button-secondary-background-color, #fff);
|
|
1355
1360
|
border-color: var(--_dso-button-secondary-border-color, #39870c);
|
|
1356
1361
|
color: var(--_dso-button-secondary-color, #39870c);
|
|
1362
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1357
1363
|
border-width: 1px;
|
|
1358
1364
|
border-style: solid;
|
|
1359
1365
|
border-radius: 4px;
|
|
1360
1366
|
line-height: 1.5;
|
|
1361
1367
|
min-inline-size: 56px;
|
|
1368
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
1362
1369
|
padding-block: 11px;
|
|
1363
1370
|
padding-inline: 15px;
|
|
1364
1371
|
}
|
|
@@ -1368,6 +1375,7 @@ label.dso-secondary:hover {
|
|
|
1368
1375
|
background-color: var(--_dso-button-secondary-hover-background-color, #d7e7ce);
|
|
1369
1376
|
border-color: var(--_dso-button-secondary-hover-border-color, #275937);
|
|
1370
1377
|
color: var(--_dso-button-secondary-hover-color, #275937);
|
|
1378
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1371
1379
|
}
|
|
1372
1380
|
a.dso-secondary:active,
|
|
1373
1381
|
button.dso-secondary:active,
|
|
@@ -1375,6 +1383,7 @@ label.dso-secondary:active {
|
|
|
1375
1383
|
background-color: var(--_dso-button-secondary-active-background-color, #275937);
|
|
1376
1384
|
border-color: var(--_dso-button-secondary-active-border-color, #275937);
|
|
1377
1385
|
color: var(--_dso-button-secondary-active-color, #fff);
|
|
1386
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1378
1387
|
}
|
|
1379
1388
|
a.dso-secondary[disabled], a.dso-secondary[disabled]:hover,
|
|
1380
1389
|
button.dso-secondary[disabled],
|
|
@@ -1384,6 +1393,7 @@ label.dso-secondary[disabled]:hover {
|
|
|
1384
1393
|
background-color: var(--_dso-button-secondary-disabled-background-color, #fff);
|
|
1385
1394
|
border-color: var(--_dso-button-secondary-disabled-border-color, #afcf9d);
|
|
1386
1395
|
color: var(--_dso-button-secondary-disabled-color, #afcf9d);
|
|
1396
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1387
1397
|
}
|
|
1388
1398
|
a.dso-secondary.dso-small,
|
|
1389
1399
|
button.dso-secondary.dso-small,
|
|
@@ -1580,7 +1590,7 @@ label.dso-tertiary {
|
|
|
1580
1590
|
margin-block-end: 0;
|
|
1581
1591
|
text-decoration: none;
|
|
1582
1592
|
touch-action: manipulation;
|
|
1583
|
-
text-align: start;
|
|
1593
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1584
1594
|
user-select: none;
|
|
1585
1595
|
vertical-align: middle;
|
|
1586
1596
|
background-clip: padding-box;
|
|
@@ -1614,7 +1624,7 @@ label.dso-tertiary {
|
|
|
1614
1624
|
margin-block-end: 0;
|
|
1615
1625
|
text-decoration: none;
|
|
1616
1626
|
touch-action: manipulation;
|
|
1617
|
-
text-align: start;
|
|
1627
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1618
1628
|
user-select: none;
|
|
1619
1629
|
vertical-align: middle;
|
|
1620
1630
|
background-clip: padding-box;
|
|
@@ -1645,11 +1655,13 @@ label.dso-tertiary {
|
|
|
1645
1655
|
background-color: var(--_dso-button-tertiary-background-color, );
|
|
1646
1656
|
border-color: var(--_dso-button-tertiary-border-color, );
|
|
1647
1657
|
color: var(--_dso-button-tertiary-color, #39870c);
|
|
1658
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
1648
1659
|
border-width: 1px;
|
|
1649
1660
|
border-style: solid;
|
|
1650
1661
|
border-radius: 4px;
|
|
1651
1662
|
line-height: 1.5;
|
|
1652
1663
|
min-inline-size: auto;
|
|
1664
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
1653
1665
|
padding-block: 11px;
|
|
1654
1666
|
padding-inline: 15px;
|
|
1655
1667
|
}
|
|
@@ -1659,6 +1671,7 @@ label.dso-tertiary:hover {
|
|
|
1659
1671
|
background-color: var(--_dso-button-tertiary-hover-background-color, );
|
|
1660
1672
|
border-color: var(--_dso-button-tertiary-hover-border-color, );
|
|
1661
1673
|
color: var(--_dso-button-tertiary-hover-color, #275937);
|
|
1674
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
1662
1675
|
}
|
|
1663
1676
|
a.dso-tertiary:active,
|
|
1664
1677
|
button.dso-tertiary:active,
|
|
@@ -1666,6 +1679,7 @@ label.dso-tertiary:active {
|
|
|
1666
1679
|
background-color: var(--_dso-button-tertiary-active-background-color, );
|
|
1667
1680
|
border-color: var(--_dso-button-tertiary-active-border-color, );
|
|
1668
1681
|
color: var(--_dso-button-tertiary-active-color, #173521);
|
|
1682
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
1669
1683
|
}
|
|
1670
1684
|
a.dso-tertiary[disabled], a.dso-tertiary[disabled]:hover,
|
|
1671
1685
|
button.dso-tertiary[disabled],
|
|
@@ -1675,6 +1689,7 @@ label.dso-tertiary[disabled]:hover {
|
|
|
1675
1689
|
background-color: var(--_dso-button-tertiary-disabled-background-color, );
|
|
1676
1690
|
border-color: var(--_dso-button-tertiary-disabled-border-color, );
|
|
1677
1691
|
color: var(--_dso-button-tertiary-disabled-color, #afcf9d);
|
|
1692
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
1678
1693
|
}
|
|
1679
1694
|
a.dso-tertiary.dso-small,
|
|
1680
1695
|
button.dso-tertiary.dso-small,
|
|
@@ -1760,7 +1775,8 @@ button.dso-tertiary,
|
|
|
1760
1775
|
label.dso-tertiary {
|
|
1761
1776
|
border: 0;
|
|
1762
1777
|
line-height: 1;
|
|
1763
|
-
padding: 0;
|
|
1778
|
+
padding-inline: 0;
|
|
1779
|
+
padding-block: var(--_dt-button-padding-block-tertiary, 0);
|
|
1764
1780
|
background-color: transparent;
|
|
1765
1781
|
}
|
|
1766
1782
|
a.dso-tertiary[disabled].dso-spinner-left, a.dso-tertiary[disabled].dso-spinner-right,
|
|
@@ -1905,7 +1921,7 @@ label.dso-map {
|
|
|
1905
1921
|
margin-block-end: 0;
|
|
1906
1922
|
text-decoration: none;
|
|
1907
1923
|
touch-action: manipulation;
|
|
1908
|
-
text-align: start;
|
|
1924
|
+
text-align: var(--_dt-button-text-align, start);
|
|
1909
1925
|
user-select: none;
|
|
1910
1926
|
vertical-align: middle;
|
|
1911
1927
|
background-clip: padding-box;
|
|
@@ -1928,11 +1944,13 @@ label.dso-map {
|
|
|
1928
1944
|
background-color: var(--_dso-button-secondary-background-color, #fff);
|
|
1929
1945
|
border-color: var(--_dso-button-secondary-border-color, #39870c);
|
|
1930
1946
|
color: var(--_dso-button-secondary-color, #39870c);
|
|
1947
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1931
1948
|
border-width: 1px;
|
|
1932
1949
|
border-style: solid;
|
|
1933
1950
|
border-radius: 4px;
|
|
1934
1951
|
line-height: 1.5;
|
|
1935
1952
|
min-inline-size: 56px;
|
|
1953
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
1936
1954
|
padding-block: 11px;
|
|
1937
1955
|
padding-inline: 15px;
|
|
1938
1956
|
}
|
|
@@ -1942,6 +1960,7 @@ label.dso-map:hover {
|
|
|
1942
1960
|
background-color: var(--_dso-button-secondary-hover-background-color, #d7e7ce);
|
|
1943
1961
|
border-color: var(--_dso-button-secondary-hover-border-color, #275937);
|
|
1944
1962
|
color: var(--_dso-button-secondary-hover-color, #275937);
|
|
1963
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1945
1964
|
}
|
|
1946
1965
|
a.dso-map:active,
|
|
1947
1966
|
button.dso-map:active,
|
|
@@ -1949,6 +1968,7 @@ label.dso-map:active {
|
|
|
1949
1968
|
background-color: var(--_dso-button-secondary-active-background-color, #275937);
|
|
1950
1969
|
border-color: var(--_dso-button-secondary-active-border-color, #275937);
|
|
1951
1970
|
color: var(--_dso-button-secondary-active-color, #fff);
|
|
1971
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1952
1972
|
}
|
|
1953
1973
|
a.dso-map[disabled], a.dso-map[disabled]:hover,
|
|
1954
1974
|
button.dso-map[disabled],
|
|
@@ -1958,6 +1978,7 @@ label.dso-map[disabled]:hover {
|
|
|
1958
1978
|
background-color: var(--_dso-button-secondary-disabled-background-color, #fff);
|
|
1959
1979
|
border-color: var(--_dso-button-secondary-disabled-border-color, #afcf9d);
|
|
1960
1980
|
color: var(--_dso-button-secondary-disabled-color, #afcf9d);
|
|
1981
|
+
float: var(--_dt-button-float-secondary, none);
|
|
1961
1982
|
}
|
|
1962
1983
|
a.dso-map.dso-small,
|
|
1963
1984
|
button.dso-map.dso-small,
|
|
@@ -2164,7 +2185,8 @@ a.dso-tertiary, a.dso-tertiary:visited {
|
|
|
2164
2185
|
.dso-tertiary + .dso-primary,
|
|
2165
2186
|
.dso-tertiary + .dso-secondary,
|
|
2166
2187
|
.dso-tertiary + .dso-tertiary {
|
|
2167
|
-
margin-
|
|
2188
|
+
margin-block-start: var(--_dt-button-after-button-margin-block-start, 0);
|
|
2189
|
+
margin-inline-start: var(--_dt-button-after-button-margin-inline-start, 16px);
|
|
2168
2190
|
}
|
|
2169
2191
|
|
|
2170
2192
|
.dso-button-row {
|
|
@@ -2693,9 +2715,9 @@ del {
|
|
|
2693
2715
|
--_dso-button-tertiary-disabled-color: #999;
|
|
2694
2716
|
background-color: #f5d8dc;
|
|
2695
2717
|
color: #191919;
|
|
2696
|
-
--
|
|
2718
|
+
--_dt-ozon-content-toggletip-color: #000;
|
|
2697
2719
|
text-decoration: line-through;
|
|
2698
|
-
--
|
|
2720
|
+
--_dt-ozon-content-toggletip-text-decoration: underline line-through;
|
|
2699
2721
|
}
|
|
2700
2722
|
@media screen and (min--moz-device-pixel-ratio: 0) {
|
|
2701
2723
|
del {
|
|
@@ -3045,7 +3067,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3045
3067
|
margin-block-end: 0;
|
|
3046
3068
|
text-decoration: none;
|
|
3047
3069
|
touch-action: manipulation;
|
|
3048
|
-
text-align: start;
|
|
3070
|
+
text-align: var(--_dt-button-text-align, start);
|
|
3049
3071
|
user-select: none;
|
|
3050
3072
|
vertical-align: middle;
|
|
3051
3073
|
background-clip: padding-box;
|
|
@@ -3079,7 +3101,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3079
3101
|
margin-block-end: 0;
|
|
3080
3102
|
text-decoration: none;
|
|
3081
3103
|
touch-action: manipulation;
|
|
3082
|
-
text-align: start;
|
|
3104
|
+
text-align: var(--_dt-button-text-align, start);
|
|
3083
3105
|
user-select: none;
|
|
3084
3106
|
vertical-align: middle;
|
|
3085
3107
|
background-clip: padding-box;
|
|
@@ -3110,11 +3132,13 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3110
3132
|
background-color: var(--_dso-button-tertiary-background-color, );
|
|
3111
3133
|
border-color: var(--_dso-button-tertiary-border-color, );
|
|
3112
3134
|
color: var(--_dso-button-tertiary-color, #39870c);
|
|
3135
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
3113
3136
|
border-width: 1px;
|
|
3114
3137
|
border-style: solid;
|
|
3115
3138
|
border-radius: 4px;
|
|
3116
3139
|
line-height: 1.5;
|
|
3117
3140
|
min-inline-size: auto;
|
|
3141
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
3118
3142
|
padding-block: 11px;
|
|
3119
3143
|
padding-inline: 15px;
|
|
3120
3144
|
}
|
|
@@ -3124,6 +3148,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3124
3148
|
background-color: var(--_dso-button-tertiary-hover-background-color, );
|
|
3125
3149
|
border-color: var(--_dso-button-tertiary-hover-border-color, );
|
|
3126
3150
|
color: var(--_dso-button-tertiary-hover-color, #275937);
|
|
3151
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
3127
3152
|
}
|
|
3128
3153
|
.dso-document-header .dso-document-header-map-action:active,
|
|
3129
3154
|
.dso-document-header .dso-document-header-toggle-features:active,
|
|
@@ -3131,6 +3156,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3131
3156
|
background-color: var(--_dso-button-tertiary-active-background-color, );
|
|
3132
3157
|
border-color: var(--_dso-button-tertiary-active-border-color, );
|
|
3133
3158
|
color: var(--_dso-button-tertiary-active-color, #173521);
|
|
3159
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
3134
3160
|
}
|
|
3135
3161
|
.dso-document-header .dso-document-header-map-action[disabled], .dso-document-header .dso-document-header-map-action[disabled]:hover,
|
|
3136
3162
|
.dso-document-header .dso-document-header-toggle-features[disabled],
|
|
@@ -3140,6 +3166,7 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3140
3166
|
background-color: var(--_dso-button-tertiary-disabled-background-color, );
|
|
3141
3167
|
border-color: var(--_dso-button-tertiary-disabled-border-color, );
|
|
3142
3168
|
color: var(--_dso-button-tertiary-disabled-color, #afcf9d);
|
|
3169
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
3143
3170
|
}
|
|
3144
3171
|
.dso-document-header .dso-document-header-map-action.dso-small,
|
|
3145
3172
|
.dso-document-header .dso-document-header-toggle-features.dso-small,
|
|
@@ -3225,7 +3252,8 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3225
3252
|
.dso-document-header .dso-document-header-toggle-status {
|
|
3226
3253
|
border: 0;
|
|
3227
3254
|
line-height: 1;
|
|
3228
|
-
padding: 0;
|
|
3255
|
+
padding-inline: 0;
|
|
3256
|
+
padding-block: var(--_dt-button-padding-block-tertiary, 0);
|
|
3229
3257
|
background-color: transparent;
|
|
3230
3258
|
}
|
|
3231
3259
|
.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 +6236,7 @@ dso-info {
|
|
|
6208
6236
|
margin-block-end: 0;
|
|
6209
6237
|
text-decoration: none;
|
|
6210
6238
|
touch-action: manipulation;
|
|
6211
|
-
text-align: start;
|
|
6239
|
+
text-align: var(--_dt-button-text-align, start);
|
|
6212
6240
|
user-select: none;
|
|
6213
6241
|
vertical-align: middle;
|
|
6214
6242
|
background-clip: padding-box;
|
|
@@ -6313,7 +6341,7 @@ ins {
|
|
|
6313
6341
|
background-color: #e4f1d4;
|
|
6314
6342
|
color: #191919;
|
|
6315
6343
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
|
|
6316
|
-
--
|
|
6344
|
+
--_dt-ozon-content-toggletip-color: #000;
|
|
6317
6345
|
}
|
|
6318
6346
|
|
|
6319
6347
|
.dso-justify-form-groups {
|
|
@@ -6406,6 +6434,7 @@ ins {
|
|
|
6406
6434
|
}
|
|
6407
6435
|
|
|
6408
6436
|
a {
|
|
6437
|
+
overflow-wrap: anywhere;
|
|
6409
6438
|
background-color: transparent;
|
|
6410
6439
|
color: var(--link-color);
|
|
6411
6440
|
text-decoration: underline;
|
|
@@ -6748,326 +6777,6 @@ mark.dso-highlight {
|
|
|
6748
6777
|
background-color: #dbd136;
|
|
6749
6778
|
}
|
|
6750
6779
|
|
|
6751
|
-
@keyframes ModalFadeIn {
|
|
6752
|
-
0% {
|
|
6753
|
-
opacity: 0;
|
|
6754
|
-
}
|
|
6755
|
-
100% {
|
|
6756
|
-
opacity: 1;
|
|
6757
|
-
}
|
|
6758
|
-
}
|
|
6759
|
-
body:has(dialog[open]),
|
|
6760
|
-
body:has(dso-modal.hydrated) {
|
|
6761
|
-
overflow: hidden;
|
|
6762
|
-
}
|
|
6763
|
-
|
|
6764
|
-
.dso-modal {
|
|
6765
|
-
overflow: visible;
|
|
6766
|
-
padding: 0;
|
|
6767
|
-
border: 0;
|
|
6768
|
-
}
|
|
6769
|
-
.dso-modal::backdrop {
|
|
6770
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
6771
|
-
}
|
|
6772
|
-
.dso-modal .dso-dialog {
|
|
6773
|
-
inline-size: 640px;
|
|
6774
|
-
background-color: #fff;
|
|
6775
|
-
opacity: 1;
|
|
6776
|
-
box-shadow: 0 8px 24px 0 rgba(25, 25, 25, 0.4);
|
|
6777
|
-
animation: 200ms ease-out 0s 1 ModalFadeIn;
|
|
6778
|
-
}
|
|
6779
|
-
.dso-modal .dso-header {
|
|
6780
|
-
position: relative;
|
|
6781
|
-
padding: 16px;
|
|
6782
|
-
border-block-end: 1px solid #ccc;
|
|
6783
|
-
}
|
|
6784
|
-
.dso-modal .dso-header h2 {
|
|
6785
|
-
max-inline-size: calc(100% - 24px);
|
|
6786
|
-
margin: 0;
|
|
6787
|
-
color: #275937;
|
|
6788
|
-
}
|
|
6789
|
-
.dso-modal .dso-header .dso-close {
|
|
6790
|
-
position: absolute;
|
|
6791
|
-
inset-block-start: 16px;
|
|
6792
|
-
inset-inline-end: 13px;
|
|
6793
|
-
block-size: 32px;
|
|
6794
|
-
inline-size: 32px;
|
|
6795
|
-
padding: 0;
|
|
6796
|
-
background-color: transparent;
|
|
6797
|
-
border: 0;
|
|
6798
|
-
text-align: center;
|
|
6799
|
-
}
|
|
6800
|
-
.dso-modal > .dso-dialog > .dso-body p {
|
|
6801
|
-
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
6802
|
-
margin-inline: 0;
|
|
6803
|
-
}
|
|
6804
|
-
.dso-modal > .dso-dialog > .dso-body ul,
|
|
6805
|
-
.dso-modal > .dso-dialog > .dso-body ol {
|
|
6806
|
-
margin-block-end: 16px;
|
|
6807
|
-
}
|
|
6808
|
-
.dso-modal > .dso-dialog > .dso-body ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
|
|
6809
|
-
.dso-modal > .dso-dialog > .dso-body ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
|
|
6810
|
-
padding-inline-start: 24px;
|
|
6811
|
-
}
|
|
6812
|
-
.dso-modal > .dso-dialog > .dso-body ul ul,
|
|
6813
|
-
.dso-modal > .dso-dialog > .dso-body ul ol,
|
|
6814
|
-
.dso-modal > .dso-dialog > .dso-body ol ul,
|
|
6815
|
-
.dso-modal > .dso-dialog > .dso-body ol ol {
|
|
6816
|
-
margin-block-end: 0;
|
|
6817
|
-
}
|
|
6818
|
-
.dso-modal > .dso-dialog > .dso-body pre {
|
|
6819
|
-
margin-block: 0 16px;
|
|
6820
|
-
margin-inline: 0;
|
|
6821
|
-
}
|
|
6822
|
-
.dso-modal > .dso-dialog > .dso-body blockquote {
|
|
6823
|
-
padding-block: 16px;
|
|
6824
|
-
padding-inline: 24px;
|
|
6825
|
-
}
|
|
6826
|
-
.dso-modal > .dso-dialog > .dso-body dso-highlight-box,
|
|
6827
|
-
.dso-modal > .dso-dialog > .dso-body .dso-highlight-box {
|
|
6828
|
-
margin-block-end: 24px;
|
|
6829
|
-
}
|
|
6830
|
-
.dso-modal > .dso-dialog > .dso-body img {
|
|
6831
|
-
block-size: auto;
|
|
6832
|
-
max-inline-size: 100%;
|
|
6833
|
-
}
|
|
6834
|
-
.dso-modal > .dso-dialog > .dso-body {
|
|
6835
|
-
block-size: calc(100% - 96px - 1.5rem);
|
|
6836
|
-
max-block-size: calc(70vh - 144px - 1.5em);
|
|
6837
|
-
min-block-size: 1.5rem;
|
|
6838
|
-
overflow-x: auto;
|
|
6839
|
-
padding: 32px;
|
|
6840
|
-
}
|
|
6841
|
-
.dso-modal > .dso-dialog > dso-scrollable {
|
|
6842
|
-
block-size: calc(100% - 96px - 1.5rem);
|
|
6843
|
-
max-block-size: calc(70vh - 144px - 1.5em);
|
|
6844
|
-
min-block-size: 6.5rem;
|
|
6845
|
-
}
|
|
6846
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body p {
|
|
6847
|
-
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
6848
|
-
margin-inline: 0;
|
|
6849
|
-
}
|
|
6850
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul,
|
|
6851
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ol {
|
|
6852
|
-
margin-block-end: 16px;
|
|
6853
|
-
}
|
|
6854
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
|
|
6855
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
|
|
6856
|
-
padding-inline-start: 24px;
|
|
6857
|
-
}
|
|
6858
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul ul,
|
|
6859
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul ol,
|
|
6860
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ol ul,
|
|
6861
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body ol ol {
|
|
6862
|
-
margin-block-end: 0;
|
|
6863
|
-
}
|
|
6864
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body pre {
|
|
6865
|
-
margin-block: 0 16px;
|
|
6866
|
-
margin-inline: 0;
|
|
6867
|
-
}
|
|
6868
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body blockquote {
|
|
6869
|
-
padding-block: 16px;
|
|
6870
|
-
padding-inline: 24px;
|
|
6871
|
-
}
|
|
6872
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body dso-highlight-box,
|
|
6873
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body .dso-highlight-box {
|
|
6874
|
-
margin-block-end: 24px;
|
|
6875
|
-
}
|
|
6876
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body img {
|
|
6877
|
-
block-size: auto;
|
|
6878
|
-
max-inline-size: 100%;
|
|
6879
|
-
}
|
|
6880
|
-
.dso-modal > .dso-dialog > dso-scrollable .dso-body {
|
|
6881
|
-
padding: 32px;
|
|
6882
|
-
}
|
|
6883
|
-
.dso-modal .dso-body:focus-visible {
|
|
6884
|
-
outline: none;
|
|
6885
|
-
}
|
|
6886
|
-
@media screen and (max-width: 767px) {
|
|
6887
|
-
.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 {
|
|
6888
|
-
margin-inline-start: 0;
|
|
6889
|
-
}
|
|
6890
|
-
.dso-modal .dso-footer button {
|
|
6891
|
-
inline-size: 100%;
|
|
6892
|
-
text-align: center;
|
|
6893
|
-
}
|
|
6894
|
-
.dso-modal .dso-footer button + button {
|
|
6895
|
-
margin-block-start: 8px;
|
|
6896
|
-
}
|
|
6897
|
-
.dso-modal .dso-footer button.dso-tertiary,
|
|
6898
|
-
.dso-modal .dso-footer button.dso-tertiary span {
|
|
6899
|
-
float: none;
|
|
6900
|
-
}
|
|
6901
|
-
}
|
|
6902
|
-
.dso-modal .dso-footer {
|
|
6903
|
-
min-block-size: 80px;
|
|
6904
|
-
padding-block: 16px;
|
|
6905
|
-
padding-inline: 32px;
|
|
6906
|
-
text-align: end;
|
|
6907
|
-
}
|
|
6908
|
-
@media screen and (min-width: 768px) {
|
|
6909
|
-
.dso-modal .dso-footer .dso-primary + .dso-secondary, .dso-modal .dso-footer .dso-secondary + .dso-secondary, .dso-modal .dso-footer .dso-tertiary + .dso-secondary {
|
|
6910
|
-
margin-inline-start: 16px;
|
|
6911
|
-
}
|
|
6912
|
-
.dso-modal .dso-footer .dso-primary + .dso-tertiary, .dso-modal .dso-footer .dso-secondary + .dso-tertiary, .dso-modal .dso-footer .dso-tertiary + .dso-tertiary {
|
|
6913
|
-
margin-inline-start: 0;
|
|
6914
|
-
}
|
|
6915
|
-
}
|
|
6916
|
-
@media screen and (max-width: 767px) {
|
|
6917
|
-
.dso-modal .dso-dialog {
|
|
6918
|
-
max-inline-size: 100%;
|
|
6919
|
-
margin-block-start: 0;
|
|
6920
|
-
}
|
|
6921
|
-
.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 {
|
|
6922
|
-
margin-inline-start: 0;
|
|
6923
|
-
}
|
|
6924
|
-
.dso-modal .dso-footer button {
|
|
6925
|
-
inline-size: 100%;
|
|
6926
|
-
text-align: center;
|
|
6927
|
-
}
|
|
6928
|
-
.dso-modal .dso-footer button + button {
|
|
6929
|
-
margin-block-start: 8px;
|
|
6930
|
-
}
|
|
6931
|
-
.dso-modal .dso-footer button.dso-tertiary,
|
|
6932
|
-
.dso-modal .dso-footer button.dso-tertiary span {
|
|
6933
|
-
float: none;
|
|
6934
|
-
}
|
|
6935
|
-
}
|
|
6936
|
-
@media screen and (max-height: 380px) {
|
|
6937
|
-
.dso-modal .dso-dialog {
|
|
6938
|
-
min-block-size: 216px;
|
|
6939
|
-
margin-block-start: 8px;
|
|
6940
|
-
margin-block-end: 8px;
|
|
6941
|
-
}
|
|
6942
|
-
.dso-modal .dso-header {
|
|
6943
|
-
padding-block: 8px;
|
|
6944
|
-
padding-inline: 16px;
|
|
6945
|
-
}
|
|
6946
|
-
.dso-modal .dso-header .dso-close {
|
|
6947
|
-
inset-block-start: 8px;
|
|
6948
|
-
}
|
|
6949
|
-
.dso-modal .dso-body {
|
|
6950
|
-
padding-block: 16px;
|
|
6951
|
-
padding-inline: 24px;
|
|
6952
|
-
}
|
|
6953
|
-
.dso-modal .dso-footer {
|
|
6954
|
-
min-block-size: auto;
|
|
6955
|
-
overflow: auto;
|
|
6956
|
-
padding-block: 8px;
|
|
6957
|
-
padding-inline: 32px;
|
|
6958
|
-
}
|
|
6959
|
-
}
|
|
6960
|
-
.dso-modal.dso-fullscreen {
|
|
6961
|
-
inline-size: 100dvi;
|
|
6962
|
-
block-size: 100dvb;
|
|
6963
|
-
}
|
|
6964
|
-
.dso-modal.dso-fullscreen .dso-dialog {
|
|
6965
|
-
display: flex;
|
|
6966
|
-
flex-direction: column;
|
|
6967
|
-
inline-size: 100%;
|
|
6968
|
-
block-size: 100%;
|
|
6969
|
-
}
|
|
6970
|
-
.dso-modal.dso-fullscreen .dso-dialog > dso-scrollable {
|
|
6971
|
-
flex-grow: 1;
|
|
6972
|
-
max-block-size: unset;
|
|
6973
|
-
}
|
|
6974
|
-
.dso-modal.dso-fullscreen .dso-footer {
|
|
6975
|
-
flex-shrink: 0;
|
|
6976
|
-
}
|
|
6977
|
-
.dso-modal .dso-close::before {
|
|
6978
|
-
background: url("./di.svg#cross") no-repeat center;
|
|
6979
|
-
background-size: cover;
|
|
6980
|
-
block-size: 24px;
|
|
6981
|
-
vertical-align: middle;
|
|
6982
|
-
inline-size: 24px;
|
|
6983
|
-
content: "";
|
|
6984
|
-
display: inline-block;
|
|
6985
|
-
}
|
|
6986
|
-
.dso-modal .dso-footer .dso-tertiary {
|
|
6987
|
-
float: inline-start;
|
|
6988
|
-
line-height: calc(1.5em - 1px);
|
|
6989
|
-
padding-block: 11px;
|
|
6990
|
-
padding-inline: 0;
|
|
6991
|
-
position: relative;
|
|
6992
|
-
}
|
|
6993
|
-
@media screen and (max-width: 480px) {
|
|
6994
|
-
.dso-modal {
|
|
6995
|
-
inline-size: 100dvi;
|
|
6996
|
-
block-size: 100dvb;
|
|
6997
|
-
}
|
|
6998
|
-
.dso-modal .dso-dialog {
|
|
6999
|
-
display: flex;
|
|
7000
|
-
flex-direction: column;
|
|
7001
|
-
inline-size: 100%;
|
|
7002
|
-
block-size: 100%;
|
|
7003
|
-
}
|
|
7004
|
-
.dso-modal .dso-dialog > dso-scrollable {
|
|
7005
|
-
flex-grow: 1;
|
|
7006
|
-
max-block-size: unset;
|
|
7007
|
-
}
|
|
7008
|
-
.dso-modal .dso-footer {
|
|
7009
|
-
flex-shrink: 0;
|
|
7010
|
-
}
|
|
7011
|
-
}
|
|
7012
|
-
|
|
7013
|
-
dso-modal [slot=body] p {
|
|
7014
|
-
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
7015
|
-
margin-inline: 0;
|
|
7016
|
-
}
|
|
7017
|
-
dso-modal [slot=body] ul,
|
|
7018
|
-
dso-modal [slot=body] ol {
|
|
7019
|
-
margin-block-end: 16px;
|
|
7020
|
-
}
|
|
7021
|
-
dso-modal [slot=body] ul:not(.list-group):not(.dso-link-list):not(.dso-columns-list),
|
|
7022
|
-
dso-modal [slot=body] ol:not(.list-group):not(.dso-link-list):not(.dso-columns-list) {
|
|
7023
|
-
padding-inline-start: 24px;
|
|
7024
|
-
}
|
|
7025
|
-
dso-modal [slot=body] ul ul,
|
|
7026
|
-
dso-modal [slot=body] ul ol,
|
|
7027
|
-
dso-modal [slot=body] ol ul,
|
|
7028
|
-
dso-modal [slot=body] ol ol {
|
|
7029
|
-
margin-block-end: 0;
|
|
7030
|
-
}
|
|
7031
|
-
dso-modal [slot=body] pre {
|
|
7032
|
-
margin-block: 0 16px;
|
|
7033
|
-
margin-inline: 0;
|
|
7034
|
-
}
|
|
7035
|
-
dso-modal [slot=body] blockquote {
|
|
7036
|
-
padding-block: 16px;
|
|
7037
|
-
padding-inline: 24px;
|
|
7038
|
-
}
|
|
7039
|
-
dso-modal [slot=body] dso-highlight-box,
|
|
7040
|
-
dso-modal [slot=body] .dso-highlight-box {
|
|
7041
|
-
margin-block-end: 24px;
|
|
7042
|
-
}
|
|
7043
|
-
dso-modal [slot=body] img {
|
|
7044
|
-
block-size: auto;
|
|
7045
|
-
max-inline-size: 100%;
|
|
7046
|
-
}
|
|
7047
|
-
@media screen and (max-width: 767px) {
|
|
7048
|
-
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 {
|
|
7049
|
-
margin-inline-start: 0;
|
|
7050
|
-
}
|
|
7051
|
-
dso-modal [slot=footer] button {
|
|
7052
|
-
inline-size: 100%;
|
|
7053
|
-
text-align: center;
|
|
7054
|
-
}
|
|
7055
|
-
dso-modal [slot=footer] button + button {
|
|
7056
|
-
margin-block-start: 8px;
|
|
7057
|
-
}
|
|
7058
|
-
dso-modal [slot=footer] button.dso-tertiary,
|
|
7059
|
-
dso-modal [slot=footer] button.dso-tertiary span {
|
|
7060
|
-
float: none;
|
|
7061
|
-
}
|
|
7062
|
-
}
|
|
7063
|
-
dso-modal [slot=footer] .dso-tertiary {
|
|
7064
|
-
float: inline-start;
|
|
7065
|
-
line-height: calc(1.5em - 1px);
|
|
7066
|
-
padding-block: 11px;
|
|
7067
|
-
padding-inline: 0;
|
|
7068
|
-
position: relative;
|
|
7069
|
-
}
|
|
7070
|
-
|
|
7071
6780
|
nav {
|
|
7072
6781
|
display: block;
|
|
7073
6782
|
}
|
|
@@ -8422,7 +8131,7 @@ dso-viewer-grid .dso-toggle-main-button {
|
|
|
8422
8131
|
margin-block-end: 0;
|
|
8423
8132
|
text-decoration: none;
|
|
8424
8133
|
touch-action: manipulation;
|
|
8425
|
-
text-align: start;
|
|
8134
|
+
text-align: var(--_dt-button-text-align, start);
|
|
8426
8135
|
user-select: none;
|
|
8427
8136
|
vertical-align: middle;
|
|
8428
8137
|
background-clip: padding-box;
|
|
@@ -8440,7 +8149,7 @@ dso-viewer-grid .dso-toggle-main-button {
|
|
|
8440
8149
|
margin-block-end: 0;
|
|
8441
8150
|
text-decoration: none;
|
|
8442
8151
|
touch-action: manipulation;
|
|
8443
|
-
text-align: start;
|
|
8152
|
+
text-align: var(--_dt-button-text-align, start);
|
|
8444
8153
|
user-select: none;
|
|
8445
8154
|
vertical-align: middle;
|
|
8446
8155
|
background-clip: padding-box;
|
|
@@ -8455,11 +8164,13 @@ dso-viewer-grid .dso-toggle-main-button {
|
|
|
8455
8164
|
background-color: var(--_dso-button-tertiary-background-color, );
|
|
8456
8165
|
border-color: var(--_dso-button-tertiary-border-color, );
|
|
8457
8166
|
color: var(--_dso-button-tertiary-color, #39870c);
|
|
8167
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
8458
8168
|
border-width: 1px;
|
|
8459
8169
|
border-style: solid;
|
|
8460
8170
|
border-radius: 4px;
|
|
8461
8171
|
line-height: 1.5;
|
|
8462
8172
|
min-inline-size: auto;
|
|
8173
|
+
inline-size: var(--_dt-button-inline-size, auto);
|
|
8463
8174
|
padding-block: 11px;
|
|
8464
8175
|
padding-inline: 15px;
|
|
8465
8176
|
}
|
|
@@ -8467,16 +8178,19 @@ dso-viewer-grid .dso-toggle-main-button:hover {
|
|
|
8467
8178
|
background-color: var(--_dso-button-tertiary-hover-background-color, );
|
|
8468
8179
|
border-color: var(--_dso-button-tertiary-hover-border-color, );
|
|
8469
8180
|
color: var(--_dso-button-tertiary-hover-color, #275937);
|
|
8181
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
8470
8182
|
}
|
|
8471
8183
|
dso-viewer-grid .dso-toggle-main-button:active {
|
|
8472
8184
|
background-color: var(--_dso-button-tertiary-active-background-color, );
|
|
8473
8185
|
border-color: var(--_dso-button-tertiary-active-border-color, );
|
|
8474
8186
|
color: var(--_dso-button-tertiary-active-color, #173521);
|
|
8187
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
8475
8188
|
}
|
|
8476
8189
|
dso-viewer-grid .dso-toggle-main-button[disabled], dso-viewer-grid .dso-toggle-main-button[disabled]:hover {
|
|
8477
8190
|
background-color: var(--_dso-button-tertiary-disabled-background-color, );
|
|
8478
8191
|
border-color: var(--_dso-button-tertiary-disabled-border-color, );
|
|
8479
8192
|
color: var(--_dso-button-tertiary-disabled-color, #afcf9d);
|
|
8193
|
+
float: var(--_dt-button-float-tertiary, none);
|
|
8480
8194
|
}
|
|
8481
8195
|
dso-viewer-grid .dso-toggle-main-button.dso-small {
|
|
8482
8196
|
line-height: 1rem;
|
|
@@ -8524,7 +8238,8 @@ dso-viewer-grid .dso-toggle-main-button dso-icon + span:not(.sr-only) {
|
|
|
8524
8238
|
dso-viewer-grid .dso-toggle-main-button {
|
|
8525
8239
|
border: 0;
|
|
8526
8240
|
line-height: 1;
|
|
8527
|
-
padding: 0;
|
|
8241
|
+
padding-inline: 0;
|
|
8242
|
+
padding-block: var(--_dt-button-padding-block-tertiary, 0);
|
|
8528
8243
|
background-color: transparent;
|
|
8529
8244
|
}
|
|
8530
8245
|
dso-viewer-grid .dso-toggle-main-button[disabled].dso-spinner-left, dso-viewer-grid .dso-toggle-main-button[disabled].dso-spinner-right {
|