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 { .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;