Bootstrap theme + rework some views
This commit is contained in:
parent
e2de88b25b
commit
183415912f
6 changed files with 267 additions and 257 deletions
6
frontend/bootstrap.scss
vendored
Normal file
6
frontend/bootstrap.scss
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
$red: #cb0000;
|
||||
|
||||
@use "npm:bootstrap/scss/bootstrap.scss" with (
|
||||
$enable-rounded: false,
|
||||
$danger: $red
|
||||
);
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@import "npm:bootstrap/dist/css/bootstrap.css";
|
||||
@import "bootstrap.scss";
|
||||
@import "npm:bootstrap-icons/font/bootstrap-icons.css";
|
||||
|
||||
img#header-logo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue