Style cancel link in multi-step modals

This commit is contained in:
leigh-mil
2019-10-02 16:32:34 -04:00
parent 5482973fdd
commit 4c865c8c66
3 changed files with 7 additions and 3 deletions

View File

@@ -121,6 +121,10 @@ body {
background-color: $color-gray-lightest;
padding: $gap * 2;
margin: ($gap * 5) (-$gap * 1.5) (-$gap * 1.5);
a {
color: $color-blue;
}
}
hr {