16 lines
261 B
SCSS
16 lines
261 B
SCSS
@import "custom";
|
|
@import "~bootstrap/scss/bootstrap";
|
|
@import "~@fortawesome/fontawesome-free/css/all.css";
|
|
//@import "~datatables.net-bs4/css/dataTables.bootstrap4.css";
|
|
|
|
|
|
|
|
.messages-box {
|
|
position: fixed;
|
|
width: 100%;
|
|
margin-top: 30px;
|
|
z-index: 500;
|
|
|
|
}
|
|
|