Change logo Add luister and kijk icons Tip de streekredactie points to whatsapp 088-8505651 Add s to Podcast Removed waterschapsverkiezingen from menu Podcast autoplay disabled Remove Gooische Courant and NH Nieuws Changed NH Gooi to Over NH Gooi Added padding and border-radios to homepage posts Changed header 12px to 14px Add now and next programs to homepage Add new button to programs Changed contact text Add fallback image to program guide Make items height equally in program guide
36 lines
647 B
SCSS
Vendored
36 lines
647 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;
|
|
}
|
|
img {
|
|
margin-left: -30px;
|
|
margin-top: -30px;
|
|
width: CALC(100% + 54px);
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
}
|