Files
runosaari/styles/Program.module.scss
2025-05-29 21:20:13 +03:00

143 lines
2.1 KiB
SCSS

.dayContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
b {
font-size: 1.3rem;
}
hr {
border: 0.2rem solid #d5caf29d;
width: 80%;
}
div {
width: 80%;
}
}
.programTitle {
display: flex;
align-items: baseline;
justify-content: space-evenly;
width: 80%;
max-width: 25rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
margin-top: 1.5rem;
h2 {
margin-right: 1rem;
}
h2:hover {
color: rgb(117, 117, 117);
transition: color 0.3s;
}
}
.programTimeAndPlace {
width: 80%;
text-align: center;
font-size: xx-large;
}
.placeTitle {
font-size: 3.5rem !important;
margin-right: 1rem;
color: #2f273e;
text-decoration: none;
margin-top: 0;
a {
color: #2f273e;
text-decoration-color: #7e54e7;
}
}
.locationName {
color: #7e54e7;
}
.timeSpan {
margin-top: 0;
margin-bottom: 1rem;
font-size: 2em;
font-weight: bold;
}
.performerList {
font-size: 1.5rem;
font-weight: bold;
list-style-type: none;
line-height: 1.5rem;
max-width: 20rem;
padding-left: 0;
margin-top: 0;
li {
margin-top: 1em;
}
}
.performerWithTime {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 2.5rem;
}
.programPerformer {
text-align: right;
}
.programBreak {
justify-content: center !important;
margin-top: 1rem;
margin-bottom: 1rem;
text-decoration: underline;
}
.programTime {
font-size: 1.7rem;
}
.locationAddress {
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;
font-weight: bold;
}
.programHr {
border: 0.1rem solid #d5caf29d;
width: 43%;
margin-top: 1em;
}