remove old flattened presentation fallback, more es6 refactoring

This commit is contained in:
Hakim El Hattab
2020-03-06 10:54:07 +01:00
parent 6ab65d4b8a
commit fba914a0ab
3 changed files with 14 additions and 75 deletions

File diff suppressed because one or more lines are too long

View File

@ -1081,42 +1081,6 @@ $controlsArrowAngleActive: 36deg;
* FALLBACK
*********************************************/
.no-transforms {
overflow-y: auto;
}
.no-transforms .reveal {
overflow: visible;
}
.no-transforms .reveal .slides {
position: relative;
width: 80%;
max-width: 1280px;
height: auto;
top: 0;
margin: 0 auto;
text-align: center;
}
.no-transforms .reveal .controls,
.no-transforms .reveal .progress {
display: none;
}
.no-transforms .reveal .slides section {
display: block;
opacity: 1;
position: relative;
height: auto;
min-height: 0;
top: 0;
left: 0;
margin: 10vh 0;
margin: 70px 0;
transform: none;
}
.reveal .no-transition,
.reveal .no-transition *,
.reveal .slides.disable-slide-transitions section {