65 lines
1.0 KiB
SCSS
65 lines
1.0 KiB
SCSS
.program-list-wrapper {
|
|
@include media-breakpoint-up(sm) {
|
|
padding: $baseline;
|
|
}
|
|
}
|
|
|
|
.program-cards-container {
|
|
@include grid-container();
|
|
@include span(12);
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
@include span(9);
|
|
}
|
|
}
|
|
|
|
.sidebar {
|
|
@include span(12);
|
|
@include float(right);
|
|
|
|
margin-bottom: $baseline;
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
@include span(3);
|
|
}
|
|
|
|
.aside {
|
|
padding: $baseline;
|
|
margin-bottom: $baseline;
|
|
box-sizing: border-box;
|
|
border: 1px solid $border-color-l3;
|
|
}
|
|
|
|
.program-advertise {
|
|
clear: both;
|
|
|
|
.new-programs-btn {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
.advertise-message {
|
|
font-size: font-size(x-small);
|
|
color: palette(grayscale, black);
|
|
margin-bottom: $baseline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.empty-programs-message {
|
|
@include span(12);
|
|
|
|
border: 3px solid $gray-l4;
|
|
background: $gray-l6;
|
|
padding: ($baseline*2) 0;
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
|
|
.hd-3 {
|
|
color: $black;
|
|
margin-bottom: $baseline;
|
|
}
|
|
}
|