19 lines
343 B
Stylus
19 lines
343 B
Stylus
$calendarBackground = #fff
|
|
$calendarBorderColor = alpha(#484848, 0.2)
|
|
|
|
$monthForeground = #fff
|
|
$monthBackground = #EF5350
|
|
|
|
$weekdaysBackground = #EF5350
|
|
|
|
$dayForeground = #484848
|
|
$dayHoverBackground = #e2e2e2
|
|
|
|
$todayColor = #bbb
|
|
|
|
$selectedDayBackground = #EF5350
|
|
$selectedDayForeground = #fff
|
|
|
|
$noCalendarBorder = true
|
|
@require "../flatpickr"
|