You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
901 B
52 lines
901 B
@import 'variables';
|
|
@import 'mixins';
|
|
|
|
.field {
|
|
@include field-margin($padding);
|
|
font-size: $font-size-normal;
|
|
padding: 0;
|
|
|
|
// Assumes last group is `Behavioural settings`, which should
|
|
// be grouped with the bottom group `Settings and texts`.
|
|
.tree > &.group:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.fields > &.group {
|
|
@include field-margin($min-padding);
|
|
}
|
|
|
|
&.boolean .h5peditor-label {
|
|
display: inline;
|
|
}
|
|
|
|
.h5p-editor-image-buttons {
|
|
float: left;
|
|
clear: both;
|
|
}
|
|
|
|
.library {
|
|
border: 0;
|
|
}
|
|
|
|
&.importance-high > .h5peditor-label-wrapper > .h5peditor-label {
|
|
font-size: $font-size-large;
|
|
color: #356593;
|
|
}
|
|
|
|
.h5p-dialog-anchor {
|
|
position: relative;
|
|
margin: -16px;
|
|
}
|
|
}
|
|
|
|
.common-fields-library-wrapper {
|
|
@include field-margin($padding);
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
.common-field-legend {
|
|
display: none;
|
|
}
|
|
}
|
|
|