mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-01 07:54:47 +00:00
11 lines
379 B
Plaintext
11 lines
379 B
Plaintext
// base variables
|
|
@ms-font-path: '../fonts';
|
|
@ms-version: '1.9.2';
|
|
@ms-font-size-base: 14px;
|
|
@ms-prefix: ms;
|
|
@ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;
|
|
|
|
// colors
|
|
@ms-multicolor-flat: #cca753;
|
|
@ms-multicolor-grad: linear-gradient(45deg, #cca54f 0%, #e0d3bb 50%, #cca54f 100%);
|
|
@ms-ability-grad: linear-gradient(0deg, #c8913b 0%, #ecc65a 100%); |