add initial version of get started page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user