2020-09-04 13:57:20 +00:00
|
|
|
// base variables
|
2017-03-24 13:51:31 +00:00
|
|
|
$ms-font-path: '../fonts' !default;
|
2023-03-06 14:15:33 +00:00
|
|
|
$ms-version: '1.15.3' !default;
|
2017-03-24 13:51:31 +00:00
|
|
|
$ms-font-size-base: 14px !default;
|
|
|
|
$ms-prefix: ms !default;
|
2021-09-16 10:57:15 +00:00
|
|
|
$ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default;
|
2020-09-04 13:57:20 +00:00
|
|
|
|
2020-12-21 14:11:09 +00:00
|
|
|
// mana colors
|
|
|
|
$ms-border-black: #010101;
|
|
|
|
$ms-base-colorless: #beb9b2;
|
|
|
|
$ms-base-white: #f0f2c0;
|
|
|
|
$ms-base-blue: #b5cde3;
|
|
|
|
$ms-base-black: #aca29a;
|
|
|
|
$ms-base-red: #db8664;
|
|
|
|
$ms-base-green: #93b483;
|
|
|
|
$ms-white: #fff;
|
|
|
|
$ms-blue: #3b6ba0;
|
|
|
|
$ms-black: #383431;
|
|
|
|
$ms-red: #c6553e;
|
|
|
|
$ms-green: #3d684b;
|
|
|
|
|
2020-09-04 13:57:20 +00:00
|
|
|
// colors
|
|
|
|
$ms-multicolor-flat: #cca753;
|
2021-07-10 17:27:04 +00:00
|
|
|
$ms-multicolor-grad: linear-gradient(45deg, #cca54f 0%, #e0d3bb 50%, #cca54f 100%);
|
2021-09-16 10:57:15 +00:00
|
|
|
$ms-ability-grad: linear-gradient(0deg, #c8913b 0%, #ecc65a 100%);
|