parent
fbbf0bd118
commit
bd71f0bbf8
|
@ -10,7 +10,7 @@
|
||||||
// Background color for <body>
|
// Background color for <body>
|
||||||
@body-bg-color: #fff;
|
@body-bg-color: #fff;
|
||||||
|
|
||||||
// Text color on <body>
|
// Text colors
|
||||||
@text-color: #535353;
|
@text-color: #535353;
|
||||||
@text-color-inverted: @body-bg-color;
|
@text-color-inverted: @body-bg-color;
|
||||||
@text-color-light: @gray;
|
@text-color-light: @gray;
|
||||||
|
@ -18,10 +18,11 @@
|
||||||
// Text color on <a>
|
// Text color on <a>
|
||||||
@link-color: @text-color;
|
@link-color: @text-color;
|
||||||
|
|
||||||
// Font and line-height for text on <body>
|
// Font and line-height for text
|
||||||
@font-family: Calibri, Helvetica, sans-serif;
|
@font-family: Calibri, Helvetica, sans-serif;
|
||||||
@font-size: 14px;
|
@font-size: 14px;
|
||||||
@font-size-small: 11px;
|
@font-size-small: 11px;
|
||||||
|
@font-weight-bold: 600;
|
||||||
@line-height: 17px;
|
@line-height: 17px;
|
||||||
@line-height-small: 14px;
|
@line-height-small: 14px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue