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

Fixed brand colors due to Bootstrap changes in Boost.

parent 84a679c0
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2018-07-24 - Fixed brand colors due to Bootstrap changes in Boost.
* 2018-07-24 - Fixed logo width when loginform is active. * 2018-07-24 - Fixed logo width when loginform is active.
* 2018-07-24 - Fixed debugging output for admins on profile page. * 2018-07-24 - Fixed debugging output for admins on profile page.
* 2018-07-24 - Removed rules for local_boostnavigation due to core integration. * 2018-07-24 - Removed rules for local_boostnavigation due to core integration.
......
...@@ -79,7 +79,7 @@ function theme_boost_campus_get_pre_scss($theme) { ...@@ -79,7 +79,7 @@ function theme_boost_campus_get_pre_scss($theme) {
$scss = ''; $scss = '';
$configurable = [ $configurable = [
// Config key => [variableName, ...]. // Config key => [variableName, ...].
'brandcolor' => ['brand-primary'], 'brandcolor' => ['primary'],
// MODIFICATION START: Add own variables. // MODIFICATION START: Add own variables.
'section0title' => ['section0title'], 'section0title' => ['section0title'],
'showswitchedroleincourse' => ['showswitchedroleincourse'], 'showswitchedroleincourse' => ['showswitchedroleincourse'],
...@@ -88,10 +88,10 @@ function theme_boost_campus_get_pre_scss($theme) { ...@@ -88,10 +88,10 @@ function theme_boost_campus_get_pre_scss($theme) {
'footerhidelogininfo' => ['footerhidelogininfo'], 'footerhidelogininfo' => ['footerhidelogininfo'],
'footerhidehomelink' => ['footerhidehomelink'], 'footerhidehomelink' => ['footerhidehomelink'],
'blockicon' => ['blockicon'], 'blockicon' => ['blockicon'],
'brandsuccesscolor' => ['brand-success'], 'brandsuccesscolor' => ['success'],
'brandinfocolor' => ['brand-info'], 'brandinfocolor' => ['info'],
'brandwarningcolor' => ['brand-warning'], 'brandwarningcolor' => ['warning'],
'branddangercolor' => ['brand-danger'], 'branddangercolor' => ['danger'],
'darknavbar' => ['darknavbar'], 'darknavbar' => ['darknavbar'],
'footerblocks' => ['footerblocks'], 'footerblocks' => ['footerblocks'],
'imageareaitemsmaxheight' => ['imageareaitemsmaxheight'], 'imageareaitemsmaxheight' => ['imageareaitemsmaxheight'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment