2024-01-16 15:13:04 +00:00
|
|
|
// Force local fonts
|
|
|
|
$web-font-path: '';
|
|
|
|
|
|
|
|
@import "../node_modules/bootstrap/dist/css/bootstrap.css";
|
|
|
|
@import "lato";
|
|
|
|
|
2024-01-18 17:53:42 +00:00
|
|
|
$fa-font-path: "../node_modules/@fortawesome/fontawesome-free/webfonts";
|
|
|
|
@import "../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss";
|
|
|
|
@import "../node_modules/@fortawesome/fontawesome-free/scss/solid.scss";
|
|
|
|
@import "../node_modules/@fortawesome/fontawesome-free/scss/brands.scss";
|
2024-01-17 22:02:41 +00:00
|
|
|
|
|
|
|
.minimized-column {
|
|
|
|
width: 0.1%;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|