Low-fi update of multi-step modals to fix styling

This commit is contained in:
leigh-mil
2019-10-02 14:47:41 -04:00
parent 7a4c26419f
commit fe29b5d838
7 changed files with 51 additions and 56 deletions

View File

@@ -127,6 +127,10 @@ body {
border-bottom: 1px solid $color-gray-lighter;
margin: 0 (-$gap * 1.5);
}
.form-row {
margin: 0;
}
}
&__dismiss {