Сделал виджет с переопределением 4 главных функций календаря в js

This commit is contained in:
maxim
2021-09-10 17:39:40 +03:00
parent de47ccec77
commit 125bddde21
12 changed files with 1009 additions and 5 deletions

View File

@ -291,6 +291,9 @@
text-align: center;
display: flex;
flex: 56px 0 0;
max-height: 44px;
box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
align-items: center
}
.top-bar__days {
@ -299,7 +302,7 @@
color: #2d4338;
font-weight: 100;
-webkit-font-smoothing: subpixel-antialiased;
font-size: 1rem;
font-size: 18px;
}
.calendar__week {