styles the field-types inside a field group more specifically
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
.field-group {
|
||||
.field-type {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user