Merge pull request #894 from dod-ccpo/style-to-form

Style to form
This commit is contained in:
leigh-mil
2019-06-12 15:59:22 -04:00
committed by GitHub
13 changed files with 404 additions and 320 deletions

View File

@@ -36,4 +36,19 @@
.sticky-cta-buttons {
display: flex;
.action-group {
margin: 0;
a.action-group__action.icon-link {
width: auto;
}
input {
margin: $gap $gap * 1.5 $gap 0;
width: 19rem;
height: 3.2rem;
font-size: $small-font-size;
}
}
}