Add closable performer lists

This commit is contained in:
2023-07-18 20:19:01 +03:00
parent cebe892bf7
commit c026b3b963
2 changed files with 181 additions and 70 deletions

View File

@@ -58,6 +58,7 @@
line-height: 1.5rem;
max-width: 20rem;
padding-left: 0;
margin-top: 0;
li {
margin-top: 1em;
@@ -79,6 +80,7 @@
justify-content: center !important;
margin-top: 1rem;
margin-bottom: 1rem;
text-decoration: underline;
}
.programTime {
@@ -89,3 +91,33 @@
margin-top: 1rem;
margin-bottom: 1rem;
}
.programPerformersTitleToggle {
display: flex;
cursor: pointer;
background: none;
border: none;
font-family: 'Crimson Text', sans-serif;
color: #2f273e;
font-weight: bold;
}
.programPerformersTitleToggle:hover {
svg {
color: rgb(117, 117, 117);
transition: color 0.3s;
}
color: rgb(117, 117, 117);
transition: color 0.3s;
}
.programPerformersTitle {
font-size: 2rem;
padding-left: 1rem;
}
.programHr {
border: 0.1rem solid #d5caf29d;
width: 43%;
}