fix(PublicPage): fix style schedule-category-collapse-icon-container

This commit is contained in:
Matthieu Bessat 2020-08-19 12:41:50 +02:00
parent 014e51640c
commit 3101da4d0b
2 changed files with 14 additions and 5 deletions

View file

@ -435,13 +435,20 @@ section {
.schedule-category-header {
background-color: rgba(189,195,199,.97);
border-radius: 4px;
display: flex;
display: grid;
grid-template-columns: 1fr 1.5em;
justify-content: space-between;
align-items: center;
padding: 1em 2em 1em 2em;
cursor: pointer;
}
.schedule-category-collapse-icon-container {
display: flex;
justify-content: flex-end;
align-items: center;
}
.schedule-category-header .subtitle, .schedule-category-header .separator {
opacity: 0.75;
}