Bootstrap theme + rework some views

This commit is contained in:
William Bouzourène 2025-05-13 15:01:12 +02:00
parent e2de88b25b
commit 183415912f
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
6 changed files with 267 additions and 257 deletions

6
frontend/bootstrap.scss vendored Normal file
View file

@ -0,0 +1,6 @@
$red: #cb0000;
@use "npm:bootstrap/scss/bootstrap.scss" with (
$enable-rounded: false,
$danger: $red
);