From bf536df198887073127ddce5b2ef02f5c33c4360 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Tue, 8 Jun 2021 18:39:58 -0700 Subject: [PATCH] DEV: Format stylesheet code --- assets/stylesheets/common/wizard-admin.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/assets/stylesheets/common/wizard-admin.scss b/assets/stylesheets/common/wizard-admin.scss index e4273832..b0367ef7 100644 --- a/assets/stylesheets/common/wizard-admin.scss +++ b/assets/stylesheets/common/wizard-admin.scss @@ -709,17 +709,19 @@ } .btn-pavilion-pro { - background: #3C1c8c; + background: #3c1c8c; color: white; .d-icon { color: white; } - &:hover, &:focus { + &:hover, + &:focus { background: #2d1569 !important; color: rgba(white, 0.8); - &[href], svg.d-icon { + &[href], + svg.d-icon { color: rgba(white, 0.85) !important; } } @@ -727,4 +729,4 @@ &[href] { color: white; } -} \ No newline at end of file +}