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
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue