Add nav bar to TO form

This commit is contained in:
leigh-mil
2019-06-10 15:26:00 -04:00
parent 6911eff35e
commit bad99edd4c
2 changed files with 32 additions and 10 deletions

View File

@@ -36,4 +36,20 @@
.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;
}
}
}