impressive class names refactoring
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user