mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
//
|
|
// Date Picker
|
|
// --------------------------------------------------
|
|
|
|
@color-datepicker-today-text: #34495e;
|
|
@color-datepicker-selected-bg: @brand-accent;
|
|
@color-datepicker-hover-bg: #f5f5f5;
|
|
@color-datepicker-hover-text: #34495e;
|