Сделал виджет с переопределением 4 главных функций календаря в js
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user