Skip to content
Snippets Groups Projects
Commit 20a0befd authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Fixed brand colors due to Bootstrap changes in Boost.

parent fb8f5eb8
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-10-04 - Fixed brand colors due to Bootstrap changes in Boost.
* 2018-06-07 - Added missing strings from a Boost Campus setting.
### v3.5-r1
......
......@@ -121,12 +121,12 @@ function theme_boost_campus_child_get_pre_scss($theme) {
$scss = '';
$configurable = [
// Config key => [variableName, ...].
'brandcolor' => ['brand-primary'],
'brandcolor' => ['primary'],
// MODIFICATION START: Add own variables.
'brandsuccesscolor' => ['brand-success'],
'brandinfocolor' => ['brand-info'],
'brandwarningcolor' => ['brand-warning'],
'branddangercolor' => ['brand-danger'],
'brandsuccesscolor' => ['success'],
'brandinfocolor' => ['info'],
'brandwarningcolor' => ['warning'],
'branddangercolor' => ['danger'],
// MODIFICATION END.
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment