Working on UI

This commit is contained in:
2026-09-11 16:06:49 +02:00
parent fcd4d4743b
commit abf00ac401
12 changed files with 218 additions and 25 deletions
+9 -1
View File
@@ -1,9 +1,12 @@
@import 'vue-multiselect/dist/vue-multiselect.css';
@import '@fortawesome/fontawesome-free/css/all.min.css';
@import 'bulma/css/bulma.min.css';
html {
background-color: var(--bulma-scheme-main-ter);
}
.dropdown {
--bulma-dropdown-menu-min-width: 4rem;
}
@@ -12,3 +15,8 @@ a.dropdown-item,
button.dropdown-item {
padding-inline-end: 1rem;
}
[data-theme=dark],
.theme-dark {
--bulma-scheme-main-ter-l: 20%;
}