From 0b83d410e5596f7c3679b3a91b3c705a6300bce6 Mon Sep 17 00:00:00 2001 From: Enrico Sacchetti Date: Sat, 22 Feb 2020 22:13:43 -0500 Subject: [PATCH] chore(sass): change primary colour - Add heavier font weight to all buttons - Add heavier font weight to body text used against primary colour --- _sass/custom/components/required/buttons.scss | 7 ++++--- _sass/custom/components/required/card.scss | 9 ++++++--- _sass/user-variables.scss | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/_sass/custom/components/required/buttons.scss b/_sass/custom/components/required/buttons.scss index 50d2f10..c0afbc1 100644 --- a/_sass/custom/components/required/buttons.scss +++ b/_sass/custom/components/required/buttons.scss @@ -1,11 +1,12 @@ -// -// +// +// // buttons.scss // // .btn{ letter-spacing: -.02em; + font-weight: 700; &.btn-sm{ letter-spacing: 0; } @@ -151,4 +152,4 @@ right: $spacer; z-index: $zindex-sticky; } -} \ No newline at end of file +} diff --git a/_sass/custom/components/required/card.scss b/_sass/custom/components/required/card.scss index 069f78b..b168992 100644 --- a/_sass/custom/components/required/card.scss +++ b/_sass/custom/components/required/card.scss @@ -1,11 +1,14 @@ -// -// +// +// // card.scss // // .card{ margin-bottom: $spacer; + &.bg-primary { + font-weight: 500; + } &.card-sm{ &.card-body{ padding: $spacer; @@ -114,4 +117,4 @@ a.card{ border-radius: $card-border-radius 0 0 $card-border-radius; } } -} \ No newline at end of file +} diff --git a/_sass/user-variables.scss b/_sass/user-variables.scss index fafd859..4561b35 100644 --- a/_sass/user-variables.scss +++ b/_sass/user-variables.scss @@ -10,7 +10,7 @@ // http://colormind.io/bootstrap/ -$primary: #ff7d00; +$primary: #EA7400; $primary-2: #7E7F82; $primary-3: #252631;