CXO schedule and styling
This commit is contained in:
parent
98c667cce4
commit
62b33791d0
10 changed files with 223 additions and 79 deletions
21
web/themes/dcb2017/sass/components/_schedule.scss
Normal file
21
web/themes/dcb2017/sass/components/_schedule.scss
Normal 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;
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
@import 'components/blocks';
|
||||
@import 'components/forms';
|
||||
@import 'components/views';
|
||||
@import 'components/schedule';
|
||||
|
||||
@import 'content/session';
|
||||
@import 'content/speaker';
|
||||
|
|
Reference in a new issue