Small variable updates

This commit is contained in:
Justin Edmund 2022-02-28 18:22:19 -08:00
parent 57973c39cc
commit 5c1d19aceb

View file

@ -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;