Files
nhgooi.nl/resources/assets/sass/components/_schedule.scss
2024-03-13 17:44:35 +01:00

30 lines
514 B
SCSS
Vendored

@use "../abstracts/mixin" as *;
#schedule {
a {
text-decoration: none;
}
.program-title {
font-family: Montserrat, serif;
font-size: 14px;
font-weight: 600;
line-height: 1.43;
color: #1a1a1a;
}
.program-times {
@include post_date;
}
.no-results, .loading {
font-family: Montserrat, serif;
font-size: 14px;
font-weight: 600;
line-height: 1.43;
color: #1a1a1a;
text-align: center;
padding: 20px;
span {
margin-right: 10px;
}
}
}