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 {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
border-radius: 6px;
|
||||
display: flex;
|
||||
font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
|
||||
gap: 8px;
|
||||
padding: 12px;
|
||||
gap: $unit;
|
||||
padding: $unit * 1.5;
|
||||
|
||||
&:hover {
|
||||
background: $grey-90;
|
||||
|
|
@ -13,7 +10,7 @@
|
|||
}
|
||||
|
||||
img {
|
||||
background: #e9e9e9;
|
||||
background: $grey-80;
|
||||
border-radius: 6px;
|
||||
display: inline-block;
|
||||
height: 72px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue