Add forward button, convert icons to font

This commit is contained in:
2020-01-03 03:45:56 +00:00
parent 746932ab96
commit 6cd41f0902
6 changed files with 43 additions and 80 deletions

View File

@@ -174,10 +174,27 @@ span.source {
}
.toggleDot .button {
font: 3rem/1 serif;
font: 2rem/1 'icomoon';
position: relative;
top: 0.1rem;
left: 0.1rem;
top: 0.5rem;
left: 0.55rem;
}
.forwardDot {
position: fixed;
bottom: 1rem;
right: 1rem;
height: 3rem;
width: 3rem;
background-color: #828282;
border-radius: 50%;
}
.forwardDot .button {
font: 2.5rem/1 'icomoon';
position: relative;
top: 0.25rem;
left: 0.3rem;
}
.search form {