fixed calendar periods

This commit is contained in:
MaxOvs19
2023-10-24 19:41:59 +03:00
parent 5f92d86bd9
commit 76b2c4622f
3 changed files with 29 additions and 7 deletions

View File

@ -90,3 +90,12 @@
}
}
}
.clear-days {
background: red;
padding: 5px 20px;
font-size: 14px;
&:hover {
background: rgba(255, 0, 0, 0.637);
}
}