Files
igny8/frontend/node_modules/flatpickr/src/style/themes/material_red.styl
2025-11-09 10:27:02 +00:00

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"