Files
nhgooi.nl/resources/assets/sass/components/_schedule.scss
Jorit Tijsen 1d94e7da7f Add some variables to the scss files
Use the period API call for the program schema
2024-03-20 17:54:10 +01:00

31 lines
558 B
SCSS
Vendored

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