Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
a5e175d5
Commit
a5e175d5
authored
May 18, 2017
by
Hakim El Hattab
Browse files
fix up arrow position
parent
d770f32b
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/reveal.css
View file @
a5e175d5
...
...
@@ -314,7 +314,7 @@ body {
-webkit-animation
:
bounce-right
2s
50
both
ease-out
;
animation
:
bounce-right
2s
50
both
ease-out
;
}
.reveal
.controls
.navigate-up
{
right
:
1.4
em
;
right
:
3.2
em
;
bottom
:
6.4em
;
-webkit-transform
:
translateY
(
-10px
);
transform
:
translateY
(
-10px
);
}
...
...
@@ -344,12 +344,12 @@ body {
visibility
:
hidden
;
}
.reveal
.controls
.enabled
{
visibility
:
visible
;
opacity
:
0.
8
;
opacity
:
0.
9
;
cursor
:
pointer
;
-webkit-transform
:
none
;
transform
:
none
;
}
.reveal
.controls
.enabled.fragmented
{
opacity
:
0.
4
;
}
opacity
:
0.
5
;
}
.reveal
.controls
.enabled
:hover
,
.reveal
.controls
.enabled.fragmented
:hover
{
opacity
:
1
;
}
...
...
css/reveal.scss
View file @
a5e175d5
...
...
@@ -355,7 +355,7 @@ $controlArrowThickness: 0.5em;
}
.navigate-up
{
right
:
$controlArrowSpacing
;
right
:
$controlArrowSpacing
+
$controlArrowSize
/
2
;
bottom
:
$controlArrowSpacing
*
2
+
$controlArrowSize
;
transform
:
translateY
(
-10px
);
...
...
@@ -401,7 +401,7 @@ $controlArrowThickness: 0.5em;
// Any control button that can be clicked is "enabled"
.enabled
{
visibility
:
visible
;
opacity
:
0
.
8
;
opacity
:
0
.
9
;
cursor
:
pointer
;
transform
:
none
;
}
...
...
@@ -409,7 +409,7 @@ $controlArrowThickness: 0.5em;
// Any control button that leads to showing or hiding
// a fragment
.enabled.fragmented
{
opacity
:
0
.
4
;
opacity
:
0
.
5
;
}
.enabled
:hover
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment