|
|
@ -538,14 +538,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
.Calendar__day { |
|
|
|
.Calendar__day { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
width: calc(100% / 7); |
|
|
|
width: calc(100% / 7 - 6px); |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
padding: calc(0.25em - 1px); |
|
|
|
padding: calc(0.25em - 1px); |
|
|
|
font-size: 1.6em; |
|
|
|
font-size: 1.6em; |
|
|
|
border-radius: 7px; |
|
|
|
border-radius: 7px; |
|
|
|
transition: 0.2s; |
|
|
|
transition: 0.2s; |
|
|
|
border: 1px solid transparent; |
|
|
|
border: 1px solid transparent; |
|
|
|
margin:0.2em; |
|
|
|
margin:3px; |
|
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|