impressive class names refactoring

This commit is contained in:
Bartek Szopka
2012-03-10 15:39:22 +01:00
parent 5cb28b612f
commit 9d495abba7
3 changed files with 52 additions and 32 deletions

View File

@@ -167,7 +167,7 @@ body { pointer-events: none; }
transition: opacity 1s, transform 0.5s 1s;
}
.step-bored + .hint {
.impress-on-bored .hint {
opacity: 1;
-webkit-transition: opacity 1s 5s, -webkit-transform 0.5s;
@@ -425,7 +425,7 @@ body { pointer-events: none; }
/* on overview step everything is visible */
#impress.step-overview .step {
.impress-on-overview .step {
opacity: 1;
cursor: pointer;
}