Added radio page
This commit is contained in:
29
resources/assets/sass/components/_schedule.scss
vendored
Normal file
29
resources/assets/sass/components/_schedule.scss
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user