feat(character/achievements): add achievements page
This commit is contained in:
parent
ed424d63d0
commit
ab3b84f743
24 changed files with 2419 additions and 33 deletions
|
|
@ -13,7 +13,6 @@
|
|||
top: 4px;
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.iconmedium .border {
|
||||
|
|
@ -50,7 +49,7 @@
|
|||
top: 6px;
|
||||
position: absolute;
|
||||
background-repeat: no-repeat;
|
||||
z-index: -1;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.iconlarge .border {
|
||||
|
|
@ -68,8 +67,14 @@
|
|||
position: absolute;
|
||||
left: 3px;
|
||||
top: 3px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.iconlarge a:hover {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.iconmedium a,
|
||||
.iconlarge a {
|
||||
transition: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue