Various UI fixes

use .icon-link in various places
This commit is contained in:
Andrew Croce
2018-07-30 13:51:58 -04:00
parent c0fc46328b
commit 2a475a6713
9 changed files with 128 additions and 101 deletions

View File

@@ -202,11 +202,15 @@ select {
flex-grow: 1;
&:first-child .usa-input {
margin-top: 0;
&:first-child {
margin-top: 0;
}
}
&:last-child .usa-input {
margin-bottom: 0;
&:first-child {
margin-top: 0;
}
}
}
@@ -216,7 +220,8 @@ select {
.form-col {
.usa-input {
margin: 0 ($gap * 4);
margin-left: ($gap * 4);
margin-right: ($gap * 4);
}
&:first-child {