From 3b0b6736e47fb9b5c2f4ba43342bb6fac57e02bf Mon Sep 17 00:00:00 2001 From: Keegan George Date: Tue, 8 Jun 2021 18:30:45 -0700 Subject: [PATCH] UX: Create pro button custom styling --- assets/stylesheets/common/wizard-admin.scss | 26 +++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/assets/stylesheets/common/wizard-admin.scss b/assets/stylesheets/common/wizard-admin.scss index 3c4b78da..32367831 100644 --- a/assets/stylesheets/common/wizard-admin.scss +++ b/assets/stylesheets/common/wizard-admin.scss @@ -707,3 +707,29 @@ width: 80px; vertical-align: middle; } + +.btn-pavilion-pro { + background: #3C1c8c; + color: white; + + .d-icon { + color: white; + } + + &:hover { + background: #2d1569 !important; + color: rgba(white, 0.8); + &[href], svg.d-icon { + color: rgba(white, 0.85) !important; + } + } + + &:focus { + border: 2px solid white; + background: #2d1569 !important; + } + + &[href] { + color: white; + } +} \ No newline at end of file