feat(character): made responsive

This commit is contained in:
Axel Cocat 2022-02-26 20:53:39 +01:00
parent 61a500e09b
commit 88477ba93f
5 changed files with 164 additions and 90 deletions

View file

@ -13,6 +13,7 @@
top: 4px;
position: absolute;
background-repeat: no-repeat;
z-index: 2;
}
.iconmedium .border {
@ -29,12 +30,23 @@
position: absolute;
left: 3px;
top: 3px;
z-index: 3;
}
.iconmedium a:hover {
background-position: 0 0;
}
.iconmedium .inventory-slot {
width: 36px;
height: 36px;
left: 4px;
top: 4px;
position: absolute;
background-repeat: no-repeat;
z-index: 1;
}
.iconlarge {
width: 68px;
height: 68px;
@ -74,6 +86,16 @@
background-position: 0 0;
}
.iconlarge .inventory-slot {
width: 56px;
height: 56px;
left: 6px;
top: 6px;
position: absolute;
background-repeat: no-repeat;
z-index: 1;
}
.iconmedium a,
.iconlarge a {
transition: none;