variables.less
9 lines
| 286 B
| text/x-less
|
LessCssLexer
Brian E. Granger
|
r10713 | // Our customizations to bootstrap go here. | |
Brian E. Granger
|
r10700 | ||
@textColor: @black; | |||
Brian E. Granger
|
r10724 | @baseFontSize: 13px; | |
@baseLineHeight: 1.231; | |||
Brian E. Granger
|
r10729 | @monoFontFamily: monospace; // to allow user to customize their fonts | |
Brian E. Granger
|
r10713 | ||
// Our own global variables for all pages go here | |||
@corner_radius: 4px; |