forked from spacebar/SplatNet
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 {
|
.weapon-icon-bg-wrapper {
|
||||||
width: 150px;
|
width: 170px;
|
||||||
height: 145px;
|
height: 170px;
|
||||||
|
position: relative;
|
||||||
|
top: 20px;
|
||||||
background-image: url("/assets/en/ui/gearsmallbg.png");
|
background-image: url("/assets/en/ui/gearsmallbg.png");
|
||||||
background-size: cover;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -367,6 +369,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.weapon-inked-icon {
|
.weapon-inked-icon {
|
||||||
|
position: relative;
|
||||||
|
bottom: 13px;
|
||||||
width: 125px;
|
width: 125px;
|
||||||
height: 125px;
|
height: 125px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue