revisions to padding within sections
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
box-shadow: inset 0px 1px 0px white;
|
||||
|
||||
> div {
|
||||
padding: base(.75) base(1);
|
||||
padding: base(1) base(1) base(.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
@import '../../../../scss/styles.scss';
|
||||
|
||||
.field-type.flexible {
|
||||
> .section {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.section__content {
|
||||
> div > div {
|
||||
@include gutter;
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
.field-type.repeater {
|
||||
background: white;
|
||||
|
||||
.section .section {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.section__content {
|
||||
> div > div {
|
||||
@include gutter;
|
||||
|
||||
@@ -1,17 +1,5 @@
|
||||
@import '../../../scss/styles';
|
||||
|
||||
.field-type {
|
||||
&.repeater,
|
||||
&.flexible {
|
||||
margin: base(1) 0;
|
||||
|
||||
section {
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin formInput () {
|
||||
@include inputShadow;
|
||||
font-family: $font-brand;
|
||||
|
||||
Reference in New Issue
Block a user