diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index a823f4af..36c4525f 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -94,6 +94,10 @@ textarea { height: 171px; } +.border-bottom { + border-bottom: 1px solid #5e6162 !important; +} + .input-group { border-radius: 3px; margin-bottom: 1rem; diff --git a/app/views/rules/index.haml b/app/views/rules/index.haml index d4999011..bca00c71 100644 --- a/app/views/rules/index.haml +++ b/app/views/rules/index.haml @@ -1,6 +1,6 @@ - content_for :title, "Re-Volt America - #{t('rules.title')}" -%h2 +%h2.mb-3 %i.fa.fa-bookmark{:"aria-hidden" => true} %b = t('rules.title')