styles the field-types inside a field group more specifically

This commit is contained in:
Jarrod Flesch
2020-03-30 16:43:02 -04:00
parent 880c8e3a77
commit f53108cf8b
2 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
.field-group {
.field-type {
padding-left: 0;
padding-right: 0;
}
}

View File

@@ -4,6 +4,13 @@ section.section {
@include inputShadow;
margin: base(1) 0;
&.field-group {
.section__content > div > .field-type {
padding-left: 0;
padding-right: 0;
}
}
.section__collapsible-header {
border-bottom: 1px solid $light-gray;
display: flex;