mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
25 lines
389 B
CSS
25 lines
389 B
CSS
.calendar .symbol {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
padding-left: 0;
|
|
padding-right: 10px;
|
|
font-size: var(--font-size-small);
|
|
}
|
|
|
|
.calendar .symbol span {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.calendar .title {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.calendar .time {
|
|
padding-left: 30px;
|
|
text-align: right;
|
|
vertical-align: top;
|
|
}
|