Dev schedule config and styling

This commit is contained in:
Rob Davies 2017-06-20 12:26:26 +01:00
parent 62b33791d0
commit f522a186c1
7 changed files with 422 additions and 20 deletions

View file

@ -362,7 +362,7 @@ nav.menu--main {
padding: 0.5em 1.5em;
vertical-align: middle; }
.view-schedule h3 {
.view-schedule .view-grouping-header {
background: #0fa877;
color: white;
font-size: 1.5em;
@ -378,6 +378,30 @@ nav.menu--main {
.view-schedule p {
margin: 0.5em 0; }
.view-schedule .node--type-session {
margin-bottom: 3em; }
@media screen and (min-width: 56.25rem) {
.view-schedule .group-wrapper {
box-sizing: border-box;
float: left;
padding-right: 2em; }
.view-schedule .group-wrapper h2 {
font-size: 1.2em;
line-height: 1.4; } }
.view-schedule .group-wrapper h3 {
color: #666; }
.view-schedule .view-grouping-content {
overflow: hidden; }
@media screen and (min-width: 56.25rem) {
.view-schedule .view-grouping-content.col-2 .group-wrapper {
width: 50%; } }
@media screen and (min-width: 56.25rem) {
.view-schedule .view-grouping-content.col-3 .group-wrapper {
width: 33.33%; } }
.node--type-session .field--name-field-category,
.node--type-session .field--name-field-level,
.node--type-session .field--name-field-length {

File diff suppressed because one or more lines are too long