diff --git a/styles/components/_error_page.scss b/styles/components/_error_page.scss index 4f29fa37..19ae7531 100644 --- a/styles/components/_error_page.scss +++ b/styles/components/_error_page.scss @@ -8,7 +8,6 @@ padding: $gap 0; hr { - width: 100%; border: 1px solid $color-red; } @@ -20,16 +19,16 @@ &__body { padding: $gap * 2; margin: 0; + + hr { + width: 80%; + margin: auto; + margin-bottom: $gap * 3; + } } } .icon { @include icon-size(60); } - - hr { - margin-bottom: $gap * 4; - width: 80%; - border: 0.5px solid $color-gray-light; - } } diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index 1be9b588..19e03461 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -127,11 +127,6 @@ body { } } - hr { - border-bottom: 1px solid $color-gray-lighter; - margin: 0 (-$gap * 1.5) ($gap * 3); - } - .form-row { margin: 0; } diff --git a/styles/core/_util.scss b/styles/core/_util.scss index 6237bc56..b719d855 100644 --- a/styles/core/_util.scss +++ b/styles/core/_util.scss @@ -80,3 +80,9 @@ p { max-width: 80ch; } + +hr { + border: 0; + border-bottom: 1px solid $color-gray-light; + margin: ($gap * 3) ($site-margins * -4); +} diff --git a/styles/elements/_panels.scss b/styles/elements/_panels.scss index 97353795..46b8917b 100644 --- a/styles/elements/_panels.scss +++ b/styles/elements/_panels.scss @@ -119,11 +119,4 @@ &__actions { @include panel-actions; } - - hr, - &__break { - border: 0; - border-bottom: 1px solid $color-gray-light; - margin: ($gap * 4) ($site-margins * -4); - } } diff --git a/styles/sections/_application_edit.scss b/styles/sections/_application_edit.scss index f74320c2..aa8ed676 100644 --- a/styles/sections/_application_edit.scss +++ b/styles/sections/_application_edit.scss @@ -77,11 +77,6 @@ } } } - - hr { - border: none; - border-bottom: 1px solid $color-gray-lighter; - } } .environment-roles { diff --git a/styles/sections/_home.scss b/styles/sections/_home.scss index b93d311c..1ca33efc 100644 --- a/styles/sections/_home.scss +++ b/styles/sections/_home.scss @@ -18,13 +18,6 @@ margin-top: 0; } - hr { - border: 0; - border-bottom: 1px solid $color-gray-light; - margin-top: $gap * 4; - margin-bottom: $gap * 4; - } - .links { justify-content: flex-start; diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index b34561e5..27a1564e 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -8,7 +8,6 @@ &__col { hr { margin: (2 * $gap) 0; - border-bottom: 1px solid $color-gray-lightest; } @include media($medium-screen) { diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index b0582dd0..404b0e9b 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -29,10 +29,8 @@ } hr { - border: 0; - margin-top: $gap * 4; - margin-bottom: $gap * 4; - border-bottom: 1px solid $color-gray-lighter; + margin-left: auto; + margin-right: auto; } table { diff --git a/templates/applications/new/step_1.html b/templates/applications/new/step_1.html index faf6656d..e6a2bd54 100644 --- a/templates/applications/new/step_1.html +++ b/templates/applications/new/step_1.html @@ -31,7 +31,7 @@ {{ ('portfolios.applications.new.step_1_form_help_text.description' | translate | safe) }} -
{{ 'portfolios.applications.new.step_2_description' | translate }}
-{{ "common.lorem" | translate }}
diff --git a/templates/portfolios/new.html b/templates/portfolios/new.html index 946eb755..dbd788f2 100644 --- a/templates/portfolios/new.html +++ b/templates/portfolios/new.html @@ -11,7 +11,7 @@ {% include "fragments/flash.html" %}