Merge branch 'staging' into Typography-updates

This commit is contained in:
Hannah Brinkman
2020-01-14 15:12:33 -05:00
committed by GitHub
17 changed files with 252 additions and 149 deletions

View File

@@ -4,6 +4,20 @@
background-color: $color-gray-lightest;
margin-top: $gap * 5;
&--white {
background-color: $color-white;
}
&--centered {
text-align: center;
}
&__message {
display: inline-block;
font-weight: bold;
margin-top: 3rem;
}
hr {
margin-left: -$gap * 3;
margin-right: -$gap * 3;

View File

@@ -1,5 +1,6 @@
.task-order {
margin-top: $gap * 4;
margin-bottom: $footer-height;
width: 900px;
&__amount {