Low-fi update of modals to fix styling

This commit is contained in:
leigh-mil
2019-10-02 14:09:14 -04:00
parent 52d16017c3
commit 7a4c26419f
9 changed files with 18 additions and 19 deletions

View File

@@ -120,7 +120,7 @@ body {
.action-group {
background-color: $color-gray-lightest;
padding: $gap * 2;
margin: 0 (-$gap * 1.5) (-$gap * 1.5);
margin: ($gap * 5) (-$gap * 1.5) (-$gap * 1.5);
}
hr {

View File

@@ -110,7 +110,7 @@
}
hr {
margin: 0.5em;
margin: 0.5em 0;
}
}