WIP Добавила даты в стор

This commit is contained in:
Daria Golova
2023-06-08 17:02:26 +03:00
parent b3d0bd77bb
commit cbc4ed5b51
5 changed files with 133 additions and 32 deletions

View File

@@ -191,19 +191,21 @@ export default {
border-bottom: 1px solid var(--border-light-grey-color)
.week-item
color: var(--font-grey-color)
.week-item:nth-last-child(-n+2)
color: var(--border-red-color)
&:nth-last-child(-n+2)
color: var(--border-red-color)
.date-active
color: var(--default-white),
background-color: var(--btn-blue-color)
.date-active:hover
opacity: 0.5
&:hover
opacity: 0.5
.date-other
color: var(--font-grey-color)
&:hover
background-color: var(--border-light-grey-color)
.date-month
color: var(--font-black-color)
.date-other:hover, .date-month:hover
background-color: var(--border-light-grey-color)
&:hover
background-color: var(--border-light-grey-color)
.date-today:hover, .date-range:hover
background-color: var(--btn-blue-color-2)
.date-today