Session and speaker styling updates

This commit is contained in:
Rob Davies 2017-05-22 15:13:53 +01:00
parent 24ffcb956b
commit b8aee0f307
9 changed files with 309 additions and 1 deletions

View file

@ -10,6 +10,15 @@ a:visited {
a:visited:focus {
color: black; }
h1 {
font-size: 2.4em; }
h2 {
font-size: 2em; }
h3 {
font-size: 1.6em; }
h1, h2, h3, h4 {
font-weight: 600; }
@ -338,4 +347,34 @@ nav.menu--main {
height: auto;
max-width: 100%; }
.node--type-session .field--name-field-category,
.node--type-session .field--name-field-level,
.node--type-session .field--name-field-length {
padding-right: 5em; }
@media screen and (min-width: 37.5rem) {
.node--type-session .field--name-field-category,
.node--type-session .field--name-field-level,
.node--type-session .field--name-field-length {
float: left;
font-weight: 600; }
.node--type-session .field--name-field-category .field__label,
.node--type-session .field--name-field-level .field__label,
.node--type-session .field--name-field-length .field__label {
display: none; } }
.node--type-session .field--name-body {
clear: both;
padding: 0.5em 0; }
.node--type-speaker .node__content {
position: relative; }
@media screen and (min-width: 37.5rem) {
.node--type-speaker .profile-picture {
position: absolute;
top: 0;
left: 0; }
.node--type-speaker .profile-info {
padding-left: 9em; } }
/*# sourceMappingURL=style.css.map */

File diff suppressed because one or more lines are too long