Fiddled with the Back to the Top button a bit so it's better visible on the white background, also only on widescreen now.

This commit is contained in:
Taloth Saldono
2016-02-15 22:30:47 +01:00
parent 72f0085ef7
commit 34d5fb1aa0
3 changed files with 19 additions and 15 deletions
+11 -8
View File
@@ -72,21 +72,24 @@
}
#scroll-up {
.clickable;
&:hover {
text-decoration : none;
.opacity (0.4);
i {
.clickable;
.opacity(0.3);
margin: 0px 20px;
&:hover {
.opacity(0.4);
}
}
.opacity (0.2);
position : fixed;
z-index : 9999;
bottom : 50px;
right : 50px;
bottom : 30px;
right : 0px;
display : none;
font-size : 56px;
color : white;
color : gray;
}
.control-panel-visible {