added elevator
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user