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;