2020-05-09 18:00:07 +00:00
|
|
|
@import "custom";
|
|
|
|
@import "~bootstrap/scss/bootstrap";
|
|
|
|
@import "~@fortawesome/fontawesome-free/css/all.css";
|
|
|
|
//@import "~datatables.net-bs4/css/dataTables.bootstrap4.css";
|
|
|
|
|
2020-05-25 18:23:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
.messages-box {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 30px;
|
|
|
|
z-index: 500;
|
|
|
|
}
|
|
|
|
|
2020-06-01 21:43:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
nav.sidebar {
|
|
|
|
top: 44px;
|
|
|
|
}
|