remove old flattened presentation fallback, more es6 refactoring
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
Reference in New Issue
Block a user