@ncds/ui-admin 1.1.1 → 1.1.2
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.
|
@@ -2889,8 +2889,10 @@ button {
|
|
|
2889
2889
|
gap: 4px;
|
|
2890
2890
|
}
|
|
2891
2891
|
.ncua-date-picker .flatpickr-current-month .flatpickr-monthDropdown-months,
|
|
2892
|
-
.ncua-date-picker .flatpickr-current-month .cur-year
|
|
2892
|
+
.ncua-date-picker .flatpickr-current-month .cur-year,
|
|
2893
|
+
.ncua-date-picker .flatpickr-current-month .cur-year[disabled] {
|
|
2893
2894
|
font-size: var(--font-size-lg);
|
|
2895
|
+
color: inherit;
|
|
2894
2896
|
}
|
|
2895
2897
|
.ncua-date-picker .flatpickr-monthDropdown-months {
|
|
2896
2898
|
margin: 0;
|
|
@@ -2898,7 +2900,8 @@ button {
|
|
|
2898
2900
|
transform: translateY(-1px);
|
|
2899
2901
|
}
|
|
2900
2902
|
.ncua-date-picker .flatpickr-current-month .flatpickr-monthDropdown-months,
|
|
2901
|
-
.ncua-date-picker .flatpickr-current-month .cur-year
|
|
2903
|
+
.ncua-date-picker .flatpickr-current-month .cur-year,
|
|
2904
|
+
.ncua-date-picker .flatpickr-current-month .cur-year[disabled] {
|
|
2902
2905
|
font-weight: 700;
|
|
2903
2906
|
line-height: 22px;
|
|
2904
2907
|
}
|
|
@@ -2979,7 +2982,8 @@ button {
|
|
|
2979
2982
|
line-height: 32px;
|
|
2980
2983
|
}
|
|
2981
2984
|
.ncua-date-picker--xs .flatpickr-current-month .flatpickr-monthDropdown-months,
|
|
2982
|
-
.ncua-date-picker--xs .flatpickr-current-month .cur-year
|
|
2985
|
+
.ncua-date-picker--xs .flatpickr-current-month .cur-year,
|
|
2986
|
+
.ncua-date-picker--xs .flatpickr-current-month .cur-year[disabled] {
|
|
2983
2987
|
font-size: var(--font-size-xs);
|
|
2984
2988
|
}
|
|
2985
2989
|
.ncua-date-picker--sm .flatpickr-calendar {
|
|
@@ -3003,7 +3007,8 @@ button {
|
|
|
3003
3007
|
line-height: 36px;
|
|
3004
3008
|
}
|
|
3005
3009
|
.ncua-date-picker--sm .flatpickr-current-month .flatpickr-monthDropdown-months,
|
|
3006
|
-
.ncua-date-picker--sm .flatpickr-current-month .cur-year
|
|
3010
|
+
.ncua-date-picker--sm .flatpickr-current-month .cur-year,
|
|
3011
|
+
.ncua-date-picker--sm .flatpickr-current-month .cur-year[disabled] {
|
|
3007
3012
|
font-size: var(--font-size-lg);
|
|
3008
3013
|
}
|
|
3009
3014
|
.ncua-date-picker--disabled .flatpickr-wrapper,
|