diff --git a/styles/components/_empty_state.scss b/styles/components/_empty_state.scss index 12405e05..b0b73b16 100644 --- a/styles/components/_empty_state.scss +++ b/styles/components/_empty_state.scss @@ -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; diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 79f391e0..05b90595 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -1,5 +1,6 @@ .task-order { margin-top: $gap * 4; + margin-bottom: $footer-height; width: 900px; &__amount { diff --git a/templates/applications/fragments/members.html b/templates/applications/fragments/members.html index 9b1cbf4b..d6fb7290 100644 --- a/templates/applications/fragments/members.html +++ b/templates/applications/fragments/members.html @@ -23,7 +23,7 @@