mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-27 16:30:24 +02:00
update all dependencies
This commit is contained in:
@@ -7,7 +7,14 @@
|
||||
*/
|
||||
|
||||
@use "sass:math";
|
||||
@import 'layout';
|
||||
@use 'layout';
|
||||
|
||||
/*********************************************
|
||||
* PRINT STYLES
|
||||
*********************************************/
|
||||
|
||||
@use 'print/pdf.scss';
|
||||
@use 'print/paper.scss';
|
||||
|
||||
/*********************************************
|
||||
* GLOBAL STYLES
|
||||
@@ -329,7 +336,7 @@ $controlsArrowAngleActive: 36deg;
|
||||
background-color: currentColor;
|
||||
|
||||
transition: all 0.15s ease, background-color 0.8s ease;
|
||||
transform-origin: math.div(floor(($controlArrowThickness*0.5)*10), 10) 50%;
|
||||
transform-origin: math.div(math.floor(($controlArrowThickness*0.5)*10), 10) 50%;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
@@ -2180,11 +2187,3 @@ $notesWidthPercent: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* PRINT STYLES
|
||||
*********************************************/
|
||||
|
||||
@import 'print/pdf.scss';
|
||||
@import 'print/paper.scss';
|
||||
|
||||
|
Reference in New Issue
Block a user