Small variable updates
This commit is contained in:
parent
57973c39cc
commit
5c1d19aceb
1 changed files with 3 additions and 6 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
.WeaponResult {
|
.WeaponResult {
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
|
gap: $unit;
|
||||||
gap: 8px;
|
padding: $unit * 1.5;
|
||||||
padding: 12px;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $grey-90;
|
background: $grey-90;
|
||||||
|
|
@ -13,7 +10,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
background: #e9e9e9;
|
background: $grey-80;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue