
For now I put all of the pro styles in a ".pro" selector, which is added to the body element.
15 lines
543 B
Sass
15 lines
543 B
Sass
#CHARM_TAB
|
|
-webkit-transform: translateY(0) rotate(270deg) !important
|
|
-moz-transform: translateY(0) rotate(270deg) !important
|
|
transform: translateY(0) rotate(270deg) !important
|
|
background-image: url(/images/ui/charmtab.png)
|
|
margin-left: -135px !important
|
|
margin-top: -112px !important
|
|
top: 100% !important
|
|
left: 100% !important
|
|
|
|
#CHARM_TAB:hover
|
|
-webkit-transform: translateY(-7px) rotate(270deg) !important
|
|
-moz-transform: translateY(-7px) rotate(270deg) !important
|
|
transform: translateY(-7px) rotate(270deg) !important
|