@dialpad/dialtone 7.0.0-beta.2 → 7.0.0-beta.3
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/lib/build/less/components/button.less +12 -12
- package/lib/build/less/components/input.less +1 -1
- package/lib/build/less/components/link.less +2 -2
- package/lib/build/less/components/list-group.less +3 -3
- package/lib/build/less/components/modal.less +2 -3
- package/lib/build/less/components/radio-checkbox.less +1 -1
- package/lib/build/less/components/selects.less +1 -1
- package/lib/build/less/components/tabs.less +4 -4
- package/lib/build/less/components/toggle.less +1 -1
- package/lib/build/less/dialtone-globals.less +0 -8
- package/lib/build/less/themes/default.less +3 -9
- package/lib/build/less/themes/example.less +0 -29
- package/lib/build/less/utilities/colors.less +1 -6
- package/lib/build/less/variables/colors.less +1 -2
- package/lib/dist/css/dialtone.css +45 -86
- package/lib/dist/css/dialtone.min.css +1 -1
- package/lib/dist/svg/spot/browser-list-callout.svg +1 -1
- package/lib/dist/svg/spot/browser-table-graph.svg +1 -1
- package/lib/dist/svg/spot/file-upload.svg +1 -1
- package/lib/dist/svg/spot/wireless-screenshare.svg +1 -1
- package/lib/dist/vue/spot/SpotBrowserListCallout.vue +1 -1
- package/lib/dist/vue/spot/SpotBrowserTableGraph.vue +1 -1
- package/lib/dist/vue/spot/SpotFileUpload.vue +1 -1
- package/lib/dist/vue/spot/SpotWirelessScreenshare.vue +1 -1
- package/package.json +1 -1
|
@@ -656,7 +656,7 @@ body {
|
|
|
656
656
|
color: var(--inverted-color);
|
|
657
657
|
}
|
|
658
658
|
.d-btn {
|
|
659
|
-
--button--fc: var(--
|
|
659
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
660
660
|
--button--bgc: transparent;
|
|
661
661
|
--button--bc: transparent;
|
|
662
662
|
--button--br: var(--base--corner-radius);
|
|
@@ -685,14 +685,14 @@ body {
|
|
|
685
685
|
fill: currentColor;
|
|
686
686
|
}
|
|
687
687
|
.d-btn:hover {
|
|
688
|
-
--button--fc: var(--
|
|
689
|
-
--button--bgc: hsla(var(--
|
|
688
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) - 10%));
|
|
689
|
+
--button--bgc: hsla(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l) / 3%);
|
|
690
690
|
}
|
|
691
691
|
.d-btn:active,
|
|
692
692
|
.d-btn.d-btn--active,
|
|
693
693
|
.d-btn.d-btn--active:active {
|
|
694
|
-
--button--fc: var(--
|
|
695
|
-
--button--bgc: hsla(var(--
|
|
694
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) - 10%));
|
|
695
|
+
--button--bgc: hsla(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l) / 9%);
|
|
696
696
|
}
|
|
697
697
|
.d-btn.focus-visible {
|
|
698
698
|
outline: none;
|
|
@@ -847,21 +847,21 @@ body {
|
|
|
847
847
|
--button--br: var(--br-circle);
|
|
848
848
|
}
|
|
849
849
|
.d-btn--outlined {
|
|
850
|
-
--button--bc: var(--
|
|
850
|
+
--button--bc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
851
851
|
}
|
|
852
852
|
.d-btn--primary {
|
|
853
853
|
--button--fc: var(--white);
|
|
854
|
-
--button--bgc: var(--
|
|
854
|
+
--button--bgc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
855
855
|
}
|
|
856
856
|
.d-btn--primary:hover {
|
|
857
857
|
--button--fc: var(--white);
|
|
858
|
-
--button--bgc: hsl(var(--
|
|
858
|
+
--button--bgc: hsl(var(--purple-400-h), var(--purple-400-s), 65%);
|
|
859
859
|
}
|
|
860
860
|
.d-btn--primary:active,
|
|
861
861
|
.d-btn--primary.d-btn--active,
|
|
862
862
|
.d-btn--primary.d-btn--active:active {
|
|
863
863
|
--button--fc: var(--white);
|
|
864
|
-
--button--bgc: hsl(var(--
|
|
864
|
+
--button--bgc: hsl(var(--purple-400-h), var(--purple-400-s), 42%);
|
|
865
865
|
}
|
|
866
866
|
.d-btn--muted {
|
|
867
867
|
--button--fc: var(--muted-color);
|
|
@@ -945,17 +945,17 @@ body {
|
|
|
945
945
|
--button--bc: var(--white);
|
|
946
946
|
}
|
|
947
947
|
.d-btn--inverted.d-btn--primary {
|
|
948
|
-
--button--fc: var(--
|
|
948
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
949
949
|
--button--bgc: hsl(var(--purple-100-h), var(--purple-100-s), 100%);
|
|
950
950
|
}
|
|
951
951
|
.d-btn--inverted.d-btn--primary:hover {
|
|
952
|
-
--button--fc: var(--
|
|
952
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) - 10%));
|
|
953
953
|
--button--bgc: hsl(var(--purple-100-h), var(--purple-100-s), 94%);
|
|
954
954
|
}
|
|
955
955
|
.d-btn--inverted.d-btn--primary:active,
|
|
956
956
|
.d-btn--inverted.d-btn--primary.d-btn--active,
|
|
957
957
|
.d-btn--inverted.d-btn--primary.d-btn--active:active {
|
|
958
|
-
--button--fc: var(--
|
|
958
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) - 10%));
|
|
959
959
|
--button--bgc: hsl(var(--purple-100-h), var(--purple-100-s), 91%);
|
|
960
960
|
}
|
|
961
961
|
.d-btn--icon-only {
|
|
@@ -1123,7 +1123,7 @@ body {
|
|
|
1123
1123
|
height: 1.8rem;
|
|
1124
1124
|
}
|
|
1125
1125
|
.d-chip__close {
|
|
1126
|
-
--button--fc: var(--
|
|
1126
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
1127
1127
|
--button--bgc: transparent;
|
|
1128
1128
|
--button--bc: transparent;
|
|
1129
1129
|
--button--br: var(--base--corner-radius);
|
|
@@ -1160,14 +1160,14 @@ body {
|
|
|
1160
1160
|
border-width: var(--su0);
|
|
1161
1161
|
}
|
|
1162
1162
|
.d-chip__close:hover {
|
|
1163
|
-
--button--fc: var(--
|
|
1164
|
-
--button--bgc: hsla(var(--
|
|
1163
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) - 10%));
|
|
1164
|
+
--button--bgc: hsla(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l) / 3%);
|
|
1165
1165
|
}
|
|
1166
1166
|
.d-chip__close:active,
|
|
1167
1167
|
.d-chip__close.d-btn--active,
|
|
1168
1168
|
.d-chip__close.d-btn--active:active {
|
|
1169
|
-
--button--fc: var(--
|
|
1170
|
-
--button--bgc: hsla(var(--
|
|
1169
|
+
--button--fc: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) - 10%));
|
|
1170
|
+
--button--bgc: hsla(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l) / 9%);
|
|
1171
1171
|
}
|
|
1172
1172
|
.d-chip__close.focus-visible {
|
|
1173
1173
|
outline: none;
|
|
@@ -1414,7 +1414,7 @@ legend .d-label {
|
|
|
1414
1414
|
}
|
|
1415
1415
|
.d-input,
|
|
1416
1416
|
.d-textarea {
|
|
1417
|
-
--input--focus-bc: var(--
|
|
1417
|
+
--input--focus-bc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
1418
1418
|
--input--bc: var(--black-500);
|
|
1419
1419
|
--input--bgc: var(--white);
|
|
1420
1420
|
--input--fc: var(--black-800);
|
|
@@ -1730,7 +1730,7 @@ legend .d-label {
|
|
|
1730
1730
|
box-sizing: border-box;
|
|
1731
1731
|
margin: var(--su0);
|
|
1732
1732
|
padding: var(--su0);
|
|
1733
|
-
color: var(--
|
|
1733
|
+
color: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
1734
1734
|
font: inherit;
|
|
1735
1735
|
text-decoration: underline;
|
|
1736
1736
|
background-color: transparent;
|
|
@@ -1742,7 +1742,7 @@ legend .d-label {
|
|
|
1742
1742
|
fill: currentColor;
|
|
1743
1743
|
}
|
|
1744
1744
|
.d-link:hover {
|
|
1745
|
-
color: var(--
|
|
1745
|
+
color: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) - 10%));
|
|
1746
1746
|
text-decoration: none;
|
|
1747
1747
|
cursor: pointer;
|
|
1748
1748
|
}
|
|
@@ -1864,15 +1864,15 @@ legend .d-label {
|
|
|
1864
1864
|
}
|
|
1865
1865
|
.d-list-group--link:hover {
|
|
1866
1866
|
color: var(--black-900);
|
|
1867
|
-
background-color: hsla(var(--
|
|
1867
|
+
background-color: hsla(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l) / 85%);
|
|
1868
1868
|
}
|
|
1869
1869
|
.d-list-group--link-selected {
|
|
1870
1870
|
color: var(--white);
|
|
1871
|
-
background-color: var(--
|
|
1871
|
+
background-color: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
1872
1872
|
}
|
|
1873
1873
|
.d-list-group--link-selected:hover {
|
|
1874
1874
|
color: var(--white);
|
|
1875
|
-
background-color: hsl(var(--
|
|
1875
|
+
background-color: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) + 10%));
|
|
1876
1876
|
}
|
|
1877
1877
|
.d-modal {
|
|
1878
1878
|
--modal--bgc: hsla(var(--black-900-hsl) / 85%);
|
|
@@ -1937,9 +1937,6 @@ legend .d-label {
|
|
|
1937
1937
|
opacity: 0;
|
|
1938
1938
|
will-change: visibility, z-index, opacity, transform;
|
|
1939
1939
|
}
|
|
1940
|
-
.d-modal__dialog > * + * {
|
|
1941
|
-
margin-top: 1.6rem !important;
|
|
1942
|
-
}
|
|
1943
1940
|
.d-modal[aria-hidden='false'],
|
|
1944
1941
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
1945
1942
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -1971,7 +1968,7 @@ legend .d-label {
|
|
|
1971
1968
|
}
|
|
1972
1969
|
.d-modal__content {
|
|
1973
1970
|
max-width: 75ch;
|
|
1974
|
-
margin: var(--su12) 0
|
|
1971
|
+
margin: var(--su12) 0;
|
|
1975
1972
|
padding: var(--su4) var(--su24);
|
|
1976
1973
|
}
|
|
1977
1974
|
.d-modal__close {
|
|
@@ -1982,6 +1979,7 @@ legend .d-label {
|
|
|
1982
1979
|
}
|
|
1983
1980
|
.d-modal__banner {
|
|
1984
1981
|
position: relative;
|
|
1982
|
+
box-sizing: border-box;
|
|
1985
1983
|
width: 100%;
|
|
1986
1984
|
max-width: var(--size628);
|
|
1987
1985
|
padding: var(--su12) var(--su24);
|
|
@@ -2377,7 +2375,7 @@ legend .d-label {
|
|
|
2377
2375
|
}
|
|
2378
2376
|
.d-checkbox,
|
|
2379
2377
|
.d-radio {
|
|
2380
|
-
--check-radio--color: var(--
|
|
2378
|
+
--check-radio--color: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
2381
2379
|
--check-radio--bc: var(--black-500);
|
|
2382
2380
|
--check-radio--bgc: var(--white);
|
|
2383
2381
|
flex: 0 auto;
|
|
@@ -2715,7 +2713,7 @@ legend .d-label {
|
|
|
2715
2713
|
-webkit-appearance: none;
|
|
2716
2714
|
-moz-appearance: none;
|
|
2717
2715
|
appearance: none;
|
|
2718
|
-
--input--focus-bc: var(--
|
|
2716
|
+
--input--focus-bc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
2719
2717
|
--input--bc: var(--black-500);
|
|
2720
2718
|
--input--bgc: var(--white);
|
|
2721
2719
|
--input--fc: var(--black-800);
|
|
@@ -2776,7 +2774,7 @@ legend .d-label {
|
|
|
2776
2774
|
cursor: not-allowed;
|
|
2777
2775
|
}
|
|
2778
2776
|
.d-select__input:focus {
|
|
2779
|
-
--select--bc: var(--
|
|
2777
|
+
--select--bc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
2780
2778
|
box-shadow: var(--bs-focus-ring);
|
|
2781
2779
|
}
|
|
2782
2780
|
.d-select__input:disabled {
|
|
@@ -2978,16 +2976,16 @@ legend .d-label {
|
|
|
2978
2976
|
}
|
|
2979
2977
|
}
|
|
2980
2978
|
.d-tab--selected {
|
|
2981
|
-
--tab--fc: var(--
|
|
2979
|
+
--tab--fc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
2982
2980
|
z-index: var(--zi-selected);
|
|
2983
2981
|
}
|
|
2984
2982
|
.d-tab--selected:hover {
|
|
2985
|
-
--tab--bgc: hsla(var(--
|
|
2986
|
-
--tab--fc: var(--
|
|
2983
|
+
--tab--bgc: hsla(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l) / 10%);
|
|
2984
|
+
--tab--fc: hsl(var(--purple-400-h) var(--purple-400-s) calc(var(--purple-400-l) - 10%));
|
|
2987
2985
|
}
|
|
2988
2986
|
.d-tab--selected::after,
|
|
2989
2987
|
.d-tab--selected:hover::after {
|
|
2990
|
-
--tab--bgc: var(--
|
|
2988
|
+
--tab--bgc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
2991
2989
|
}
|
|
2992
2990
|
.d-tablist--inverted {
|
|
2993
2991
|
--tab--fc: var(--white);
|
|
@@ -3253,7 +3251,7 @@ legend .d-label {
|
|
|
3253
3251
|
box-shadow: var(--bs-focus-ring);
|
|
3254
3252
|
}
|
|
3255
3253
|
.d-toggle--checked {
|
|
3256
|
-
--toggle-bc: var(--
|
|
3254
|
+
--toggle-bc: hsl(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l));
|
|
3257
3255
|
}
|
|
3258
3256
|
.d-toggle--checked .d-toggle__inner {
|
|
3259
3257
|
left: var(--su6);
|
|
@@ -12661,24 +12659,6 @@ body.theme-dark .d\:d-bgc-red-700 {
|
|
|
12661
12659
|
--bgo: 100%;
|
|
12662
12660
|
background-color: hsla(var(--red-700-h) var(--red-700-s) var(--red-700-l) / var(--bgo)) !important;
|
|
12663
12661
|
}
|
|
12664
|
-
.d-fc-primary {
|
|
12665
|
-
color: hsla(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l) / var(--fco)) !important;
|
|
12666
|
-
}
|
|
12667
|
-
.h\:d-fc-primary:hover {
|
|
12668
|
-
color: hsla(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l) / var(--fco)) !important;
|
|
12669
|
-
}
|
|
12670
|
-
.f\:d-fc-primary:focus {
|
|
12671
|
-
color: hsla(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l) / var(--fco)) !important;
|
|
12672
|
-
}
|
|
12673
|
-
.f\:d-fc-primary:focus-within {
|
|
12674
|
-
color: hsla(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l) / var(--fco)) !important;
|
|
12675
|
-
}
|
|
12676
|
-
.fv\:d-fc-primary.focus-visible {
|
|
12677
|
-
color: hsla(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l) / var(--fco)) !important;
|
|
12678
|
-
}
|
|
12679
|
-
.fv\:d-fc-primary:focus-visible {
|
|
12680
|
-
color: hsla(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l) / var(--fco)) !important;
|
|
12681
|
-
}
|
|
12682
12662
|
.d-fc-warning {
|
|
12683
12663
|
color: var(--fc-warning);
|
|
12684
12664
|
}
|
|
@@ -19375,12 +19355,6 @@ body {
|
|
|
19375
19355
|
.d-svg.d-svg--system {
|
|
19376
19356
|
fill: currentColor;
|
|
19377
19357
|
}
|
|
19378
|
-
.d-svg-primary--stroke {
|
|
19379
|
-
stroke: var(--primary-color);
|
|
19380
|
-
}
|
|
19381
|
-
.d-svg-primary--fill {
|
|
19382
|
-
fill: var(--primary-color);
|
|
19383
|
-
}
|
|
19384
19358
|
.js-focus-visible :focus:not(.focus-visible) {
|
|
19385
19359
|
outline: none;
|
|
19386
19360
|
}
|
|
@@ -19827,7 +19801,6 @@ body {
|
|
|
19827
19801
|
--fc-warning: hsla(var(--yellow-500-h) var(--yellow-500-s) calc(var(--yellow-500-l) - 20%) / var(--alpha, 100%));
|
|
19828
19802
|
--fc-warning-hover: hsla(var(--yellow-500-h) var(--yellow-500-s) calc(var(--yellow-500-l) - 30%) / var(--alpha, 100%));
|
|
19829
19803
|
--fc-muted: var(--black-900);
|
|
19830
|
-
--fc-primary: var(--primary-color);
|
|
19831
19804
|
--base--text-color: var(--black-900);
|
|
19832
19805
|
--base--background-color: var(--white);
|
|
19833
19806
|
--zi-hide: -1;
|
|
@@ -19844,7 +19817,7 @@ body {
|
|
|
19844
19817
|
--zi-modal: 600;
|
|
19845
19818
|
--zi-modal-element: 650;
|
|
19846
19819
|
--zi-notification: 700;
|
|
19847
|
-
--focus-ring: hsla(var(--
|
|
19820
|
+
--focus-ring: hsla(var(--purple-400-h) var(--purple-400-s) var(--purple-400-l) / 75%);
|
|
19848
19821
|
--focus-ring-success: hsla(var(--success-color-hsl) / 75%);
|
|
19849
19822
|
--focus-ring-warning: hsla(var(--warning-color-hsl) / 75%);
|
|
19850
19823
|
--focus-ring-error: hsla(var(--error-color-hsl) / 75%);
|
|
@@ -19854,15 +19827,9 @@ body {
|
|
|
19854
19827
|
--input-button__text-size: var(--fs16);
|
|
19855
19828
|
--input-button__line-height: var(--lh4);
|
|
19856
19829
|
--input-button__icon-size: 1.8rem;
|
|
19857
|
-
--
|
|
19858
|
-
--
|
|
19859
|
-
--
|
|
19860
|
-
--primary-color-hsl: var(--primary-color-h) var(--primary-color-s) var(--primary-color-l);
|
|
19861
|
-
--primary-color: hsl(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l));
|
|
19862
|
-
--primary-color-hover: hsl(var(--primary-color-h) var(--primary-color-s) calc(var(--primary-color-l) - 10%));
|
|
19863
|
-
--nav-background-color-h: var(--purple-600-h);
|
|
19864
|
-
--nav-background-color-s: var(--purple-600-s);
|
|
19865
|
-
--nav-background-color-l: var(--purple-600-l);
|
|
19830
|
+
--nav-background-color-h: var(--purple-800-h);
|
|
19831
|
+
--nav-background-color-s: var(--purple-800-s);
|
|
19832
|
+
--nav-background-color-l: var(--purple-800-l);
|
|
19866
19833
|
--nav-background-color: hsl(var(--nav-background-color-h) var(--nav-background-color-s) var(--nav-background-color-l));
|
|
19867
19834
|
--topbar-height: var(--su64);
|
|
19868
19835
|
--base--font-size: var(--fs16);
|
|
@@ -20537,9 +20504,6 @@ body.theme-dark {
|
|
|
20537
20504
|
opacity: 0;
|
|
20538
20505
|
will-change: visibility, z-index, opacity, transform;
|
|
20539
20506
|
}
|
|
20540
|
-
.sm\:d-modal__dialog > * + * {
|
|
20541
|
-
margin-top: 1.6rem !important;
|
|
20542
|
-
}
|
|
20543
20507
|
.sm\:d-modal[aria-hidden='false'],
|
|
20544
20508
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
20545
20509
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -20571,7 +20535,7 @@ body.theme-dark {
|
|
|
20571
20535
|
}
|
|
20572
20536
|
.sm\:d-modal__content {
|
|
20573
20537
|
max-width: 75ch;
|
|
20574
|
-
margin: var(--su12) 0
|
|
20538
|
+
margin: var(--su12) 0;
|
|
20575
20539
|
padding: var(--su4) var(--su24);
|
|
20576
20540
|
}
|
|
20577
20541
|
.sm\:d-modal__close {
|
|
@@ -20582,6 +20546,7 @@ body.theme-dark {
|
|
|
20582
20546
|
}
|
|
20583
20547
|
.sm\:d-modal__banner {
|
|
20584
20548
|
position: relative;
|
|
20549
|
+
box-sizing: border-box;
|
|
20585
20550
|
width: 100%;
|
|
20586
20551
|
max-width: var(--size628);
|
|
20587
20552
|
padding: var(--su12) var(--su24);
|
|
@@ -21992,9 +21957,6 @@ body.theme-dark {
|
|
|
21992
21957
|
opacity: 0;
|
|
21993
21958
|
will-change: visibility, z-index, opacity, transform;
|
|
21994
21959
|
}
|
|
21995
|
-
.md\:d-modal__dialog > * + * {
|
|
21996
|
-
margin-top: 1.6rem !important;
|
|
21997
|
-
}
|
|
21998
21960
|
.md\:d-modal[aria-hidden='false'],
|
|
21999
21961
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
22000
21962
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -22026,7 +21988,7 @@ body.theme-dark {
|
|
|
22026
21988
|
}
|
|
22027
21989
|
.md\:d-modal__content {
|
|
22028
21990
|
max-width: 75ch;
|
|
22029
|
-
margin: var(--su12) 0
|
|
21991
|
+
margin: var(--su12) 0;
|
|
22030
21992
|
padding: var(--su4) var(--su24);
|
|
22031
21993
|
}
|
|
22032
21994
|
.md\:d-modal__close {
|
|
@@ -22037,6 +21999,7 @@ body.theme-dark {
|
|
|
22037
21999
|
}
|
|
22038
22000
|
.md\:d-modal__banner {
|
|
22039
22001
|
position: relative;
|
|
22002
|
+
box-sizing: border-box;
|
|
22040
22003
|
width: 100%;
|
|
22041
22004
|
max-width: var(--size628);
|
|
22042
22005
|
padding: var(--su12) var(--su24);
|
|
@@ -23447,9 +23410,6 @@ body.theme-dark {
|
|
|
23447
23410
|
opacity: 0;
|
|
23448
23411
|
will-change: visibility, z-index, opacity, transform;
|
|
23449
23412
|
}
|
|
23450
|
-
.lg\:d-modal__dialog > * + * {
|
|
23451
|
-
margin-top: 1.6rem !important;
|
|
23452
|
-
}
|
|
23453
23413
|
.lg\:d-modal[aria-hidden='false'],
|
|
23454
23414
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
23455
23415
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -23481,7 +23441,7 @@ body.theme-dark {
|
|
|
23481
23441
|
}
|
|
23482
23442
|
.lg\:d-modal__content {
|
|
23483
23443
|
max-width: 75ch;
|
|
23484
|
-
margin: var(--su12) 0
|
|
23444
|
+
margin: var(--su12) 0;
|
|
23485
23445
|
padding: var(--su4) var(--su24);
|
|
23486
23446
|
}
|
|
23487
23447
|
.lg\:d-modal__close {
|
|
@@ -23492,6 +23452,7 @@ body.theme-dark {
|
|
|
23492
23452
|
}
|
|
23493
23453
|
.lg\:d-modal__banner {
|
|
23494
23454
|
position: relative;
|
|
23455
|
+
box-sizing: border-box;
|
|
23495
23456
|
width: 100%;
|
|
23496
23457
|
max-width: var(--size628);
|
|
23497
23458
|
padding: var(--su12) var(--su24);
|
|
@@ -24902,9 +24863,6 @@ body.theme-dark {
|
|
|
24902
24863
|
opacity: 0;
|
|
24903
24864
|
will-change: visibility, z-index, opacity, transform;
|
|
24904
24865
|
}
|
|
24905
|
-
.xl\:d-modal__dialog > * + * {
|
|
24906
|
-
margin-top: 1.6rem !important;
|
|
24907
|
-
}
|
|
24908
24866
|
.xl\:d-modal[aria-hidden='false'],
|
|
24909
24867
|
.d-modal[aria-hidden='false'] .d-modal__dialog,
|
|
24910
24868
|
.d-modal--transparent[aria-hidden='false'],
|
|
@@ -24936,7 +24894,7 @@ body.theme-dark {
|
|
|
24936
24894
|
}
|
|
24937
24895
|
.xl\:d-modal__content {
|
|
24938
24896
|
max-width: 75ch;
|
|
24939
|
-
margin: var(--su12) 0
|
|
24897
|
+
margin: var(--su12) 0;
|
|
24940
24898
|
padding: var(--su4) var(--su24);
|
|
24941
24899
|
}
|
|
24942
24900
|
.xl\:d-modal__close {
|
|
@@ -24947,6 +24905,7 @@ body.theme-dark {
|
|
|
24947
24905
|
}
|
|
24948
24906
|
.xl\:d-modal__banner {
|
|
24949
24907
|
position: relative;
|
|
24908
|
+
box-sizing: border-box;
|
|
24950
24909
|
width: 100%;
|
|
24951
24910
|
max-width: var(--size628);
|
|
24952
24911
|
padding: var(--su12) var(--su24);
|