accounting/frontend/style.scss
Knut Ahlers e66a730570
Fix: Amount column too small to enter number
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-01-19 00:21:13 +01:00

21 lines
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;
}