Redefine all Bulma variables to fix undefined variables #1165

Merged
konrad merged 12 commits from adrinux/frontend:set-all-variables into main 2022-03-27 19:20:38 +00:00
1 changed files with 6 additions and 4 deletions
Showing only changes of commit b83fe3163a - Show all commits

View File

@ -1,9 +1,11 @@
// Vikunja colors as CSS custom properties
:root {
// All the Bulma color variables to fix issues with undefined variables
// Should be removed once bulma/sass scoping issues are fixed
// Those overriden in vikunja specific rules below are commented out
// Core Bulma color variables
// Added (from bulma-css-variables/css/bulma.css) to fix issues with undefined variables
// This section should be removed once bulma/sass scoping issues are fixed
// see https://kolaente.dev/vikunja/frontend/issues/1064
// Variables overriden in Vikunja specific rules below are commented out
//--scheme-main: white;
--scheme-main-bis: #fafafa;
--scheme-main-ter: whitesmoke;
@ -168,7 +170,7 @@
//--grey-lighter: #dbdbdb;
--white-ter: whitesmoke;
--white-bis: #fafafa;
// End Bulma color variables
// END core Bulma color variables
// Vikunja specific variables