prepared dragging, but will not be neccessary
This commit is contained in:
@@ -18,10 +18,16 @@ ul {
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
padding: 3rem;
|
||||
background: rgba(0,0,0,0.1);
|
||||
|
||||
background: rgba(0,0,0,0.3);
|
||||
opacity: 0.3;
|
||||
transition: all 360ms 120ms ease-out;
|
||||
cursor: pointer;
|
||||
list-style-type: none;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user