qmining-page/src/components/sidebar.module.css
2020-11-30 14:07:21 +01:00

29 lines
416 B
CSS

.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;
}
.content {
width: 100%;
}