Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
58
2017/web/themes/dcb2017/sass/components/_schedule.scss
Normal file
58
2017/web/themes/dcb2017/sass/components/_schedule.scss
Normal file
|
@ -0,0 +1,58 @@
|
|||
.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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue