22 lines
303 B
Text
22 lines
303 B
Text
![]() |
/*-------------------
|
||
|
Header
|
||
|
--------------------*/
|
||
|
|
||
|
@headerFont : 'Roboto', Arial, sans-serif;
|
||
|
@fontWeight: normal;
|
||
|
|
||
|
@iconSize: 2em;
|
||
|
@iconOffset: 0.2em;
|
||
|
@iconAlignment: top;
|
||
|
|
||
|
@subHeaderFontSize: 1rem;
|
||
|
|
||
|
|
||
|
/* HTML Headings */
|
||
|
@h1 : 2.25rem;
|
||
|
@h2 : 2rem;
|
||
|
@h3 : 1.75rem;
|
||
|
@h4 : 1.5rem;
|
||
|
@h5 : 1.25rem;
|
||
|
|