CXO schedule and styling

This commit is contained in:
Rob Davies 2017-06-16 11:23:38 +01:00
parent 98c667cce4
commit 62b33791d0
10 changed files with 223 additions and 79 deletions

View file

@ -0,0 +1,21 @@
.view-schedule {
h3 {
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;
}
}

View file

@ -51,3 +51,15 @@
max-width: 100%;
}
}
.view-display-id-sponsor_logo_gold {
.view-content {
text-align: center;
}
.views-row {
display: inline-block;
padding: 0.5em 1.5em;
vertical-align: middle;
}
}

View file

@ -11,6 +11,7 @@
}
.profile-info {
min-height: 7em;
padding-left: 9em;
}
}
@ -18,6 +19,10 @@
&.node--view-mode-speaker-profile {
margin-bottom: 2em;
}
.speaker-link {
text-decoration: none;
}
}
.speaker-twitter {

View file

@ -16,6 +16,7 @@
@import 'components/blocks';
@import 'components/forms';
@import 'components/views';
@import 'components/schedule';
@import 'content/session';
@import 'content/speaker';