mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 08:55:07 +01:00
reduce control spacing
This commit is contained in:
parent
54a2137c0d
commit
2a0a6cbabc
2 changed files with 17 additions and 15 deletions
|
|
@ -238,7 +238,7 @@ body {
|
|||
.reveal .controls {
|
||||
$size: 52px;
|
||||
$length: floor($size * 0.6);
|
||||
$spacing: 20px;
|
||||
$spacing: 8px;
|
||||
$thickness: 6px;
|
||||
$angle: 44deg;
|
||||
$angleHover: 40deg;
|
||||
|
|
@ -374,6 +374,8 @@ body {
|
|||
}
|
||||
|
||||
@mixin bottom-right-controls() {
|
||||
$innerSpacing: 20px;
|
||||
|
||||
& {
|
||||
top: auto;
|
||||
bottom: $spacing;
|
||||
|
|
@ -392,19 +394,19 @@ body {
|
|||
}
|
||||
|
||||
.navigate-left {
|
||||
right: $size + $spacing*2;
|
||||
bottom: $spacing;
|
||||
right: $size + $innerSpacing*2;
|
||||
bottom: $innerSpacing;
|
||||
}
|
||||
.navigate-right {
|
||||
right: 0;
|
||||
bottom: $spacing;
|
||||
bottom: $innerSpacing;
|
||||
}
|
||||
.navigate-up {
|
||||
right: $spacing;
|
||||
bottom: $size + $spacing*2;
|
||||
right: $innerSpacing;
|
||||
bottom: $size + $innerSpacing*2;
|
||||
}
|
||||
.navigate-down {
|
||||
right: $spacing;
|
||||
right: $innerSpacing;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue