@dynamic-framework/ui-react 1.19.0 → 1.19.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.
- package/dist/css/dynamic-ui-non-root.css +291 -171
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +2 -2
- package/dist/css/dynamic-ui-root.min.css +2 -2
- package/dist/css/dynamic-ui.css +292 -172
- package/dist/css/dynamic-ui.min.css +2 -2
- package/dist/index.esm.js +177 -171
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +174 -170
- package/dist/index.js.map +1 -1
- package/dist/types/components/DDatePicker/DDatePicker.d.ts +5 -4
- package/dist/types/components/DDatePickerHeader/DDatePickerHeader.d.ts +5 -4
- package/dist/types/components/DDatePickerInput/DDatePickerInput.d.ts +1 -0
- package/dist/types/contexts/index.d.ts +1 -1
- package/dist/types/hooks/useStackState.d.ts +1 -1
- package/package.json +2 -2
- package/src/style/abstracts/_utilities.scss +12 -0
- package/src/style/abstracts/variables/_forms.scss +2 -1
- package/src/style/components/_+import.scss +0 -1
- package/src/style/components/_d-datepicker.scss +89 -39
- package/src/style/components/_d-icon.scss +1 -1
- package/src/style/components/_d-input-pin.scss +5 -0
- package/src/style/helpers/_+import.scss +2 -1
- package/src/style/helpers/_colored-links.scss +70 -0
- package/src/style/root/_root.scss +1 -1
- package/dist/types/components/DMonthPicker/DMonthPicker.d.ts +0 -12
- package/dist/types/components/DMonthPicker/index.d.ts +0 -2
- package/src/style/components/_d-monthpicker.scss +0 -98
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 1.19.
|
|
2
|
+
* dynamic-framework 1.19.1
|
|
3
3
|
* bootstrap ^5.3.3
|
|
4
4
|
* license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
|
|
5
5
|
*/
|
|
@@ -2309,13 +2309,13 @@ progress {
|
|
|
2309
2309
|
font-size: 1rem;
|
|
2310
2310
|
font-weight: var(--bs-fw-normal);
|
|
2311
2311
|
line-height: 1.5;
|
|
2312
|
-
color: var(--bs-gray);
|
|
2312
|
+
color: var(--bs-gray-900);
|
|
2313
2313
|
-webkit-appearance: none;
|
|
2314
2314
|
-moz-appearance: none;
|
|
2315
2315
|
appearance: none;
|
|
2316
2316
|
background-color: var(--bs-white);
|
|
2317
2317
|
background-clip: padding-box;
|
|
2318
|
-
border: var(--bs-border-width) solid var(--bs-
|
|
2318
|
+
border: var(--bs-border-width) solid var(--bs-gray-300);
|
|
2319
2319
|
border-radius: var(--bs-border-radius-sm);
|
|
2320
2320
|
box-shadow: 0 0 0 transparent;
|
|
2321
2321
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -2332,7 +2332,7 @@ progress {
|
|
|
2332
2332
|
cursor: pointer;
|
|
2333
2333
|
}
|
|
2334
2334
|
.form-control:focus {
|
|
2335
|
-
color: var(--bs-gray);
|
|
2335
|
+
color: var(--bs-gray-900);
|
|
2336
2336
|
background-color: var(--bs-white);
|
|
2337
2337
|
border-color: var(--bs-focus-ring-color);
|
|
2338
2338
|
outline: 0;
|
|
@@ -2366,7 +2366,7 @@ progress {
|
|
|
2366
2366
|
margin: -0.75rem -1rem;
|
|
2367
2367
|
-webkit-margin-end: 1rem;
|
|
2368
2368
|
margin-inline-end: 1rem;
|
|
2369
|
-
color: var(--bs-gray);
|
|
2369
|
+
color: var(--bs-gray-900);
|
|
2370
2370
|
background-color: var(--bs-white);
|
|
2371
2371
|
pointer-events: none;
|
|
2372
2372
|
border-color: inherit;
|
|
@@ -2382,7 +2382,7 @@ progress {
|
|
|
2382
2382
|
margin: -0.75rem -1rem;
|
|
2383
2383
|
-webkit-margin-end: 1rem;
|
|
2384
2384
|
margin-inline-end: 1rem;
|
|
2385
|
-
color: var(--bs-gray);
|
|
2385
|
+
color: var(--bs-gray-900);
|
|
2386
2386
|
background-color: var(--bs-white);
|
|
2387
2387
|
pointer-events: none;
|
|
2388
2388
|
border-color: inherit;
|
|
@@ -2506,7 +2506,7 @@ textarea.form-control-lg {
|
|
|
2506
2506
|
font-size: 1rem;
|
|
2507
2507
|
font-weight: var(--bs-fw-normal);
|
|
2508
2508
|
line-height: 1.5;
|
|
2509
|
-
color: var(--bs-gray);
|
|
2509
|
+
color: var(--bs-gray-900);
|
|
2510
2510
|
-webkit-appearance: none;
|
|
2511
2511
|
-moz-appearance: none;
|
|
2512
2512
|
appearance: none;
|
|
@@ -2515,7 +2515,7 @@ textarea.form-control-lg {
|
|
|
2515
2515
|
background-repeat: no-repeat;
|
|
2516
2516
|
background-position: right 1rem center;
|
|
2517
2517
|
background-size: 24px;
|
|
2518
|
-
border: var(--bs-border-width) solid var(--bs-
|
|
2518
|
+
border: var(--bs-border-width) solid var(--bs-gray-300);
|
|
2519
2519
|
border-radius: var(--bs-border-radius-sm);
|
|
2520
2520
|
box-shadow: none;
|
|
2521
2521
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
@@ -2541,7 +2541,7 @@ textarea.form-control-lg {
|
|
|
2541
2541
|
}
|
|
2542
2542
|
.form-select:-moz-focusring {
|
|
2543
2543
|
color: transparent;
|
|
2544
|
-
text-shadow: 0 0 0 var(--bs-gray);
|
|
2544
|
+
text-shadow: 0 0 0 var(--bs-gray-900);
|
|
2545
2545
|
}
|
|
2546
2546
|
|
|
2547
2547
|
.form-select-sm {
|
|
@@ -2928,7 +2928,7 @@ textarea.form-control-lg {
|
|
|
2928
2928
|
font-size: 1rem;
|
|
2929
2929
|
font-weight: var(--bs-fw-normal);
|
|
2930
2930
|
line-height: 1.5;
|
|
2931
|
-
color: var(--bs-gray);
|
|
2931
|
+
color: var(--bs-gray-900);
|
|
2932
2932
|
text-align: center;
|
|
2933
2933
|
white-space: nowrap;
|
|
2934
2934
|
background-color: var(--bs-white);
|
|
@@ -6766,7 +6766,7 @@ body {
|
|
|
6766
6766
|
}
|
|
6767
6767
|
|
|
6768
6768
|
.input-group {
|
|
6769
|
-
--bs-input-border-color: var(--bs-
|
|
6769
|
+
--bs-input-border-color: var(--bs-gray-300);
|
|
6770
6770
|
--bs-input-border-width: var(--bs-border-width);
|
|
6771
6771
|
--bs-input-border-radius: var(--bs-border-radius-sm);
|
|
6772
6772
|
--bs-input-focus-border-color: var(--bs-focus-ring-color);
|
|
@@ -8587,7 +8587,7 @@ label .d-icon {
|
|
|
8587
8587
|
.d-icon {
|
|
8588
8588
|
--bs-icon-color: var(--bs-icon-component-color, inherit);
|
|
8589
8589
|
--bs-icon-bg-color: var(--bs-icon-component-bg-color, inherit);
|
|
8590
|
-
--bs-icon-size: var(--bs-icon-component-size,
|
|
8590
|
+
--bs-icon-size: var(--bs-icon-component-size, var(--bs-ref-spacer-6));
|
|
8591
8591
|
--bs-icon-padding: var(--bs-icon-component-padding, 0);
|
|
8592
8592
|
--bs-icon-loading-duration: var(--bs-icon-component-loading-duration, 1.8);
|
|
8593
8593
|
display: inline-flex !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -8635,6 +8635,9 @@ label .d-icon {
|
|
|
8635
8635
|
text-align: center;
|
|
8636
8636
|
box-shadow: none;
|
|
8637
8637
|
}
|
|
8638
|
+
.d-input-pin .form-control:has(~ .input-group-text) {
|
|
8639
|
+
padding: var(--bs-ref-spacer-3) var(--bs-ref-spacer-4);
|
|
8640
|
+
}
|
|
8638
8641
|
.d-input-pin .form-control::-webkit-inner-spin-button,
|
|
8639
8642
|
.d-input-pin .form-control::-webkit-outer-spin-button {
|
|
8640
8643
|
margin: 0;
|
|
@@ -8670,6 +8673,7 @@ label .d-icon {
|
|
|
8670
8673
|
}
|
|
8671
8674
|
.d-input-pin .input-group-text {
|
|
8672
8675
|
padding-left: var(--bs-input-pin-form-gap);
|
|
8676
|
+
background-color: transparent;
|
|
8673
8677
|
}
|
|
8674
8678
|
|
|
8675
8679
|
.d-quick-action-button {
|
|
@@ -9913,35 +9917,42 @@ label .d-icon {
|
|
|
9913
9917
|
--bs-datepicker-box-shadow: var(--bs-box-shadow);
|
|
9914
9918
|
--bs-datepicker-font-size: var(--bs-ref-spacer-4);
|
|
9915
9919
|
--bs-datepicker-header-gap: var(--bs-ref-spacer-4);
|
|
9916
|
-
--bs-datepicker-header-padding: var(--bs-ref-spacer-4) var(--bs-ref-spacer-
|
|
9920
|
+
--bs-datepicker-header-padding: var(--bs-ref-spacer-4) var(--bs-ref-spacer-7);
|
|
9917
9921
|
--bs-datepicker-header-background-color: var(--bs-secondary-soft);
|
|
9918
9922
|
--bs-datepicker-header-border: 0;
|
|
9919
9923
|
--bs-datepicker-header-font-size: var(--bs-fs-6);
|
|
9924
|
+
--bs-datepicker-header-button-padding: 0;
|
|
9925
|
+
--bs-datepicker-header-select-padding: 0 var(--bs-ref-spacer-1);
|
|
9926
|
+
--bs-datepicker-header-select-font-weight: var(--bs-fw-bold);
|
|
9927
|
+
--bs-datepicker-header-select-menu-width: fit-content;
|
|
9920
9928
|
--bs-datepicker-day-names-margin: 0;
|
|
9921
9929
|
--bs-datepicker-day-names-font-size: var(--bs-ref-spacer-4);
|
|
9922
9930
|
--bs-datepicker-day-name-weight: var(--bs-fw-bold);
|
|
9923
9931
|
--bs-datepicker-day-name-margin: 0;
|
|
9924
|
-
--bs-datepicker-day-name-
|
|
9932
|
+
--bs-datepicker-day-name-padding: 0;
|
|
9933
|
+
--bs-datepicker-day-name-size: var(--bs-ref-spacer-5);
|
|
9925
9934
|
--bs-datepicker-day-name-color: var(--bs-gray-500);
|
|
9926
|
-
--bs-datepicker-month-gap:
|
|
9927
|
-
--bs-datepicker-month-padding: var(--bs-ref-spacer-4) var(--bs-ref-spacer-
|
|
9935
|
+
--bs-datepicker-month-gap: .875rem;
|
|
9936
|
+
--bs-datepicker-month-padding: var(--bs-ref-spacer-4) var(--bs-ref-spacer-7) var(--bs-ref-spacer-6);
|
|
9928
9937
|
--bs-datepicker-month-margin: 0;
|
|
9929
9938
|
--bs-datepicker-month-color: var(--bs-white);
|
|
9930
|
-
--bs-datepicker-week-gap: var(--bs-ref-spacer-
|
|
9939
|
+
--bs-datepicker-week-gap: var(--bs-ref-spacer-8);
|
|
9931
9940
|
--bs-datepicker-day-margin: 0;
|
|
9932
9941
|
--bs-datepicker-day-font-size: var(--bs-fs-small);
|
|
9933
|
-
--bs-datepicker-day-size: var(--bs-ref-spacer-
|
|
9934
|
-
--bs-datepicker-day-padding:
|
|
9942
|
+
--bs-datepicker-day-size: var(--bs-ref-spacer-5);
|
|
9943
|
+
--bs-datepicker-day-padding: 0;
|
|
9935
9944
|
--bs-datepicker-day-radius: 100%;
|
|
9936
|
-
--bs-datepicker-day-
|
|
9937
|
-
--bs-datepicker-day-color
|
|
9945
|
+
--bs-datepicker-day-color: var(--bs-gray-900);
|
|
9946
|
+
--bs-datepicker-day-disabled-color: var(--bs-gray-300);
|
|
9947
|
+
--bs-datepicker-day-color-hover: var(--bs-gray-900);
|
|
9948
|
+
--bs-datepicker-day-bg-hover: var(--bs-info-100);
|
|
9938
9949
|
--bs-datepicker-day-selected-color: var(--bs-white);
|
|
9939
9950
|
--bs-datepicker-day-selected-bg: var(--bs-secondary-500);
|
|
9940
9951
|
--bs-datepicker-day-in-range-color: var(--bs-dark);
|
|
9941
9952
|
--bs-datepicker-day-in-range-bg: var(--bs-secondary-100);
|
|
9942
9953
|
--bs-datepicker-day-outside-month-color: var(--bs-gray-400);
|
|
9943
9954
|
--bs-datepicker-day-today-font-weight: var(--bs-fw-normal);
|
|
9944
|
-
--bs-datepicker-day-today-box-shadow: 0 0 0 2px
|
|
9955
|
+
--bs-datepicker-day-today-box-shadow: 0 0 0 2px var(--bs-secondary);
|
|
9945
9956
|
--bs-datepicker-time-container-margin: 0;
|
|
9946
9957
|
--bs-datepicker-time-container-align: center;
|
|
9947
9958
|
--bs-datepicker-time-input-width: 50%;
|
|
@@ -9970,17 +9981,14 @@ label .d-icon {
|
|
|
9970
9981
|
}
|
|
9971
9982
|
.react-datepicker .react-datepicker__header .react-datepicker__day-names {
|
|
9972
9983
|
display: flex;
|
|
9973
|
-
gap: var(--bs-ref-spacer-
|
|
9984
|
+
gap: var(--bs-ref-spacer-8);
|
|
9974
9985
|
margin: var(--bs-datepicker-day-names-margin);
|
|
9975
9986
|
font-size: var(--bs-datepicker-day-names-font-size);
|
|
9976
9987
|
}
|
|
9977
9988
|
.react-datepicker .react-datepicker__header .react-datepicker__day-name {
|
|
9978
|
-
display: flex;
|
|
9979
|
-
align-items: center;
|
|
9980
|
-
justify-content: center;
|
|
9981
9989
|
width: var(--bs-datepicker-day-name-size);
|
|
9982
9990
|
height: var(--bs-datepicker-day-name-size);
|
|
9983
|
-
padding: var(--bs-datepicker-day-padding);
|
|
9991
|
+
padding: var(--bs-datepicker-day-name-padding);
|
|
9984
9992
|
margin: var(--bs-datepicker-day-name-margin);
|
|
9985
9993
|
font-weight: var(--bs-datepicker-day-name-weight);
|
|
9986
9994
|
line-height: var(--bs-datepicker-day-name-size);
|
|
@@ -9996,11 +10004,11 @@ label .d-icon {
|
|
|
9996
10004
|
padding: var(--bs-datepicker-month-padding);
|
|
9997
10005
|
margin: var(--bs-datepicker-month-margin);
|
|
9998
10006
|
}
|
|
9999
|
-
.react-datepicker .react-
|
|
10007
|
+
.react-datepicker .react-datepicker__week {
|
|
10000
10008
|
display: flex;
|
|
10001
10009
|
gap: var(--bs-datepicker-week-gap);
|
|
10002
10010
|
}
|
|
10003
|
-
.react-datepicker .react-
|
|
10011
|
+
.react-datepicker .react-datepicker__day {
|
|
10004
10012
|
display: flex;
|
|
10005
10013
|
align-items: center;
|
|
10006
10014
|
justify-content: center;
|
|
@@ -10010,6 +10018,12 @@ label .d-icon {
|
|
|
10010
10018
|
margin: var(--bs-datepicker-day-margin);
|
|
10011
10019
|
font-size: var(--bs-datepicker-day-font-size);
|
|
10012
10020
|
line-height: var(--bs-datepicker-day-size);
|
|
10021
|
+
color: var(--bs-datepicker-day-color);
|
|
10022
|
+
}
|
|
10023
|
+
.react-datepicker .react-datepicker__day.react-datepicker__day--in-range.react-datepicker__day--range-end, .react-datepicker .react-datepicker__day.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-end {
|
|
10024
|
+
color: var(--bs-datepicker-day-selected-color);
|
|
10025
|
+
background-color: var(--bs-datepicker-day-selected-bg);
|
|
10026
|
+
box-shadow: 0 0 0 2px var(--bs-datepicker-day-selected-bg);
|
|
10013
10027
|
}
|
|
10014
10028
|
.react-datepicker .react-datepicker__day:not(.react-datepicker__day--selected,
|
|
10015
10029
|
.react-datepicker__month-text--selected,
|
|
@@ -10027,9 +10041,13 @@ label .d-icon {
|
|
|
10027
10041
|
.react-datepicker__month-text--selected,
|
|
10028
10042
|
.react-datepicker__quarter-text--selected,
|
|
10029
10043
|
.react-datepicker__year-text--selected):hover {
|
|
10030
|
-
color: var(--bs-datepicker-day-
|
|
10031
|
-
background-color: var(--bs-datepicker-day-
|
|
10044
|
+
color: var(--bs-datepicker-day-color-hover);
|
|
10045
|
+
background-color: var(--bs-datepicker-day-bg-hover);
|
|
10032
10046
|
border-radius: var(--bs-datepicker-day-radius);
|
|
10047
|
+
box-shadow: 0 0 0 2px var(--bs-datepicker-day-bg-hover);
|
|
10048
|
+
}
|
|
10049
|
+
.react-datepicker .react-datepicker__day--disabled {
|
|
10050
|
+
color: var(--bs-datepicker-day-disabled-color);
|
|
10033
10051
|
}
|
|
10034
10052
|
.react-datepicker .react-datepicker__day--selected,
|
|
10035
10053
|
.react-datepicker .react-datepicker__month--selected,
|
|
@@ -10038,14 +10056,12 @@ label .d-icon {
|
|
|
10038
10056
|
color: var(--bs-datepicker-day-selected-color);
|
|
10039
10057
|
background-color: var(--bs-datepicker-day-selected-bg);
|
|
10040
10058
|
border-radius: var(--bs-datepicker-day-radius);
|
|
10059
|
+
box-shadow: 0 0 0 2px var(--bs-datepicker-day-selected-bg);
|
|
10041
10060
|
}
|
|
10042
10061
|
.react-datepicker .react-datepicker__day--selected.react-datepicker__day--in-range.react-datepicker__day--range-start, .react-datepicker .react-datepicker__day--selected.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start {
|
|
10043
10062
|
color: var(--bs-datepicker-day-selected-color);
|
|
10044
10063
|
background-color: var(--bs-datepicker-day-selected-bg);
|
|
10045
|
-
|
|
10046
|
-
.react-datepicker .react-datepicker__day.react-datepicker__day--in-range.react-datepicker__day--range-end, .react-datepicker .react-datepicker__day.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-end {
|
|
10047
|
-
color: var(--bs-datepicker-day-selected-color);
|
|
10048
|
-
background-color: var(--bs-datepicker-day-selected-bg);
|
|
10064
|
+
box-shadow: 0 0 0 2px var(--bs-datepicker-day-selected-bg);
|
|
10049
10065
|
}
|
|
10050
10066
|
.react-datepicker .react-datepicker__day--in-range,
|
|
10051
10067
|
.react-datepicker .react-datepicker__month-text--in-range,
|
|
@@ -10102,7 +10118,40 @@ label .d-icon {
|
|
|
10102
10118
|
color: var(--bs-datepicker-time-input-label-color);
|
|
10103
10119
|
}
|
|
10104
10120
|
.react-datepicker .d-datepicker-header {
|
|
10105
|
-
font-size: var(--bs-
|
|
10121
|
+
font-size: var(--bs-datepicker-header-font-size);
|
|
10122
|
+
}
|
|
10123
|
+
.react-datepicker .header-button {
|
|
10124
|
+
--bs-btn-padding-y: var(--bs-datepicker-header-button-padding);
|
|
10125
|
+
--bs-btn-padding-x: var(--bs-datepicker-header-button-padding);
|
|
10126
|
+
}
|
|
10127
|
+
.react-datepicker .header-button:hover, .react-datepicker .header-button:active {
|
|
10128
|
+
color: inherit;
|
|
10129
|
+
background-color: inherit;
|
|
10130
|
+
}
|
|
10131
|
+
.react-datepicker .header-button:focus {
|
|
10132
|
+
--bs-btn-focus-outline-offset: 8px;
|
|
10133
|
+
}
|
|
10134
|
+
.react-datepicker .d-select:focus-within .input-group {
|
|
10135
|
+
border-color: transparent;
|
|
10136
|
+
box-shadow: none;
|
|
10137
|
+
}
|
|
10138
|
+
.react-datepicker .d-select .input-group {
|
|
10139
|
+
--bs-input-border-width: 0;
|
|
10140
|
+
}
|
|
10141
|
+
.react-datepicker .d-select .d-select__indicators {
|
|
10142
|
+
display: none;
|
|
10143
|
+
}
|
|
10144
|
+
.react-datepicker .d-select .d-select__control {
|
|
10145
|
+
padding: var(--bs-datepicker-header-select-padding);
|
|
10146
|
+
background-color: transparent;
|
|
10147
|
+
}
|
|
10148
|
+
.react-datepicker .d-select .d-select__single-value {
|
|
10149
|
+
font-weight: var(--bs-datepicker-header-select-font-weight);
|
|
10150
|
+
}
|
|
10151
|
+
.react-datepicker .d-select__menu {
|
|
10152
|
+
left: 50%;
|
|
10153
|
+
min-width: var(--bs-datepicker-header-select-menu-width);
|
|
10154
|
+
translate: -50%;
|
|
10106
10155
|
}
|
|
10107
10156
|
|
|
10108
10157
|
.d-datepicker-time {
|
|
@@ -10136,85 +10185,6 @@ label .d-icon {
|
|
|
10136
10185
|
background-image: var(--bs-datepicker-calendar-picker-icon);
|
|
10137
10186
|
}
|
|
10138
10187
|
|
|
10139
|
-
.react-datepicker.d-month-picker {
|
|
10140
|
-
--bs-monthpicker-header-padding: var(--bs-ref-spacer-4) var(--bs-ref-spacer-2) 0;
|
|
10141
|
-
--bs-monthpicker-font-weight: var(--bs-fw-normal);
|
|
10142
|
-
--bs-monthpicker-header-color: var(--bs-white);
|
|
10143
|
-
--bs-monthpicker-header-bg: var(--bs-dark);
|
|
10144
|
-
--bs-monthpicker-month-gap: 0;
|
|
10145
|
-
--bs-monthpicker-month-padding: var(--bs-ref-spacer-2) var(--bs-ref-spacer-6) var(--bs-ref-spacer-4);
|
|
10146
|
-
--bs-monthpicker-month-color: var(--bs-white);
|
|
10147
|
-
--bs-monthpicker-month-bg: var(--bs-dark);
|
|
10148
|
-
--bs-monthpicker-month-today-color: var(--bs-white);
|
|
10149
|
-
--bs-monthpicker-month-selected-bg: var(--bs-gray-500);
|
|
10150
|
-
--bs-monthpicker-month-selected-box-shadow: 0 0 0 1px inset var(--bs-gray-100);
|
|
10151
|
-
--bs-monthpicker-month-hover-bg: var(--bs-gray-700);
|
|
10152
|
-
--bs-monthpicker-month-wrapper-gap: var(--bs-ref-spacer-2);
|
|
10153
|
-
--bs-monthpicker-month-wrapper-font-size: var(--bs-fs-small);
|
|
10154
|
-
--bs-monthpicker-single-month-width: 46px;
|
|
10155
|
-
--bs-monthpicker-single-month-padding: var(--bs-ref-spacer-2);
|
|
10156
|
-
--bs-monthpicker-single-month-margin: 0;
|
|
10157
|
-
--bs-monthpicker-single-month-text-transform: capitalize;
|
|
10158
|
-
--bs-monthpicker-single-month-radius: var(--bs-ref-spacer-6);
|
|
10159
|
-
--bs-monthpicker-single-month-line-height: var(--bs-fs-6);
|
|
10160
|
-
--bs-monthpicker-single-month-after-display: inline;
|
|
10161
|
-
--bs-monthpicker-single-month-after-content: ".";
|
|
10162
|
-
--bs-datepicker-triangle-color: var(--bs-dark);
|
|
10163
|
-
font-family: var(--bs-datepicker-font-family);
|
|
10164
|
-
border: var(--bs-datepicker-border);
|
|
10165
|
-
box-shadow: var(--bs-datepicker-box-shadow);
|
|
10166
|
-
}
|
|
10167
|
-
.react-datepicker.d-month-picker .react-datepicker__header {
|
|
10168
|
-
padding: var(--bs-monthpicker-header-padding);
|
|
10169
|
-
font-weight: var(--bs-monthpicker-font-weight);
|
|
10170
|
-
color: var(--bs-monthpicker-header-color);
|
|
10171
|
-
background-color: var(--bs-monthpicker-header-bg);
|
|
10172
|
-
}
|
|
10173
|
-
.react-datepicker.d-month-picker .react-datepicker__header .btn-sm, .react-datepicker.d-month-picker .react-datepicker__header .btn-group-sm > .btn {
|
|
10174
|
-
--bs-btn-padding-x: 0;
|
|
10175
|
-
--bs-btn-padding-y: 0;
|
|
10176
|
-
--bs-btn-font-size: var(--bs-fs-5);
|
|
10177
|
-
}
|
|
10178
|
-
.react-datepicker.d-month-picker .react-datepicker__month.react-datepicker__monthPicker,
|
|
10179
|
-
.react-datepicker.d-month-picker .react-datepicker__header.react-datepicker-year-header {
|
|
10180
|
-
gap: var(--bs-monthpicker-month-gap);
|
|
10181
|
-
padding: var(--bs-monthpicker-month-padding);
|
|
10182
|
-
color: var(--bs-monthpicker-month-color);
|
|
10183
|
-
background-color: var(--bs-monthpicker-month-bg);
|
|
10184
|
-
}
|
|
10185
|
-
.react-datepicker.d-month-picker .react-datepicker__month--selected,
|
|
10186
|
-
.react-datepicker.d-month-picker .react-datepicker__month-text--in-range,
|
|
10187
|
-
.react-datepicker.d-month-picker .react-datepicker__month-text--in-selecting-range,
|
|
10188
|
-
.react-datepicker.d-month-picker .react-datepicker__month-text--keyboard-selected {
|
|
10189
|
-
color: var(--bs-monthpicker-month-today-color);
|
|
10190
|
-
background-color: var(--bs-monthpicker-month-selected-bg);
|
|
10191
|
-
box-shadow: var(--bs-monthpicker-month-selected-box-shadow);
|
|
10192
|
-
}
|
|
10193
|
-
.react-datepicker.d-month-picker .react-datepicker__month-text:hover {
|
|
10194
|
-
background-color: var(--bs-monthpicker-month-hover-bg);
|
|
10195
|
-
}
|
|
10196
|
-
.react-datepicker.d-month-picker .react-datepicker__month-wrapper {
|
|
10197
|
-
display: flex;
|
|
10198
|
-
gap: var(--bs-monthpicker-month-wrapper-gap);
|
|
10199
|
-
font-size: var(--bs-monthpicker-month-wrapper-font-size);
|
|
10200
|
-
}
|
|
10201
|
-
.react-datepicker.d-month-picker .react-datepicker__month-wrapper .react-datepicker__month-text {
|
|
10202
|
-
width: var(--bs-monthpicker-single-month-width);
|
|
10203
|
-
padding: var(--bs-monthpicker-single-month-padding);
|
|
10204
|
-
margin: var(--bs-monthpicker-single-month-margin);
|
|
10205
|
-
line-height: var(--bs-monthpicker-single-month-line-height);
|
|
10206
|
-
text-transform: var(--bs-monthpicker-single-month-text-transform);
|
|
10207
|
-
border-radius: var(--bs-monthpicker-single-month-radius);
|
|
10208
|
-
}
|
|
10209
|
-
.react-datepicker.d-month-picker .react-datepicker__month-wrapper .react-datepicker__month-text::after {
|
|
10210
|
-
display: var(--bs-monthpicker-single-month-after-display);
|
|
10211
|
-
content: var(--bs-monthpicker-single-month-after-content);
|
|
10212
|
-
}
|
|
10213
|
-
.react-datepicker.d-month-picker .react-datepicker__triangle::after, .react-datepicker.d-month-picker .react-datepicker__triangle::before {
|
|
10214
|
-
top: 0;
|
|
10215
|
-
border-bottom-color: var(--bs-datepicker-triangle-color);
|
|
10216
|
-
}
|
|
10217
|
-
|
|
10218
10188
|
.nav-pills,
|
|
10219
10189
|
.nav-underline {
|
|
10220
10190
|
--bs-tabs-nav-gap: var(--bs-ref-spacer-6);
|
|
@@ -10988,7 +10958,7 @@ label .d-icon {
|
|
|
10988
10958
|
1rem: 1rem;
|
|
10989
10959
|
font-weight: var(--bs-fw-normal);
|
|
10990
10960
|
line-height: 1.5;
|
|
10991
|
-
color: var(--bs-gray);
|
|
10961
|
+
color: var(--bs-gray-900);
|
|
10992
10962
|
-webkit-appearance: none;
|
|
10993
10963
|
-moz-appearance: none;
|
|
10994
10964
|
appearance: none;
|
|
@@ -11003,7 +10973,7 @@ label .d-icon {
|
|
|
11003
10973
|
}
|
|
11004
10974
|
}
|
|
11005
10975
|
.d-select .d-select__control:focus {
|
|
11006
|
-
color: var(--bs-gray);
|
|
10976
|
+
color: var(--bs-gray-900);
|
|
11007
10977
|
background-color: var(--bs-white);
|
|
11008
10978
|
outline: 0;
|
|
11009
10979
|
}
|
|
@@ -11177,102 +11147,102 @@ label .d-icon {
|
|
|
11177
11147
|
}
|
|
11178
11148
|
|
|
11179
11149
|
.link-primary {
|
|
11180
|
-
color:
|
|
11181
|
-
-webkit-text-decoration-color:
|
|
11182
|
-
text-decoration-color:
|
|
11150
|
+
color: rgba(var(--bs-primary-500-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11151
|
+
-webkit-text-decoration-color: rgba(var(--bs-primary-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11152
|
+
text-decoration-color: rgba(var(--bs-primary-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11183
11153
|
}
|
|
11184
11154
|
.link-primary:hover, .link-primary:focus {
|
|
11185
|
-
color:
|
|
11186
|
-
-webkit-text-decoration-color:
|
|
11187
|
-
text-decoration-color:
|
|
11155
|
+
color: rgba(var(--bs-primary-600-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11156
|
+
-webkit-text-decoration-color: rgba(var(--bs-primary-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11157
|
+
text-decoration-color: rgba(var(--bs-primary-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11188
11158
|
}
|
|
11189
11159
|
|
|
11190
11160
|
.link-secondary {
|
|
11191
|
-
color:
|
|
11192
|
-
-webkit-text-decoration-color:
|
|
11193
|
-
text-decoration-color:
|
|
11161
|
+
color: rgba(var(--bs-secondary-500-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11162
|
+
-webkit-text-decoration-color: rgba(var(--bs-secondary-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11163
|
+
text-decoration-color: rgba(var(--bs-secondary-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11194
11164
|
}
|
|
11195
11165
|
.link-secondary:hover, .link-secondary:focus {
|
|
11196
|
-
color:
|
|
11197
|
-
-webkit-text-decoration-color:
|
|
11198
|
-
text-decoration-color:
|
|
11166
|
+
color: rgba(var(--bs-secondary-600-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11167
|
+
-webkit-text-decoration-color: rgba(var(--bs-secondary-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11168
|
+
text-decoration-color: rgba(var(--bs-secondary-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11199
11169
|
}
|
|
11200
11170
|
|
|
11201
11171
|
.link-success {
|
|
11202
|
-
color:
|
|
11203
|
-
-webkit-text-decoration-color:
|
|
11204
|
-
text-decoration-color:
|
|
11172
|
+
color: rgba(var(--bs-success-500-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11173
|
+
-webkit-text-decoration-color: rgba(var(--bs-success-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11174
|
+
text-decoration-color: rgba(var(--bs-success-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11205
11175
|
}
|
|
11206
11176
|
.link-success:hover, .link-success:focus {
|
|
11207
|
-
color:
|
|
11208
|
-
-webkit-text-decoration-color:
|
|
11209
|
-
text-decoration-color:
|
|
11177
|
+
color: rgba(var(--bs-success-600-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11178
|
+
-webkit-text-decoration-color: rgba(var(--bs-success-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11179
|
+
text-decoration-color: rgba(var(--bs-success-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11210
11180
|
}
|
|
11211
11181
|
|
|
11212
11182
|
.link-info {
|
|
11213
|
-
color:
|
|
11214
|
-
-webkit-text-decoration-color:
|
|
11215
|
-
text-decoration-color:
|
|
11183
|
+
color: rgba(var(--bs-info-500-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11184
|
+
-webkit-text-decoration-color: rgba(var(--bs-info-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11185
|
+
text-decoration-color: rgba(var(--bs-info-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11216
11186
|
}
|
|
11217
11187
|
.link-info:hover, .link-info:focus {
|
|
11218
|
-
color:
|
|
11219
|
-
-webkit-text-decoration-color:
|
|
11220
|
-
text-decoration-color:
|
|
11188
|
+
color: rgba(var(--bs-info-600-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11189
|
+
-webkit-text-decoration-color: rgba(var(--bs-info-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11190
|
+
text-decoration-color: rgba(var(--bs-info-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11221
11191
|
}
|
|
11222
11192
|
|
|
11223
11193
|
.link-warning {
|
|
11224
|
-
color:
|
|
11225
|
-
-webkit-text-decoration-color:
|
|
11226
|
-
text-decoration-color:
|
|
11194
|
+
color: rgba(var(--bs-warning-500-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11195
|
+
-webkit-text-decoration-color: rgba(var(--bs-warning-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11196
|
+
text-decoration-color: rgba(var(--bs-warning-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11227
11197
|
}
|
|
11228
11198
|
.link-warning:hover, .link-warning:focus {
|
|
11229
|
-
color:
|
|
11230
|
-
-webkit-text-decoration-color:
|
|
11231
|
-
text-decoration-color:
|
|
11199
|
+
color: rgba(var(--bs-warning-600-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11200
|
+
-webkit-text-decoration-color: rgba(var(--bs-warning-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11201
|
+
text-decoration-color: rgba(var(--bs-warning-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11232
11202
|
}
|
|
11233
11203
|
|
|
11234
11204
|
.link-danger {
|
|
11235
|
-
color:
|
|
11236
|
-
-webkit-text-decoration-color:
|
|
11237
|
-
text-decoration-color:
|
|
11205
|
+
color: rgba(var(--bs-danger-500-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11206
|
+
-webkit-text-decoration-color: rgba(var(--bs-danger-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11207
|
+
text-decoration-color: rgba(var(--bs-danger-500-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11238
11208
|
}
|
|
11239
11209
|
.link-danger:hover, .link-danger:focus {
|
|
11240
|
-
color:
|
|
11241
|
-
-webkit-text-decoration-color:
|
|
11242
|
-
text-decoration-color:
|
|
11210
|
+
color: rgba(var(--bs-danger-600-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11211
|
+
-webkit-text-decoration-color: rgba(var(--bs-danger-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11212
|
+
text-decoration-color: rgba(var(--bs-danger-600-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11243
11213
|
}
|
|
11244
11214
|
|
|
11245
11215
|
.link-light {
|
|
11246
|
-
color:
|
|
11247
|
-
-webkit-text-decoration-color:
|
|
11248
|
-
text-decoration-color:
|
|
11216
|
+
color: rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11217
|
+
-webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11218
|
+
text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11249
11219
|
}
|
|
11250
11220
|
.link-light:hover, .link-light:focus {
|
|
11251
|
-
color:
|
|
11252
|
-
-webkit-text-decoration-color:
|
|
11253
|
-
text-decoration-color:
|
|
11221
|
+
color: rgba(var(--bs-gray-300-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11222
|
+
-webkit-text-decoration-color: rgba(var(--bs-gray-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11223
|
+
text-decoration-color: rgba(var(--bs-gray-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11254
11224
|
}
|
|
11255
11225
|
|
|
11256
11226
|
.link-dark {
|
|
11257
|
-
color:
|
|
11258
|
-
-webkit-text-decoration-color:
|
|
11259
|
-
text-decoration-color:
|
|
11227
|
+
color: rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11228
|
+
-webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11229
|
+
text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11260
11230
|
}
|
|
11261
11231
|
.link-dark:hover, .link-dark:focus {
|
|
11262
|
-
color:
|
|
11263
|
-
-webkit-text-decoration-color:
|
|
11264
|
-
text-decoration-color:
|
|
11232
|
+
color: rgba(var(--bs-gray-700-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11233
|
+
-webkit-text-decoration-color: rgba(var(--bs-gray-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11234
|
+
text-decoration-color: rgba(var(--bs-gray-700-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11265
11235
|
}
|
|
11266
11236
|
|
|
11267
11237
|
.link-body-emphasis {
|
|
11268
|
-
color:
|
|
11269
|
-
-webkit-text-decoration-color:
|
|
11270
|
-
text-decoration-color:
|
|
11238
|
+
color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
|
|
11239
|
+
-webkit-text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11240
|
+
text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
|
|
11271
11241
|
}
|
|
11272
11242
|
.link-body-emphasis:hover, .link-body-emphasis:focus {
|
|
11273
|
-
color:
|
|
11274
|
-
-webkit-text-decoration-color:
|
|
11275
|
-
text-decoration-color:
|
|
11243
|
+
color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
|
|
11244
|
+
-webkit-text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
|
|
11245
|
+
text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
|
|
11276
11246
|
}
|
|
11277
11247
|
|
|
11278
11248
|
.focus-ring:focus {
|
|
@@ -15131,6 +15101,36 @@ label .d-icon {
|
|
|
15131
15101
|
.d-sm-none {
|
|
15132
15102
|
display: none !important;
|
|
15133
15103
|
}
|
|
15104
|
+
.w-sm-25 {
|
|
15105
|
+
width: 25% !important;
|
|
15106
|
+
}
|
|
15107
|
+
.w-sm-50 {
|
|
15108
|
+
width: 50% !important;
|
|
15109
|
+
}
|
|
15110
|
+
.w-sm-75 {
|
|
15111
|
+
width: 75% !important;
|
|
15112
|
+
}
|
|
15113
|
+
.w-sm-100 {
|
|
15114
|
+
width: 100% !important;
|
|
15115
|
+
}
|
|
15116
|
+
.w-sm-auto {
|
|
15117
|
+
width: auto !important;
|
|
15118
|
+
}
|
|
15119
|
+
.h-sm-25 {
|
|
15120
|
+
height: 25% !important;
|
|
15121
|
+
}
|
|
15122
|
+
.h-sm-50 {
|
|
15123
|
+
height: 50% !important;
|
|
15124
|
+
}
|
|
15125
|
+
.h-sm-75 {
|
|
15126
|
+
height: 75% !important;
|
|
15127
|
+
}
|
|
15128
|
+
.h-sm-100 {
|
|
15129
|
+
height: 100% !important;
|
|
15130
|
+
}
|
|
15131
|
+
.h-sm-auto {
|
|
15132
|
+
height: auto !important;
|
|
15133
|
+
}
|
|
15134
15134
|
.flex-sm-fill {
|
|
15135
15135
|
flex: 1 1 auto !important;
|
|
15136
15136
|
}
|
|
@@ -16271,6 +16271,36 @@ label .d-icon {
|
|
|
16271
16271
|
.d-md-none {
|
|
16272
16272
|
display: none !important;
|
|
16273
16273
|
}
|
|
16274
|
+
.w-md-25 {
|
|
16275
|
+
width: 25% !important;
|
|
16276
|
+
}
|
|
16277
|
+
.w-md-50 {
|
|
16278
|
+
width: 50% !important;
|
|
16279
|
+
}
|
|
16280
|
+
.w-md-75 {
|
|
16281
|
+
width: 75% !important;
|
|
16282
|
+
}
|
|
16283
|
+
.w-md-100 {
|
|
16284
|
+
width: 100% !important;
|
|
16285
|
+
}
|
|
16286
|
+
.w-md-auto {
|
|
16287
|
+
width: auto !important;
|
|
16288
|
+
}
|
|
16289
|
+
.h-md-25 {
|
|
16290
|
+
height: 25% !important;
|
|
16291
|
+
}
|
|
16292
|
+
.h-md-50 {
|
|
16293
|
+
height: 50% !important;
|
|
16294
|
+
}
|
|
16295
|
+
.h-md-75 {
|
|
16296
|
+
height: 75% !important;
|
|
16297
|
+
}
|
|
16298
|
+
.h-md-100 {
|
|
16299
|
+
height: 100% !important;
|
|
16300
|
+
}
|
|
16301
|
+
.h-md-auto {
|
|
16302
|
+
height: auto !important;
|
|
16303
|
+
}
|
|
16274
16304
|
.flex-md-fill {
|
|
16275
16305
|
flex: 1 1 auto !important;
|
|
16276
16306
|
}
|
|
@@ -17411,6 +17441,36 @@ label .d-icon {
|
|
|
17411
17441
|
.d-lg-none {
|
|
17412
17442
|
display: none !important;
|
|
17413
17443
|
}
|
|
17444
|
+
.w-lg-25 {
|
|
17445
|
+
width: 25% !important;
|
|
17446
|
+
}
|
|
17447
|
+
.w-lg-50 {
|
|
17448
|
+
width: 50% !important;
|
|
17449
|
+
}
|
|
17450
|
+
.w-lg-75 {
|
|
17451
|
+
width: 75% !important;
|
|
17452
|
+
}
|
|
17453
|
+
.w-lg-100 {
|
|
17454
|
+
width: 100% !important;
|
|
17455
|
+
}
|
|
17456
|
+
.w-lg-auto {
|
|
17457
|
+
width: auto !important;
|
|
17458
|
+
}
|
|
17459
|
+
.h-lg-25 {
|
|
17460
|
+
height: 25% !important;
|
|
17461
|
+
}
|
|
17462
|
+
.h-lg-50 {
|
|
17463
|
+
height: 50% !important;
|
|
17464
|
+
}
|
|
17465
|
+
.h-lg-75 {
|
|
17466
|
+
height: 75% !important;
|
|
17467
|
+
}
|
|
17468
|
+
.h-lg-100 {
|
|
17469
|
+
height: 100% !important;
|
|
17470
|
+
}
|
|
17471
|
+
.h-lg-auto {
|
|
17472
|
+
height: auto !important;
|
|
17473
|
+
}
|
|
17414
17474
|
.flex-lg-fill {
|
|
17415
17475
|
flex: 1 1 auto !important;
|
|
17416
17476
|
}
|
|
@@ -18551,6 +18611,36 @@ label .d-icon {
|
|
|
18551
18611
|
.d-xl-none {
|
|
18552
18612
|
display: none !important;
|
|
18553
18613
|
}
|
|
18614
|
+
.w-xl-25 {
|
|
18615
|
+
width: 25% !important;
|
|
18616
|
+
}
|
|
18617
|
+
.w-xl-50 {
|
|
18618
|
+
width: 50% !important;
|
|
18619
|
+
}
|
|
18620
|
+
.w-xl-75 {
|
|
18621
|
+
width: 75% !important;
|
|
18622
|
+
}
|
|
18623
|
+
.w-xl-100 {
|
|
18624
|
+
width: 100% !important;
|
|
18625
|
+
}
|
|
18626
|
+
.w-xl-auto {
|
|
18627
|
+
width: auto !important;
|
|
18628
|
+
}
|
|
18629
|
+
.h-xl-25 {
|
|
18630
|
+
height: 25% !important;
|
|
18631
|
+
}
|
|
18632
|
+
.h-xl-50 {
|
|
18633
|
+
height: 50% !important;
|
|
18634
|
+
}
|
|
18635
|
+
.h-xl-75 {
|
|
18636
|
+
height: 75% !important;
|
|
18637
|
+
}
|
|
18638
|
+
.h-xl-100 {
|
|
18639
|
+
height: 100% !important;
|
|
18640
|
+
}
|
|
18641
|
+
.h-xl-auto {
|
|
18642
|
+
height: auto !important;
|
|
18643
|
+
}
|
|
18554
18644
|
.flex-xl-fill {
|
|
18555
18645
|
flex: 1 1 auto !important;
|
|
18556
18646
|
}
|
|
@@ -19691,6 +19781,36 @@ label .d-icon {
|
|
|
19691
19781
|
.d-xxl-none {
|
|
19692
19782
|
display: none !important;
|
|
19693
19783
|
}
|
|
19784
|
+
.w-xxl-25 {
|
|
19785
|
+
width: 25% !important;
|
|
19786
|
+
}
|
|
19787
|
+
.w-xxl-50 {
|
|
19788
|
+
width: 50% !important;
|
|
19789
|
+
}
|
|
19790
|
+
.w-xxl-75 {
|
|
19791
|
+
width: 75% !important;
|
|
19792
|
+
}
|
|
19793
|
+
.w-xxl-100 {
|
|
19794
|
+
width: 100% !important;
|
|
19795
|
+
}
|
|
19796
|
+
.w-xxl-auto {
|
|
19797
|
+
width: auto !important;
|
|
19798
|
+
}
|
|
19799
|
+
.h-xxl-25 {
|
|
19800
|
+
height: 25% !important;
|
|
19801
|
+
}
|
|
19802
|
+
.h-xxl-50 {
|
|
19803
|
+
height: 50% !important;
|
|
19804
|
+
}
|
|
19805
|
+
.h-xxl-75 {
|
|
19806
|
+
height: 75% !important;
|
|
19807
|
+
}
|
|
19808
|
+
.h-xxl-100 {
|
|
19809
|
+
height: 100% !important;
|
|
19810
|
+
}
|
|
19811
|
+
.h-xxl-auto {
|
|
19812
|
+
height: auto !important;
|
|
19813
|
+
}
|
|
19694
19814
|
.flex-xxl-fill {
|
|
19695
19815
|
flex: 1 1 auto !important;
|
|
19696
19816
|
}
|