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

@@ -3,13 +3,13 @@
@include panel-base;
@include panel-theme-default;
@include panel-margin;
padding: $gap;
flex-wrap: wrap;
border-top: none;
border-bottom: none;
@media (min-width:1000px) {
@media (min-width: 1000px) {
flex-wrap: nowrap;
}
@@ -32,14 +32,14 @@
.usa-input {
flex-basis: 100%;
@media (min-width:1000px) {
@media (min-width: 1000px) {
margin-top: 0;
}
&:first-child {
margin-left: 0;
@media (min-width:1000px) {
@media (min-width: 1000px) {
margin-left: $gap;
}
}
@@ -72,7 +72,7 @@
text-align: center;
&:after {
content: url('#{$asset-path}/icons/search.svg');
content: url("#{$asset-path}/icons/search.svg");
display: inline-block;
width: 1.6rem;
height: 1.6rem;