1
0
mirror of https://github.com/bitwarden/help synced 2026-01-04 09:33:43 +00:00
This commit is contained in:
Kyle Spearrin
2017-05-22 16:00:08 -04:00
parent 2cffec594f
commit 1069108d65
4 changed files with 25 additions and 8 deletions

View File

@@ -13,6 +13,11 @@ $headings-font-family: "Open Sans", sans-serif;
$text-color: $brand-secondary;
$gray-lighter: lighten(#000, 93.5%);
$font-size-h1: floor(($font-size-base * 2.0)) !default;
$font-size-h2: floor(($font-size-base * 1.75)) !default;
$font-size-h3: ceil(($font-size-base * 1.5)) !default;
$font-size-h4: ceil(($font-size-base * 1.25)) !default;
$navbar-height: 80px;
$navbar-margin-bottom: 0;
$navbar-border-radius: 0;