Run scss formatter

This commit is contained in:
George Drummond
2019-05-01 12:44:46 -04:00
parent fc862b4f5b
commit 21d2b5dba3
44 changed files with 519 additions and 390 deletions

View File

@@ -7,6 +7,7 @@
legend {
@include h4;
padding-bottom: $gap / 2;
}
@@ -14,7 +15,7 @@
width: 100%;
height: $input-height;
margin: 0;
padding: $input-padding-vertical ($gap*5) $input-padding-vertical 0.7em;
padding: $input-padding-vertical ($gap * 5) $input-padding-vertical 0.7em;
line-height: $input-line-height;
color: $color-base;
font-size: $base-font-size;
@@ -26,7 +27,7 @@
border-radius: 0;
box-sizing: border-box;
background-color: $color-white;
background-image: none, url('#{$image-path}/arrow-both.svg'), url('#{$image-path}/arrow-both.png');
background-image: none, url("#{$image-path}/arrow-both.svg"), url("#{$image-path}/arrow-both.png");
background-position: right 1.3rem center;
background-repeat: no-repeat;
background-size: 1rem;
@@ -42,6 +43,7 @@
label {
padding: 0;
dt {
font-weight: $font-bold;
}