mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-31 01:57:21 +01:00
* Settings in WIP * Updates some styles * Removes unused import * Adds version and switcher * Adds ionicons instead of fontawesome * Fixes ionicon for vuejs * Updates modules * Adds buefy * Adds search filter as settings * Adds localstorage * Fixes tests * Adds settings for menu width * Changes copy
24 lines
473 B
SCSS
24 lines
473 B
SCSS
@charset "utf-8";
|
|
|
|
$menu-item-active-background-color: hsl(171, 100%, 41%);
|
|
$menu-item-color: hsl(0, 6%, 87%);
|
|
|
|
@import "~bulma";
|
|
@import "../node_modules/splitpanes/dist/splitpanes.css";
|
|
@import "~buefy/src/scss/utils/_all";
|
|
@import "~buefy/src/scss/components/_dropdown";
|
|
@import "~buefy/src/scss/components/_switch";
|
|
|
|
.is-dark {
|
|
color: #ddd;
|
|
background-color: #111;
|
|
}
|
|
|
|
body {
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
|
|
h1.title {
|
|
font-family: "Gafata", sans-serif;
|
|
}
|