Contribute page imporvements, sidebar for cards

This commit is contained in:
mrfry 2020-11-30 14:03:13 +01:00
parent db5aad0f8c
commit 1a02ae2e98
13 changed files with 274 additions and 79 deletions

View file

@ -0,0 +1,25 @@
.container {
background-color: var(--background-color);
border-left: 3px solid #99f;
top: 0;
right: 0px;
height: 100%;
width: 400px;
max-width: 100%;
position: fixed;
display: flex;
}
.closeBorder {
padding: 5px;
cursor: pointer;
display: flex;
flex-flow: column;
justify-content: center;
color: white;
}
.closeBorder:hover {
background-color: #333;
}