revisions to padding within sections

This commit is contained in:
James
2020-03-30 17:21:48 -04:00
parent 63f329d140
commit 3788d21b9c
4 changed files with 10 additions and 13 deletions

View File

@@ -101,7 +101,7 @@
box-shadow: inset 0px 1px 0px white;
> div {
padding: base(.75) base(1);
padding: base(1) base(1) base(.5);
}
}
}

View File

@@ -1,6 +1,10 @@
@import '../../../../scss/styles.scss';
.field-type.flexible {
> .section {
margin-top: 0;
}
.section__content {
> div > div {
@include gutter;

View File

@@ -2,6 +2,11 @@
.field-type.repeater {
background: white;
.section .section {
margin-top: 0;
}
.section__content {
> div > div {
@include gutter;

View File

@@ -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;