mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 14:54:45 +00:00
Merges branch 'Lisstem-patch-1' into v1.15.4
This commit is contained in:
commit
e2e2f89d31
@ -3,7 +3,7 @@ $ms-font-path: '../fonts' !default;
|
||||
$ms-version: '1.15.4' !default;
|
||||
$ms-font-size-base: 14px !default;
|
||||
$ms-prefix: ms !default;
|
||||
$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif' !default;
|
||||
$ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default;
|
||||
|
||||
// mana colors
|
||||
$ms-border-black: #010101;
|
||||
@ -22,4 +22,4 @@ $ms-green: #3d684b;
|
||||
// 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%);
|
||||
$ms-ability-grad: linear-gradient(0deg, #c8913b 0%, #ecc65a 100%);
|
||||
|
Loading…
Reference in New Issue
Block a user