2020-09-04 13:57:20 +00:00
|
|
|
// base variables
|
2015-04-09 17:27:38 +00:00
|
|
|
@ms-font-path: '../fonts';
|
2023-03-06 14:15:33 +00:00
|
|
|
@ms-version: '1.15.3';
|
2015-04-09 17:27:38 +00:00
|
|
|
@ms-font-size-base: 14px;
|
|
|
|
@ms-prefix: ms;
|
2020-09-04 13:57:20 +00:00
|
|
|
@ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
// project colors
|
2020-09-04 13:57:20 +00:00
|
|
|
@ms-multicolor-flat: #cca753;
|
2020-09-23 09:55:45 +00:00
|
|
|
@ms-multicolor-grad: linear-gradient(45deg, #cca54f 0%, #e0d3bb 50%, #cca54f 100%);
|
|
|
|
@ms-ability-grad: linear-gradient(0deg, #c8913b 0%, #ecc65a 100%);
|