You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
389 B
24 lines
389 B
.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;
|
|
}
|
|
|