diff options
Diffstat (limited to 'theme/stylesheets/website/variables.less')
-rw-r--r-- | theme/stylesheets/website/variables.less | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/theme/stylesheets/website/variables.less b/theme/stylesheets/website/variables.less index 648a0fc..4297dfb 100644 --- a/theme/stylesheets/website/variables.less +++ b/theme/stylesheets/website/variables.less @@ -1,5 +1,12 @@ @staticPath: "./"; +// Font sizes +@font-size-base: 14px; +@font-size-large: ceil(@font-size-base * 1.25); // ~18px +@font-size-small: ceil(@font-size-base * 0.85); // ~12px +@line-height-base: 1.428571429; // 20/14 +@line-height-computed: floor(@font-size-base * @line-height-base); + // Sizes @mobileMaxWidth: 1240px; @@ -53,6 +60,10 @@ @content-line-height: 1.6; @content-color: #333333; +// Dropdown +@zindex-dropdown: 100; + +/* // Basics of a navbar @navbar-height: 50px; @navbar-margin-bottom: @line-height-computed; @@ -67,6 +78,7 @@ @navbar-default-brand-color: @navbar-default-link-color; @navbar-default-brand-hover-color: @navbar-default-link-color; @navbar-default-brand-hover-bg: transparent; +*/ // Border Radius @border-radius-base: 1px; @@ -164,6 +176,7 @@ @navbar-default-border-1: #d5d5d5; @navbar-default-border-2: #d5d5d5; +/* // Navbar brand label @navbar-default-color-1: #333; @navbar-default-color-2: #333; @@ -175,3 +188,4 @@ @navbar-default-brand-hover-color-2: @navbar-default-link-color; @navbar-default-brand-hover-bg-1: transparent; @navbar-default-brand-hover-bg-2: transparent; +*/
\ No newline at end of file |