harmonic shield bug fix

This commit is contained in:
landgreen
2020-08-20 05:43:55 -07:00
parent cc8c101776
commit 3659fbe47d
10 changed files with 211 additions and 73 deletions

View File

@@ -492,11 +492,19 @@ em {
}
.circle-grid {
width: 23px;
height: 23px;
width: 27px;
height: 27px;
border-radius: 50%;
display: inline-block;
margin-bottom: -5px;
margin-bottom: -7px;
}
.circle-grid-shadow {
width: 43px;
height: 43px;
border-radius: 50%;
display: inline-block;
margin-bottom: -15px;
}
.circle-gun-mod {
@@ -527,7 +535,7 @@ em {
}
.gun {
background: #149;
background: rgb(15, 75, 179);
}
.heal {