@dialpad/dialtone 6.25.1 → 6.27.1

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.
@@ -219,6 +219,18 @@
219
219
  padding: calc(var(--su8) + var(--su1));
220
220
  transition-duration: 150ms;
221
221
 
222
+ &:hover {
223
+ --button--fc: var(--muted-color-hover);
224
+ --button--bgc: hsla(var(--black-800-hsl) ~' / ' 3%);
225
+ }
226
+
227
+ &:active,
228
+ &.d-btn--active,
229
+ &.d-btn--active:active {
230
+ --button--fc: var(--muted-color-hover);
231
+ --button--bgc: hsla(var(--black-800-hsl) ~' / ' 9%);
232
+ }
233
+
222
234
  &:focus-visible {
223
235
  box-shadow: var(--bs-focus-ring-circle);
224
236
  }
@@ -291,14 +303,16 @@
291
303
  .d-btn--muted {
292
304
  --button--fc: var(--muted-color);
293
305
 
294
- &:hover,
295
- &:active {
296
- --button--fc: var(--muted-color-hover);
297
- --button--bgc: hsla(var(--black-800-hsl) ~' / ' 3%);
306
+ &:hover {
307
+ --button--fc: var(--muted-color-hover);
308
+ --button--bgc: hsla(var(--black-800-hsl) ~' / ' 3%);
298
309
  }
299
310
 
300
- &:active {
301
- --button--bgc: hsla(var(--black-800-hsl) ~' / ' 9%);
311
+ &:active,
312
+ &.d-btn--active,
313
+ &.d-btn--active:active {
314
+ --button--fc: var(--muted-color-hover);
315
+ --button--bgc: hsla(var(--black-800-hsl) ~' / ' 9%);
302
316
  }
303
317
 
304
318
  &:focus-visible {
@@ -84,7 +84,6 @@
84
84
  width: 100%;
85
85
  max-width: var(--size628);
86
86
  max-height: 100%;
87
- padding: var(--su24);
88
87
  overflow-y: auto;
89
88
  color: var(--modal-dialog--fc);
90
89
  font-size: var(--fs16);
@@ -121,10 +120,14 @@
121
120
  display: flex;
122
121
  flex-direction: row-reverse;
123
122
  align-items: center;
124
- margin: var(--sun4);
123
+ padding: 0 var(--su24) var(--su24) var(--su24);
125
124
 
126
- > * {
127
- margin: var(--su4);
125
+ >:not(:first-child) {
126
+ margin-right: var(--su4);
127
+ }
128
+
129
+ >:not(:last-child) {
130
+ margin-left: var(--su4);
128
131
  }
129
132
  }
130
133
 
@@ -136,6 +139,7 @@
136
139
  // ----------------------------------------------------------------------------
137
140
  .d-modal__header {
138
141
  margin: 0 !important;
142
+ padding: var(--su24) var(--su24) 0;
139
143
  color: var(--modal-header--fc);
140
144
  font-weight: var(--fw-bold);
141
145
  font-size: var(--fs24);
@@ -146,7 +150,8 @@
146
150
  // ----------------------------------------------------------------------------
147
151
  .d-modal__content {
148
152
  max-width: 75ch;
149
- margin: 0;
153
+ margin: var(--su12) 0 0 !important;
154
+ padding: var(--su4) var(--su24);
150
155
  }
151
156
 
152
157
 
@@ -196,15 +201,22 @@
196
201
  flex-direction: column;
197
202
  max-width: unset;
198
203
  height: 100%;
199
- padding: var(--su32);
200
204
  border-radius: 0;
201
205
  transform: unset !important;
202
206
  }
203
207
 
208
+ .d-modal__header {
209
+ padding: var(--su32) var(--su32) 0;
210
+ }
211
+
212
+ .d-modal__content {
213
+ padding-right: 0;
214
+ padding-left: var(--su32);
215
+ }
204
216
 
205
217
  .d-modal__footer {
206
- margin: var(--sun16) var(--sun12);
207
218
  margin-top: auto !important;
219
+ padding: 0 var(--su24) var(--su32) var(--su32);
208
220
  }
209
221
 
210
222
  .d-modal__banner {
@@ -214,6 +226,18 @@
214
226
  }
215
227
  }
216
228
 
229
+ // $$ SCROLLABLE
230
+ // ----------------------------------------------------------------------------
231
+ .d-modal__dialog--scrollable {
232
+ display: flex;
233
+ flex-direction: column;
234
+ overflow: hidden;
235
+
236
+ .d-modal__content {
237
+ overflow-y: auto;
238
+ }
239
+ }
240
+
217
241
  // $$ DANGER
218
242
  // ----------------------------------------------------------------------------
219
243
  .d-modal--danger {
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 1C13.5 1 14.24 3.65 14.24 5.8C14.24 7.86 12.89 9.53 10.83 9.53C8.76 9.53 7.2 7.86 7.2 5.8L7.23 5.44C5.21 7.84 4 10.95 4 14.33C4 18.75 7.58 22.33 12 22.33C16.42 22.33 20 18.75 20 14.33C20 8.94 17.41 4.13 13.5 1ZM11.71 19.33C9.93 19.33 8.49 17.93 8.49 16.19C8.49 14.57 9.54 13.43 11.3 13.07C13.07 12.71 14.9 11.86 15.92 10.49C16.31 11.78 16.51 13.14 16.51 14.53C16.51 17.18 14.36 19.33 11.71 19.33Z" fill="#0D0C0F"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.5 17H11V14.6402L17.8549 7.51046H11V5H21.5V7.46025L14.7539 14.4895H21.5V17Z" fill="#0D0C0F"/><path d="M9.5 20H2V18.2301L6.89637 12.8828H2V11H9.5V12.8452L4.68135 18.1172H9.5V20Z" fill="#0D0C0F"/></svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V12H20V5H4V17H16.5856L14.2928 14.7072L15.707 13.293L20.4141 18.0001L15.707 22.7072L14.2928 21.293L16.5858 19H4C2.89543 19 2 18.1046 2 17V5Z" fill="black"/>
3
+ <path d="M6 9H18V7H6V9Z" fill="black"/>
4
+ <path d="M14.5 12H6V10H14.5V12Z" fill="black"/>
5
+ <path d="M6 15H11V13H6V15Z" fill="black"/>
6
+ </svg>
@@ -813,6 +813,16 @@ body {
813
813
  padding: calc(var(--su8) + var(--su1));
814
814
  transition-duration: 150ms;
815
815
  }
816
+ .d-btn--circle:hover {
817
+ --button--fc: var(--muted-color-hover);
818
+ --button--bgc: hsla(var(--black-800-hsl) / 3%);
819
+ }
820
+ .d-btn--circle:active,
821
+ .d-btn--circle.d-btn--active,
822
+ .d-btn--circle.d-btn--active:active {
823
+ --button--fc: var(--muted-color-hover);
824
+ --button--bgc: hsla(var(--black-800-hsl) / 9%);
825
+ }
816
826
  .d-btn--circle.focus-visible {
817
827
  box-shadow: var(--bs-focus-ring-circle);
818
828
  }
@@ -864,12 +874,14 @@ body {
864
874
  .d-btn--muted {
865
875
  --button--fc: var(--muted-color);
866
876
  }
867
- .d-btn--muted:hover,
868
- .d-btn--muted:active {
877
+ .d-btn--muted:hover {
869
878
  --button--fc: var(--muted-color-hover);
870
879
  --button--bgc: hsla(var(--black-800-hsl) / 3%);
871
880
  }
872
- .d-btn--muted:active {
881
+ .d-btn--muted:active,
882
+ .d-btn--muted.d-btn--active,
883
+ .d-btn--muted.d-btn--active:active {
884
+ --button--fc: var(--muted-color-hover);
873
885
  --button--bgc: hsla(var(--black-800-hsl) / 9%);
874
886
  }
875
887
  .d-btn--muted.focus-visible {
@@ -1657,7 +1669,6 @@ legend .d-label {
1657
1669
  width: 100%;
1658
1670
  max-width: var(--size628);
1659
1671
  max-height: 100%;
1660
- padding: var(--su24);
1661
1672
  overflow-y: auto;
1662
1673
  color: var(--modal-dialog--fc);
1663
1674
  font-size: var(--fs16);
@@ -1687,13 +1698,17 @@ legend .d-label {
1687
1698
  display: flex;
1688
1699
  flex-direction: row-reverse;
1689
1700
  align-items: center;
1690
- margin: var(--sun4);
1701
+ padding: 0 var(--su24) var(--su24) var(--su24);
1691
1702
  }
1692
- .d-modal__footer > * {
1693
- margin: var(--su4);
1703
+ .d-modal__footer > :not(:first-child) {
1704
+ margin-right: var(--su4);
1705
+ }
1706
+ .d-modal__footer > :not(:last-child) {
1707
+ margin-left: var(--su4);
1694
1708
  }
1695
1709
  .d-modal__header {
1696
1710
  margin: 0 !important;
1711
+ padding: var(--su24) var(--su24) 0;
1697
1712
  color: var(--modal-header--fc);
1698
1713
  font-weight: var(--fw-bold);
1699
1714
  font-size: var(--fs24);
@@ -1701,7 +1716,8 @@ legend .d-label {
1701
1716
  }
1702
1717
  .d-modal__content {
1703
1718
  max-width: 75ch;
1704
- margin: 0;
1719
+ margin: var(--su12) 0 0 !important;
1720
+ padding: var(--su4) var(--su24);
1705
1721
  }
1706
1722
  .d-modal__close {
1707
1723
  position: absolute;
@@ -1733,19 +1749,33 @@ legend .d-label {
1733
1749
  flex-direction: column;
1734
1750
  max-width: unset;
1735
1751
  height: 100%;
1736
- padding: var(--su32);
1737
1752
  border-radius: 0;
1738
1753
  transform: unset !important;
1739
1754
  }
1755
+ .d-modal--full .d-modal__header {
1756
+ padding: var(--su32) var(--su32) 0;
1757
+ }
1758
+ .d-modal--full .d-modal__content {
1759
+ padding-right: 0;
1760
+ padding-left: var(--su32);
1761
+ }
1740
1762
  .d-modal--full .d-modal__footer {
1741
- margin: var(--sun16) var(--sun12);
1742
1763
  margin-top: auto !important;
1764
+ padding: 0 var(--su24) var(--su32) var(--su32);
1743
1765
  }
1744
1766
  .d-modal--full .d-modal__banner {
1745
1767
  max-width: unset;
1746
1768
  padding: var(--su12) var(--su32);
1747
1769
  border-radius: 0;
1748
1770
  }
1771
+ .d-modal__dialog--scrollable {
1772
+ display: flex;
1773
+ flex-direction: column;
1774
+ overflow: hidden;
1775
+ }
1776
+ .d-modal__dialog--scrollable .d-modal__content {
1777
+ overflow-y: auto;
1778
+ }
1749
1779
  .d-modal--danger {
1750
1780
  --modal-header--fc: var(--fc-error);
1751
1781
  }
@@ -20120,7 +20150,6 @@ body.theme-dark {
20120
20150
  width: 100%;
20121
20151
  max-width: var(--size628);
20122
20152
  max-height: 100%;
20123
- padding: var(--su24);
20124
20153
  overflow-y: auto;
20125
20154
  color: var(--modal-dialog--fc);
20126
20155
  font-size: var(--fs16);
@@ -20150,13 +20179,17 @@ body.theme-dark {
20150
20179
  display: flex;
20151
20180
  flex-direction: row-reverse;
20152
20181
  align-items: center;
20153
- margin: var(--sun4);
20182
+ padding: 0 var(--su24) var(--su24) var(--su24);
20154
20183
  }
20155
- .sm\:d-modal__footer > * {
20156
- margin: var(--su4);
20184
+ .sm\:d-modal__footer > :not(:first-child) {
20185
+ margin-right: var(--su4);
20186
+ }
20187
+ .sm\:d-modal__footer > :not(:last-child) {
20188
+ margin-left: var(--su4);
20157
20189
  }
20158
20190
  .sm\:d-modal__header {
20159
20191
  margin: 0 !important;
20192
+ padding: var(--su24) var(--su24) 0;
20160
20193
  color: var(--modal-header--fc);
20161
20194
  font-weight: var(--fw-bold);
20162
20195
  font-size: var(--fs24);
@@ -20164,7 +20197,8 @@ body.theme-dark {
20164
20197
  }
20165
20198
  .sm\:d-modal__content {
20166
20199
  max-width: 75ch;
20167
- margin: 0;
20200
+ margin: var(--su12) 0 0 !important;
20201
+ padding: var(--su4) var(--su24);
20168
20202
  }
20169
20203
  .sm\:d-modal__close {
20170
20204
  position: absolute;
@@ -20196,19 +20230,33 @@ body.theme-dark {
20196
20230
  flex-direction: column;
20197
20231
  max-width: unset;
20198
20232
  height: 100%;
20199
- padding: var(--su32);
20200
20233
  border-radius: 0;
20201
20234
  transform: unset !important;
20202
20235
  }
20236
+ .sm\:d-modal--full .d-modal__header {
20237
+ padding: var(--su32) var(--su32) 0;
20238
+ }
20239
+ .sm\:d-modal--full .d-modal__content {
20240
+ padding-right: 0;
20241
+ padding-left: var(--su32);
20242
+ }
20203
20243
  .sm\:d-modal--full .d-modal__footer {
20204
- margin: var(--sun16) var(--sun12);
20205
20244
  margin-top: auto !important;
20245
+ padding: 0 var(--su24) var(--su32) var(--su32);
20206
20246
  }
20207
20247
  .sm\:d-modal--full .d-modal__banner {
20208
20248
  max-width: unset;
20209
20249
  padding: var(--su12) var(--su32);
20210
20250
  border-radius: 0;
20211
20251
  }
20252
+ .sm\:d-modal__dialog--scrollable {
20253
+ display: flex;
20254
+ flex-direction: column;
20255
+ overflow: hidden;
20256
+ }
20257
+ .sm\:d-modal__dialog--scrollable .d-modal__content {
20258
+ overflow-y: auto;
20259
+ }
20212
20260
  .sm\:d-modal--danger {
20213
20261
  --modal-header--fc: var(--fc-error);
20214
20262
  }
@@ -20862,6 +20910,39 @@ body.theme-dark {
20862
20910
  .sm\:d-g-cols12 {
20863
20911
  grid-template-columns: [full-start] repeat(12, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
20864
20912
  }
20913
+ .sm\:d-w100p {
20914
+ width: 100% !important;
20915
+ }
20916
+ .sm\:d-w100vw {
20917
+ width: 100vw !important;
20918
+ }
20919
+ .sm\:d-jc-center {
20920
+ justify-content: center !important;
20921
+ }
20922
+ .sm\:d-jc-flex-end {
20923
+ justify-content: flex-end !important;
20924
+ }
20925
+ .sm\:d-jc-flex-start {
20926
+ justify-content: flex-start !important;
20927
+ }
20928
+ .sm\:d-jc-space-around {
20929
+ justify-content: space-around !important;
20930
+ }
20931
+ .sm\:d-jc-space-between {
20932
+ justify-content: space-between !important;
20933
+ }
20934
+ .sm\:d-jc-space-evenly {
20935
+ justify-content: space-evenly !important;
20936
+ }
20937
+ .sm\:d-jc-baseline {
20938
+ justify-content: baseline !important;
20939
+ }
20940
+ .sm\:d-jc-normal {
20941
+ justify-content: normal !important;
20942
+ }
20943
+ .sm\:d-jc-unset {
20944
+ justify-content: unset !important;
20945
+ }
20865
20946
  }
20866
20947
  @media (max-width: 640px) {
20867
20948
  .md\:d-description {
@@ -21256,7 +21337,6 @@ body.theme-dark {
21256
21337
  width: 100%;
21257
21338
  max-width: var(--size628);
21258
21339
  max-height: 100%;
21259
- padding: var(--su24);
21260
21340
  overflow-y: auto;
21261
21341
  color: var(--modal-dialog--fc);
21262
21342
  font-size: var(--fs16);
@@ -21286,13 +21366,17 @@ body.theme-dark {
21286
21366
  display: flex;
21287
21367
  flex-direction: row-reverse;
21288
21368
  align-items: center;
21289
- margin: var(--sun4);
21369
+ padding: 0 var(--su24) var(--su24) var(--su24);
21370
+ }
21371
+ .md\:d-modal__footer > :not(:first-child) {
21372
+ margin-right: var(--su4);
21290
21373
  }
21291
- .md\:d-modal__footer > * {
21292
- margin: var(--su4);
21374
+ .md\:d-modal__footer > :not(:last-child) {
21375
+ margin-left: var(--su4);
21293
21376
  }
21294
21377
  .md\:d-modal__header {
21295
21378
  margin: 0 !important;
21379
+ padding: var(--su24) var(--su24) 0;
21296
21380
  color: var(--modal-header--fc);
21297
21381
  font-weight: var(--fw-bold);
21298
21382
  font-size: var(--fs24);
@@ -21300,7 +21384,8 @@ body.theme-dark {
21300
21384
  }
21301
21385
  .md\:d-modal__content {
21302
21386
  max-width: 75ch;
21303
- margin: 0;
21387
+ margin: var(--su12) 0 0 !important;
21388
+ padding: var(--su4) var(--su24);
21304
21389
  }
21305
21390
  .md\:d-modal__close {
21306
21391
  position: absolute;
@@ -21332,19 +21417,33 @@ body.theme-dark {
21332
21417
  flex-direction: column;
21333
21418
  max-width: unset;
21334
21419
  height: 100%;
21335
- padding: var(--su32);
21336
21420
  border-radius: 0;
21337
21421
  transform: unset !important;
21338
21422
  }
21423
+ .md\:d-modal--full .d-modal__header {
21424
+ padding: var(--su32) var(--su32) 0;
21425
+ }
21426
+ .md\:d-modal--full .d-modal__content {
21427
+ padding-right: 0;
21428
+ padding-left: var(--su32);
21429
+ }
21339
21430
  .md\:d-modal--full .d-modal__footer {
21340
- margin: var(--sun16) var(--sun12);
21341
21431
  margin-top: auto !important;
21432
+ padding: 0 var(--su24) var(--su32) var(--su32);
21342
21433
  }
21343
21434
  .md\:d-modal--full .d-modal__banner {
21344
21435
  max-width: unset;
21345
21436
  padding: var(--su12) var(--su32);
21346
21437
  border-radius: 0;
21347
21438
  }
21439
+ .md\:d-modal__dialog--scrollable {
21440
+ display: flex;
21441
+ flex-direction: column;
21442
+ overflow: hidden;
21443
+ }
21444
+ .md\:d-modal__dialog--scrollable .d-modal__content {
21445
+ overflow-y: auto;
21446
+ }
21348
21447
  .md\:d-modal--danger {
21349
21448
  --modal-header--fc: var(--fc-error);
21350
21449
  }
@@ -21998,6 +22097,39 @@ body.theme-dark {
21998
22097
  .md\:d-g-cols12 {
21999
22098
  grid-template-columns: [full-start] repeat(12, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
22000
22099
  }
22100
+ .md\:d-w100p {
22101
+ width: 100% !important;
22102
+ }
22103
+ .md\:d-w100vw {
22104
+ width: 100vw !important;
22105
+ }
22106
+ .md\:d-jc-center {
22107
+ justify-content: center !important;
22108
+ }
22109
+ .md\:d-jc-flex-end {
22110
+ justify-content: flex-end !important;
22111
+ }
22112
+ .md\:d-jc-flex-start {
22113
+ justify-content: flex-start !important;
22114
+ }
22115
+ .md\:d-jc-space-around {
22116
+ justify-content: space-around !important;
22117
+ }
22118
+ .md\:d-jc-space-between {
22119
+ justify-content: space-between !important;
22120
+ }
22121
+ .md\:d-jc-space-evenly {
22122
+ justify-content: space-evenly !important;
22123
+ }
22124
+ .md\:d-jc-baseline {
22125
+ justify-content: baseline !important;
22126
+ }
22127
+ .md\:d-jc-normal {
22128
+ justify-content: normal !important;
22129
+ }
22130
+ .md\:d-jc-unset {
22131
+ justify-content: unset !important;
22132
+ }
22001
22133
  }
22002
22134
  @media (max-width: 980px) {
22003
22135
  .lg\:d-description {
@@ -22392,7 +22524,6 @@ body.theme-dark {
22392
22524
  width: 100%;
22393
22525
  max-width: var(--size628);
22394
22526
  max-height: 100%;
22395
- padding: var(--su24);
22396
22527
  overflow-y: auto;
22397
22528
  color: var(--modal-dialog--fc);
22398
22529
  font-size: var(--fs16);
@@ -22422,13 +22553,17 @@ body.theme-dark {
22422
22553
  display: flex;
22423
22554
  flex-direction: row-reverse;
22424
22555
  align-items: center;
22425
- margin: var(--sun4);
22556
+ padding: 0 var(--su24) var(--su24) var(--su24);
22426
22557
  }
22427
- .lg\:d-modal__footer > * {
22428
- margin: var(--su4);
22558
+ .lg\:d-modal__footer > :not(:first-child) {
22559
+ margin-right: var(--su4);
22560
+ }
22561
+ .lg\:d-modal__footer > :not(:last-child) {
22562
+ margin-left: var(--su4);
22429
22563
  }
22430
22564
  .lg\:d-modal__header {
22431
22565
  margin: 0 !important;
22566
+ padding: var(--su24) var(--su24) 0;
22432
22567
  color: var(--modal-header--fc);
22433
22568
  font-weight: var(--fw-bold);
22434
22569
  font-size: var(--fs24);
@@ -22436,7 +22571,8 @@ body.theme-dark {
22436
22571
  }
22437
22572
  .lg\:d-modal__content {
22438
22573
  max-width: 75ch;
22439
- margin: 0;
22574
+ margin: var(--su12) 0 0 !important;
22575
+ padding: var(--su4) var(--su24);
22440
22576
  }
22441
22577
  .lg\:d-modal__close {
22442
22578
  position: absolute;
@@ -22468,19 +22604,33 @@ body.theme-dark {
22468
22604
  flex-direction: column;
22469
22605
  max-width: unset;
22470
22606
  height: 100%;
22471
- padding: var(--su32);
22472
22607
  border-radius: 0;
22473
22608
  transform: unset !important;
22474
22609
  }
22610
+ .lg\:d-modal--full .d-modal__header {
22611
+ padding: var(--su32) var(--su32) 0;
22612
+ }
22613
+ .lg\:d-modal--full .d-modal__content {
22614
+ padding-right: 0;
22615
+ padding-left: var(--su32);
22616
+ }
22475
22617
  .lg\:d-modal--full .d-modal__footer {
22476
- margin: var(--sun16) var(--sun12);
22477
22618
  margin-top: auto !important;
22619
+ padding: 0 var(--su24) var(--su32) var(--su32);
22478
22620
  }
22479
22621
  .lg\:d-modal--full .d-modal__banner {
22480
22622
  max-width: unset;
22481
22623
  padding: var(--su12) var(--su32);
22482
22624
  border-radius: 0;
22483
22625
  }
22626
+ .lg\:d-modal__dialog--scrollable {
22627
+ display: flex;
22628
+ flex-direction: column;
22629
+ overflow: hidden;
22630
+ }
22631
+ .lg\:d-modal__dialog--scrollable .d-modal__content {
22632
+ overflow-y: auto;
22633
+ }
22484
22634
  .lg\:d-modal--danger {
22485
22635
  --modal-header--fc: var(--fc-error);
22486
22636
  }
@@ -23134,6 +23284,39 @@ body.theme-dark {
23134
23284
  .lg\:d-g-cols12 {
23135
23285
  grid-template-columns: [full-start] repeat(12, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
23136
23286
  }
23287
+ .lg\:d-w100p {
23288
+ width: 100% !important;
23289
+ }
23290
+ .lg\:d-w100vw {
23291
+ width: 100vw !important;
23292
+ }
23293
+ .lg\:d-jc-center {
23294
+ justify-content: center !important;
23295
+ }
23296
+ .lg\:d-jc-flex-end {
23297
+ justify-content: flex-end !important;
23298
+ }
23299
+ .lg\:d-jc-flex-start {
23300
+ justify-content: flex-start !important;
23301
+ }
23302
+ .lg\:d-jc-space-around {
23303
+ justify-content: space-around !important;
23304
+ }
23305
+ .lg\:d-jc-space-between {
23306
+ justify-content: space-between !important;
23307
+ }
23308
+ .lg\:d-jc-space-evenly {
23309
+ justify-content: space-evenly !important;
23310
+ }
23311
+ .lg\:d-jc-baseline {
23312
+ justify-content: baseline !important;
23313
+ }
23314
+ .lg\:d-jc-normal {
23315
+ justify-content: normal !important;
23316
+ }
23317
+ .lg\:d-jc-unset {
23318
+ justify-content: unset !important;
23319
+ }
23137
23320
  }
23138
23321
  @media (max-width: 1264px) {
23139
23322
  .xl\:d-description {
@@ -23528,7 +23711,6 @@ body.theme-dark {
23528
23711
  width: 100%;
23529
23712
  max-width: var(--size628);
23530
23713
  max-height: 100%;
23531
- padding: var(--su24);
23532
23714
  overflow-y: auto;
23533
23715
  color: var(--modal-dialog--fc);
23534
23716
  font-size: var(--fs16);
@@ -23558,13 +23740,17 @@ body.theme-dark {
23558
23740
  display: flex;
23559
23741
  flex-direction: row-reverse;
23560
23742
  align-items: center;
23561
- margin: var(--sun4);
23743
+ padding: 0 var(--su24) var(--su24) var(--su24);
23562
23744
  }
23563
- .xl\:d-modal__footer > * {
23564
- margin: var(--su4);
23745
+ .xl\:d-modal__footer > :not(:first-child) {
23746
+ margin-right: var(--su4);
23747
+ }
23748
+ .xl\:d-modal__footer > :not(:last-child) {
23749
+ margin-left: var(--su4);
23565
23750
  }
23566
23751
  .xl\:d-modal__header {
23567
23752
  margin: 0 !important;
23753
+ padding: var(--su24) var(--su24) 0;
23568
23754
  color: var(--modal-header--fc);
23569
23755
  font-weight: var(--fw-bold);
23570
23756
  font-size: var(--fs24);
@@ -23572,7 +23758,8 @@ body.theme-dark {
23572
23758
  }
23573
23759
  .xl\:d-modal__content {
23574
23760
  max-width: 75ch;
23575
- margin: 0;
23761
+ margin: var(--su12) 0 0 !important;
23762
+ padding: var(--su4) var(--su24);
23576
23763
  }
23577
23764
  .xl\:d-modal__close {
23578
23765
  position: absolute;
@@ -23604,19 +23791,33 @@ body.theme-dark {
23604
23791
  flex-direction: column;
23605
23792
  max-width: unset;
23606
23793
  height: 100%;
23607
- padding: var(--su32);
23608
23794
  border-radius: 0;
23609
23795
  transform: unset !important;
23610
23796
  }
23797
+ .xl\:d-modal--full .d-modal__header {
23798
+ padding: var(--su32) var(--su32) 0;
23799
+ }
23800
+ .xl\:d-modal--full .d-modal__content {
23801
+ padding-right: 0;
23802
+ padding-left: var(--su32);
23803
+ }
23611
23804
  .xl\:d-modal--full .d-modal__footer {
23612
- margin: var(--sun16) var(--sun12);
23613
23805
  margin-top: auto !important;
23806
+ padding: 0 var(--su24) var(--su32) var(--su32);
23614
23807
  }
23615
23808
  .xl\:d-modal--full .d-modal__banner {
23616
23809
  max-width: unset;
23617
23810
  padding: var(--su12) var(--su32);
23618
23811
  border-radius: 0;
23619
23812
  }
23813
+ .xl\:d-modal__dialog--scrollable {
23814
+ display: flex;
23815
+ flex-direction: column;
23816
+ overflow: hidden;
23817
+ }
23818
+ .xl\:d-modal__dialog--scrollable .d-modal__content {
23819
+ overflow-y: auto;
23820
+ }
23620
23821
  .xl\:d-modal--danger {
23621
23822
  --modal-header--fc: var(--fc-error);
23622
23823
  }
@@ -24270,4 +24471,37 @@ body.theme-dark {
24270
24471
  .xl\:d-g-cols12 {
24271
24472
  grid-template-columns: [full-start] repeat(12, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
24272
24473
  }
24474
+ .xl\:d-w100p {
24475
+ width: 100% !important;
24476
+ }
24477
+ .xl\:d-w100vw {
24478
+ width: 100vw !important;
24479
+ }
24480
+ .xl\:d-jc-center {
24481
+ justify-content: center !important;
24482
+ }
24483
+ .xl\:d-jc-flex-end {
24484
+ justify-content: flex-end !important;
24485
+ }
24486
+ .xl\:d-jc-flex-start {
24487
+ justify-content: flex-start !important;
24488
+ }
24489
+ .xl\:d-jc-space-around {
24490
+ justify-content: space-around !important;
24491
+ }
24492
+ .xl\:d-jc-space-between {
24493
+ justify-content: space-between !important;
24494
+ }
24495
+ .xl\:d-jc-space-evenly {
24496
+ justify-content: space-evenly !important;
24497
+ }
24498
+ .xl\:d-jc-baseline {
24499
+ justify-content: baseline !important;
24500
+ }
24501
+ .xl\:d-jc-normal {
24502
+ justify-content: normal !important;
24503
+ }
24504
+ .xl\:d-jc-unset {
24505
+ justify-content: unset !important;
24506
+ }
24273
24507
  }