aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.scss')
-rw-r--r--css/reveal.scss25
1 files changed, 1 insertions, 24 deletions
diff --git a/css/reveal.scss b/css/reveal.scss
index 8e7f343..acb9a13 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -6,6 +6,7 @@
* Copyright (C) Hakim El Hattab, https://hakim.se
*/
+@import 'layout';
/*********************************************
* GLOBAL STYLES
@@ -213,30 +214,6 @@ html.reveal-full-page {
position: relative;
}
-// Layout helper: Stretch an element vertically based on available space
-.reveal .stretch,
-.reveal .r-stretch {
- max-width: none;
- max-height: none;
-}
-
-.reveal pre.stretch code,
-.reveal pre.r-stretch code {
- height: 100%;
- max-height: 100%;
- box-sizing: border-box;
-}
-
-// Layout helper: Stack multiple elements on top of each other
-.reveal .r-stack {
- display: grid;
-}
-
-.reveal .r-stack > * {
- grid-area: 1/1;
- margin: auto;
-}
-
/*********************************************
* CONTROLS