add initial version of get started page

This commit is contained in:
Patrick Smith
2019-01-11 15:49:38 -05:00
parent abf1c0d922
commit e3ec50ab2d
2 changed files with 88 additions and 1 deletions

View File

@@ -1,3 +1,31 @@
.task-order-get-started {
text-align: center;
padding: 4rem 6rem;
.task-order-get-started__panel {
p {
margin: 2rem auto;
}
}
.task-order-get-started__list {
ul {
list-style: none;
margin-top: 0;
padding: 0;
li {
font-weight: bold;
line-height: 2rem;
}
}
}
.task-order-help__icon {
@include icon-size(48);
}
}
.task-order-summary {
@include media($medium-screen) {
@@ -101,5 +129,4 @@
padding: 0 0.5rem;
}
}
}