This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/sass/content/_session.scss
2017-05-22 15:13:53 +01:00

22 lines
339 B
SCSS

.node--type-session {
.field--name-field-category,
.field--name-field-level,
.field--name-field-length {
padding-right: 5em;
@include media-tablet {
float: left;
font-weight: 600;
.field__label {
display: none;
}
}
}
.field--name-body {
clear: both;
padding: 0.5em 0;
}
}