This issue is part of the EPIC: Improve Multitenant #4693
In order to adapt the image of each organization it is necessary to be able to configure the different SCSS color variables that are defined in the app/assets/stylesheets/decidim.scss file:
// // Variables
//
// $primary: #ef604d;
// $secondary: #599aa6;
// $success: #57d685;
// $warning: #ffae00;
// $alert: #ec5840;
These variables should be able to be defined through the code, since it will be necessary to modify the tasks of precompilation of assets.
Discussion on MetaDecidim
This issue is part of the EPIC: Improve Multitenant #4693
In order to adapt the image of each organization it is necessary to be able to configure the different SCSS color variables that are defined in the app/assets/stylesheets/decidim.scss file:
// // Variables
//
// $primary: #ef604d;
// $secondary: #599aa6;
// $success: #57d685;
// $warning: #ffae00;
// $alert: #ec5840;
These variables should be able to be defined through the code, since it will be necessary to modify the tasks of precompilation of assets.
Discussion on MetaDecidim