21 lines
No EOL
559 B
SCSS
21 lines
No EOL
559 B
SCSS
// Force local fonts
|
|
$web-font-path: '';
|
|
|
|
@import "../node_modules/bootstrap/dist/css/bootstrap.css";
|
|
@import "lato";
|
|
|
|
$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";
|
|
|
|
.minimized-column {
|
|
width: 0.1%;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.minimized-amount {
|
|
min-width: 150px;
|
|
width: 0.1%;
|
|
white-space: nowrap;
|
|
} |