Move styles to "styles" directory

This commit is contained in:
Patrick Smith
2018-08-02 14:33:21 -04:00
parent 015adaf30f
commit b67b4cca44
34 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
.action-group {
display: flex;
flex-direction: row-reverse;
align-items: center;
margin-top: $gap * 4;
.usa-button,
a {
margin: 0 0 0 ($gap * 2);
@include media($medium-screen) {
margin: 0 0 0 ($gap * 4);
}
}
&:last-child {
margin-bottom: $gap * 3;
}
}