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

28 lines
541 B
SCSS
Raw Permalink Normal View History

2021-01-14 16:19:35 +01:00
@import '~mdb-ui-kit/src/scss/mdb.free';
2021-01-16 19:02:19 +01:00
@import '~@fortawesome/fontawesome-free/scss/fontawesome.scss';
@import '~@fortawesome/fontawesome-free/scss/solid.scss';
@import '~@fortawesome/fontawesome-free/scss/regular.scss';
@import '~@fortawesome/fontawesome-free/scss/brands.scss';
2021-01-14 18:02:05 +01:00
#body {
width: 80vw;
}
.sidebar {
position: fixed;
top: 0;
right: 0;
overflow: auto;
transition: all .3s ease-in;
width: 20vw;
height: 100%;
z-index: 7;
}
2021-01-16 19:17:36 +01:00
.floating-btn {
position:fixed;
bottom: 45px;
right: 24px;
z-index: 100;
}