14 lines
429 B
SCSS
14 lines
429 B
SCSS
// lms - bootstrap utilities - variables
|
|
// ====================
|
|
|
|
// #Units: Unit variables
|
|
// #GRID: Grid and layout variables
|
|
// #COLORS: Base, palette and theme color definitions + application
|
|
// #TYPOGRAPHY: Font definitions and scales
|
|
// #ICONS: Icon specific colors + other styling
|
|
|
|
// ----------------------------
|
|
// #UNITS
|
|
// ----------------------------
|
|
$baseline: 20px !default;
|