22 lines
401 B
CSS
22 lines
401 B
CSS
@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;
|
|
}
|
|
|
|
a.dropdown-item,
|
|
button.dropdown-item {
|
|
padding-inline-end: 1rem;
|
|
}
|
|
|
|
[data-theme=dark],
|
|
.theme-dark {
|
|
--bulma-scheme-main-ter-l: 20%;
|
|
} |