You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
373 B
SCSS
11 lines
373 B
SCSS
// Variables
|
|
// --------------------------
|
|
|
|
$md-font-family: "Material Design Icons" !default;
|
|
$md-font-path: "../fonts" !default;
|
|
$md-font-size-base: 14px !default;
|
|
$md-css-prefix: mdi !default;
|
|
$md-border-color: #eee !default;
|
|
$md-inverse: #fff !default;
|
|
$md-li-width: (30em / 14) !default;
|
|
$md-version: "2.2.1" !default; |