mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-09 20:03:11 +00:00
Calendar selection event
Calendar style fixes
This commit is contained in:
parent
cb6721ab96
commit
3bf9b7b0ad
3 changed files with 78 additions and 21 deletions
|
@ -30,10 +30,17 @@
|
|||
padding-left: $spacing-normal;
|
||||
flex-grow: 1;
|
||||
font-size: $font-size-h4;
|
||||
|
||||
> span {
|
||||
font-weight: $font-weight-bolder;
|
||||
}
|
||||
}
|
||||
|
||||
> button {
|
||||
padding: $spacing-normal;
|
||||
padding: 0 $spacing-normal;
|
||||
|
||||
height: 50px;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -99,6 +106,17 @@
|
|||
|
||||
&.today {
|
||||
> button {
|
||||
font-weight: $font-weight-black;
|
||||
text-decoration: underline;
|
||||
//background-color: $color-primary;
|
||||
//color: $color-on-primary;
|
||||
}
|
||||
}
|
||||
|
||||
&.selected {
|
||||
> button {
|
||||
//background-color: $color-dark;
|
||||
//color: $color-on-dark;
|
||||
background-color: $color-primary;
|
||||
color: $color-on-primary;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue