mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-23 05:50:36 +03:00
chore: add $today-color scss varible (#383)
This commit is contained in:
@@ -262,7 +262,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.today {
|
.today {
|
||||||
color: mix(#fff, $primary-color, 10%);
|
color: $today-color;
|
||||||
}
|
}
|
||||||
.cell.not-current-month {
|
.cell.not-current-month {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
$default-color: #73879c !default;
|
$default-color: #73879c !default;
|
||||||
$primary-color: #1284e7 !default;
|
$primary-color: #1284e7 !default;
|
||||||
|
|
||||||
|
$today-color: mix(#fff, $primary-color, 10%) !default;
|
||||||
|
|
||||||
$input-border-color: #ccc !default;
|
$input-border-color: #ccc !default;
|
||||||
$input-color: #555 !default;
|
$input-color: #555 !default;
|
||||||
$input-hover-border-color: #409aff !default;
|
$input-hover-border-color: #409aff !default;
|
||||||
|
|||||||
Reference in New Issue
Block a user