fix undefined scss variables in weapon forge section
This commit is contained in:
parent
4fc7af85a6
commit
e48b0c54b6
1 changed files with 2 additions and 3 deletions
|
|
@ -123,7 +123,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.current {
|
&.current {
|
||||||
background: colors.$blue--bg--light;
|
background: rgba(colors.$blue, 0.1);
|
||||||
outline: 1px solid colors.$blue;
|
outline: 1px solid colors.$blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -139,13 +139,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chain-order {
|
.chain-order {
|
||||||
font-size: typography.$font-xs;
|
font-size: typography.$font-small;
|
||||||
color: var(--text-tertiary);
|
color: var(--text-tertiary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chain-arrow {
|
.chain-arrow {
|
||||||
color: var(--text-tertiary);
|
color: var(--text-tertiary);
|
||||||
font-size: typography.$font-small;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.forged-from-link {
|
.forged-from-link {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue