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

Removed CSS rule for maintenance warning due to upstream changes.

parent 148ce13f
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ moodle-theme_boost_campus ...@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes Changes
------- -------
### Unreleased
* 2019-10-28 - Removed CSS rule for maintenance warning due to upstream changes.
### Release v3.7-r2 ### Release v3.7-r2
* 2019-06-21 - Removed SCSS fix because MDL-61319 has now been fixed and integrated. * 2019-06-21 - Removed SCSS fix because MDL-61319 has now been fixed and integrated.
......
...@@ -864,7 +864,6 @@ a[href^="mailto"]::before { ...@@ -864,7 +864,6 @@ a[href^="mailto"]::before {
-------------------------------------*/ -------------------------------------*/
/* Improve the maintenance warning to be full width and to be displayed above the navdrawer navigation. */ /* Improve the maintenance warning to be full width and to be displayed above the navdrawer navigation. */
.maintenancewarning { .maintenancewarning {
z-index: $zindex-dropdown;
width: 100%; width: 100%;
text-align: center; text-align: center;
margin: 0 !important; margin: 0 !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment