Run scss formatter
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user