move styles and js to the root directory

This commit is contained in:
Andrew Croce
2018-08-03 09:09:07 -04:00
parent 6d884f9e5b
commit bf3054908c
36 changed files with 1917 additions and 2 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;
}
}