1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Blog/assets/scss/app.scss
2021-01-14 18:02:05 +01:00

16 lines
216 B
SCSS

@import '~mdb-ui-kit/src/scss/mdb.free';
#body {
width: 80vw;
}
.sidebar {
position: fixed;
top: 0;
right: 0;
overflow: auto;
transition: all .3s ease-in;
width: 20vw;
height: 100%;
z-index: 7;
}