material_red.styl 343 Bytes
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$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"