added elevator

This commit is contained in:
2020-10-07 17:45:53 +02:00
parent 168a5e64ea
commit 82bde19d19
4 changed files with 125 additions and 10 deletions
+20
View File
@@ -99,3 +99,23 @@ section[role="main-content"]{
}
}
.elevator{
position: absolute;
right:0;
top:43%;
ul{
padding:1em;
background-color: rgba(255, 255, 255, 0.6);
li{
padding:0.25em 0;
text-align: right;
min-width: 5em;
cursor: pointer;
&:hover, &.active{
font-weight: bold;
}
}
}
}