Fix up buttons on TO get started page

This commit is contained in:
Patrick Smith
2019-01-12 10:54:05 -05:00
parent 5c7f3fa294
commit 8a71477564
2 changed files with 28 additions and 4 deletions

View File

@@ -18,6 +18,23 @@
.task-order-help__icon {
@include icon-size(48);
}
.task-order-get-started__actions {
.task-order-get-started__button-row {
position: relative;
.icon-link {
position: absolute;
left: 50%;
top: 2.5rem;
margin-left: -23rem;
}
}
p {
max-width: 27rem;
}
}
}
.task-order-summary {