From fac6543798e5b90f390adbb64b5ff895d61f010f Mon Sep 17 00:00:00 2001 From: eupiteco Date: Wed, 1 Aug 2018 20:10:43 -0300 Subject: [PATCH] buttons lg and md line-height from 1.5 to 1em --- _site/assets/styles/components.scss | 9 +++++++++ _site/assets/styles/main.css | 5 +++++ assets/styles/components.scss | 9 +++++++++ 3 files changed, 23 insertions(+) diff --git a/_site/assets/styles/components.scss b/_site/assets/styles/components.scss index 5ab619f..80edd49 100644 --- a/_site/assets/styles/components.scss +++ b/_site/assets/styles/components.scss @@ -83,6 +83,15 @@ font-weight: bold; } +/* + Overwriting the default size for btn-lg and btn-md +*/ + +.btn-lg, .btn-md { + line-height: 1em; +} + + .btn-primary { background-color: $primary !important; border-color: transparent !important; diff --git a/_site/assets/styles/main.css b/_site/assets/styles/main.css index 498eb6f..31d32e7 100644 --- a/_site/assets/styles/main.css +++ b/_site/assets/styles/main.css @@ -120,6 +120,11 @@ h4.header-display::before { height: 2.25rem; transform: translate(-15px, 0.5625r .rb-isBold { font-weight: bold; } +/* + Overwriting the default size for btn-lg and btn-md +*/ +.btn-lg, .btn-md { line-height: 1em; } + .btn-primary { background-color: #4661A9 !important; border-color: transparent !important; padding: 1rem 1.5rem !important; font-size: 1rem; } .btn-primary:hover { background-color: #60AB60 !important; border-color: transparent !important; } diff --git a/assets/styles/components.scss b/assets/styles/components.scss index 5ab619f..80edd49 100644 --- a/assets/styles/components.scss +++ b/assets/styles/components.scss @@ -83,6 +83,15 @@ font-weight: bold; } +/* + Overwriting the default size for btn-lg and btn-md +*/ + +.btn-lg, .btn-md { + line-height: 1em; +} + + .btn-primary { background-color: $primary !important; border-color: transparent !important;