css edits
This commit is contained in:
parent
5ec558a65e
commit
1b40d76d41
1 changed files with 7 additions and 3 deletions
|
|
@ -350,10 +350,12 @@ body {
|
|||
}
|
||||
|
||||
.weapon-icon-bg-wrapper {
|
||||
width: 150px;
|
||||
height: 145px;
|
||||
width: 170px;
|
||||
height: 170px;
|
||||
position: relative;
|
||||
top: 20px;
|
||||
background-image: url("/assets/en/ui/gearsmallbg.png");
|
||||
background-size: cover;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
|
|
@ -367,6 +369,8 @@ body {
|
|||
}
|
||||
|
||||
.weapon-inked-icon {
|
||||
position: relative;
|
||||
bottom: 13px;
|
||||
width: 125px;
|
||||
height: 125px;
|
||||
object-fit: contain;
|
||||
|
|
|
|||
Loading…
Reference in a new issue