Fix spacing and update icon

This commit is contained in:
leigh-mil
2019-06-14 10:56:57 -04:00
parent 5be4efb9d9
commit 66b0cb7e75
3 changed files with 9 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
&.task_order__form {
hr {
margin-top: 2rem;
margin-top: 1.5rem;
}
.totals-box {
@@ -68,6 +68,9 @@
.icon {
left: 100%;
&.icon--question {
@include icon-color($color-blue);
}
}
input {
@@ -142,9 +145,11 @@
margin-top: 0;
margin-left: 0;
padding-left: 0;
font-size: $base-font-size;
&.icon-link__add-another-clin {
margin-top: $gap * 3;
margin-top: 0;
margin-bottom: 0;
}
}