Calendar (WIP): user can select a day
This commit is contained in:
parent
79a0aeb1b8
commit
d8641d4db6
4 changed files with 100 additions and 91 deletions
|
|
@ -45,6 +45,14 @@
|
|||
&.current-month {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
&.today {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&.selected-day {
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue