Improve sidebar embed look and feel
This commit is contained in:
@ -26,7 +26,6 @@ body {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
flex-direction: row;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.calendar-date-date {
|
||||
@ -36,6 +35,7 @@ body {
|
||||
margin-right: 8px;
|
||||
flex: 35px 0 0;
|
||||
height: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
.calendar-date-month {
|
||||
background-color: var(--calendar-fablab-red);
|
||||
@ -96,6 +96,12 @@ body {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.calendar-event-description p {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.calendar-event-description p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.calendar-event-type {
|
||||
flex: 0 0 12px;
|
||||
margin: -5px -5px -5px 0;
|
||||
|
Reference in New Issue
Block a user