Files
Polaris/static/assets/css/sidebar.css
T
Russell 47a7a88fca save
2023-05-03 22:56:17 +00:00

16 lines
257 B
CSS

.sidebar {
position: fixed;
top: 15vh;
right: -60vh;
width: 50vh;
height: 80vh;
background: var(--sidebar-bg);
border-radius: 4vh;
box-shadow: 0px 5px 10px 0px black;
text-align: center;
z-index: 100;
}
.sidebar.active {
right: 5vh;
}