mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
'controls-placement' -> 'controls-layout', cut back on controls spacing
This commit is contained in:
parent
10545d41cc
commit
44a355b6e9
3 changed files with 54 additions and 54 deletions
|
|
@ -236,10 +236,10 @@ body {
|
|||
*********************************************/
|
||||
|
||||
.reveal .controls {
|
||||
$size: 50px;
|
||||
$size: 52px;
|
||||
$length: floor($size * 0.6);
|
||||
$spacing: 18px;
|
||||
$thickness: 5px;
|
||||
$spacing: 20px;
|
||||
$thickness: 6px;
|
||||
$angle: 44deg;
|
||||
$angleHover: 40deg;
|
||||
$angleActive: 36deg;
|
||||
|
|
@ -409,7 +409,7 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
&[data-controls-placement="bottom-right"] {
|
||||
&[data-controls-layout="bottom-right"] {
|
||||
@include bottom-right-controls()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue