30 lines
514 B
SCSS
Vendored
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;
|
|
}
|
|
}
|
|
}
|