22 lines
339 B
SCSS
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;
|
|
}
|
|
}
|