From 4a9303a2ce276100ad91a08bc7925a0b83938f25 Mon Sep 17 00:00:00 2001 From: Brian Canini <canini.16@osu.edu> Date: Thu, 4 Nov 2021 16:33:29 -0400 Subject: [PATCH] fixing another edge case for color bkgd btns --- .../asc_bootstrap/assets/sass/components/_paragraphs.scss | 4 ++-- web/themes/asc_bootstrap/css/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/themes/asc_bootstrap/assets/sass/components/_paragraphs.scss b/web/themes/asc_bootstrap/assets/sass/components/_paragraphs.scss index 49da8d3df4..13bc870883 100644 --- a/web/themes/asc_bootstrap/assets/sass/components/_paragraphs.scss +++ b/web/themes/asc_bootstrap/assets/sass/components/_paragraphs.scss @@ -178,7 +178,7 @@ } .btn-fullw { - width: 100%; + width: 95%; text-align: center; padding: 10px; border: solid $brand-gray 2px; @@ -194,7 +194,7 @@ } .btn-fullw-red { - width: 100%; + width: 95%; text-align: center; padding: 10px; -webkit-border-radius: 5px; diff --git a/web/themes/asc_bootstrap/css/style.css b/web/themes/asc_bootstrap/css/style.css index 441141d012..904a99d0ca 100644 --- a/web/themes/asc_bootstrap/css/style.css +++ b/web/themes/asc_bootstrap/css/style.css @@ -12958,7 +12958,7 @@ article.news-story { /* line 180, ../assets/sass/components/_paragraphs.scss */ .btn-fullw { - width: 100%; + width: 95%; text-align: center; padding: 10px; border: solid #4A4A4A 2px; @@ -12975,7 +12975,7 @@ article.news-story { /* line 196, ../assets/sass/components/_paragraphs.scss */ .btn-fullw-red { - width: 100%; + width: 95%; text-align: center; padding: 10px; -webkit-border-radius: 5px; -- GitLab