1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00

client - user account page done

This commit is contained in:
2018-01-13 00:31:01 -06:00
parent 57663b802c
commit e9d46ed5ce
12 changed files with 306 additions and 110 deletions

View File

@@ -12,7 +12,7 @@
transition: all 0.1s ease-in-out;
top: 0;
&:hover, &__selected {
&:hover, &--selected {
top: -1px;
box-shadow: 0 0 10px #00C0FF;
}