2
0

prepared history

This commit is contained in:
2018-08-06 19:11:36 +02:00
parent dcaede1fb0
commit 0628190223
7 changed files with 102 additions and 30 deletions

View File

@@ -23,30 +23,8 @@
opacity: 0.2;
}
ul {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: 0;
justify-content: center;
margin: 0;
padding: 3rem;
background: rgba(0,0,0,0.3);
transition: all 360ms 120ms ease-out;
.list-group-item {
cursor: pointer;
list-style-type: none;
&:hover {
opacity: 1;
}
li {
display: flex;
align-items: center;
}
}
aside {
@@ -57,7 +35,7 @@ aside {
right: 0;
bottom: 0;
left: auto;
justify-content: center;
// justify-content: center;
padding: 0;
margin: 0;
background: rgba(251, 252, 253, 0.9);