Working on UI
This commit is contained in:
+9
-1
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user