adds style definition for traits/gaben which fixes #85
parent
a42accc7ec
commit
0f30e9d97c
|
|
@ -21,6 +21,9 @@ $talent-language-color: #957fe8;
|
|||
$talent-language-text-color: #000;
|
||||
$talent-crafting-color: #cd9551;
|
||||
$talent-crafting-text-color: #000;
|
||||
$talent-traits-color: #cdbc51;
|
||||
$talent-traits-text-color: #000;
|
||||
|
||||
|
||||
$help-fill-color: #60d060ff;
|
||||
$help-border-color: #308030ff;
|
||||
|
|
|
|||
|
|
@ -210,6 +210,10 @@
|
|||
@include buttons.mini-button($color: color.scale(colors.$talent-crafting-color, $lightness: -50%), $button-color: gold);
|
||||
}
|
||||
|
||||
.mini-skill.Gaben {
|
||||
@include buttons.mini-button($color: color.scale(colors.$talent-traits-color, $lightness: -50%), $button-color: gold);
|
||||
}
|
||||
|
||||
.mini-weaponskill {
|
||||
@include buttons.mini-button($color: color.scale(colors.$kampftalent-color, $lightness: -50%), $button-color: gold);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue