|
@ -8,26 +8,18 @@ |
|
|
|
|
|
|
|
|
@fontWeight: bold; |
|
|
@fontWeight: bold; |
|
|
@textTransform: none; |
|
|
@textTransform: none; |
|
|
|
|
|
@lineHeight: @headerLineHeight; |
|
|
|
|
|
@lineHeightOffset: @headerLineHeightOffset; |
|
|
|
|
|
|
|
|
@lineHeight: 1.33em; |
|
|
@topMargin: @headerTopMargin; |
|
|
@lineHeightOffset: (@lineHeight - 1em) / 2; |
|
|
@bottomMargin: @headerBottomMargin; |
|
|
|
|
|
@margin: @topMargin 0em @bottomMargin; |
|
|
@topMargin: ~"calc(2rem - "@lineHeightOffset~")"; |
|
|
|
|
|
@bottomMargin: 1rem; |
|
|
|
|
|
|
|
|
|
|
|
@firstMargin: -@lineHeightOffset; |
|
|
@firstMargin: -@lineHeightOffset; |
|
|
@lastMargin: 0em; |
|
|
@lastMargin: 0em; |
|
|
|
|
|
|
|
|
@horizontalPadding: 0em; |
|
|
@horizontalPadding: 0em; |
|
|
@verticalPadding: 0em; |
|
|
@verticalPadding: 0em; |
|
|
|
|
|
|
|
|
/* HTML Headings */ |
|
|
|
|
|
@h1: 2rem; |
|
|
|
|
|
@h2: 1.714rem; |
|
|
|
|
|
@h3: 1.28rem; |
|
|
|
|
|
@h4: 1.071rem; |
|
|
|
|
|
@h5: 1rem; |
|
|
|
|
|
|
|
|
|
|
|
/* Sizing */ |
|
|
/* Sizing */ |
|
|
@tiny: 1em; |
|
|
@tiny: 1em; |
|
|
@small: 1.071em; |
|
|
@small: 1.071em; |
|
|
xxxxxxxxxx