This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/sass/components/_schedule.scss
2017-06-20 12:26:26 +01:00

59 lines
806 B
SCSS

.view-schedule {
.view-grouping-header {
background: $dcb-green;
color: white;
font-size: 1.5em;
text-align: center;
}
h2 {
font-size: 1.8em;
text-transform: none;
}
h4 {
font-size: 1.3em
}
p {
margin: 0.5em 0;
}
.node--type-session {
margin-bottom: 3em;
}
.group-wrapper {
@include media-large {
box-sizing: border-box;
float: left;
padding-right: 2em;
h2 {
font-size: 1.2em;
line-height: 1.4;
}
}
h3 {
color: $dcb-grey;
}
}
.view-grouping-content {
overflow: hidden;
&.col-2 .group-wrapper {
@include media-large {
width: 50%;
}
}
&.col-3 .group-wrapper {
@include media-large {
width: 33.33%;
}
}
}
}