spacing adjustment
This commit is contained in:
parent
92049d8244
commit
16c03a5b03
@ -292,8 +292,8 @@ body {
|
|||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
.reveal .controls[data-controls-layout="bottom-right"] {
|
.reveal .controls[data-controls-layout="bottom-right"] {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 8px;
|
bottom: 12px;
|
||||||
right: 8px;
|
right: 12px;
|
||||||
left: auto;
|
left: auto;
|
||||||
-webkit-transform: scale(0.85);
|
-webkit-transform: scale(0.85);
|
||||||
transform: scale(0.85);
|
transform: scale(0.85);
|
||||||
@ -320,8 +320,8 @@ body {
|
|||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 500px) {
|
||||||
.reveal .controls {
|
.reveal .controls {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 8px;
|
bottom: 12px;
|
||||||
right: 8px;
|
right: 12px;
|
||||||
left: auto;
|
left: auto;
|
||||||
-webkit-transform: scale(0.85);
|
-webkit-transform: scale(0.85);
|
||||||
transform: scale(0.85);
|
transform: scale(0.85);
|
||||||
|
@ -376,6 +376,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin bottom-right-controls() {
|
@mixin bottom-right-controls() {
|
||||||
|
$spacing: 12px;
|
||||||
$innerSpacing: 20px;
|
$innerSpacing: 20px;
|
||||||
|
|
||||||
& {
|
& {
|
||||||
|
Loading…
Reference in New Issue
Block a user