Browse Source

buttons lg and md line-height from 1.5 to 1em

pull/1/head
eupiteco 6 years ago
parent
commit
fac6543798
  1. 9
      _site/assets/styles/components.scss
  2. 5
      _site/assets/styles/main.css
  3. 9
      assets/styles/components.scss

9
_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;

5
_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; }

9
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;

Loading…
Cancel
Save