Merge branch 'staging' into to-signature-page

This commit is contained in:
leigh-mil
2019-12-18 13:47:26 -05:00
committed by GitHub
21 changed files with 250 additions and 138 deletions

View File

@@ -1,7 +1,8 @@
// Form Grid
.form-row {
margin: ($gap * 4) 0;
&--separated {
&--bordered {
border-bottom: $color-gray-lighter 1px solid;
}

View File

@@ -46,7 +46,7 @@
background: white;
right: 0;
padding-right: $gap * 4;
border-top: 1px solid $color-gray-light;
border-top: 1px solid $color-gray-lighter;
width: 100%;
z-index: 1;
}