mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
Merge branch 'MDL-66087-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
45dfcd1755
@ -1,4 +1,5 @@
|
|||||||
// Background color change as of MDL-63042
|
// Background color change as of MDL-63042
|
||||||
|
$dashboard-bg: darken($body-bg, 3%) !default;
|
||||||
#page-my-index {
|
#page-my-index {
|
||||||
background-color: $gray-100;
|
background-color: $dashboard-bg;
|
||||||
}
|
}
|
@ -13710,7 +13710,7 @@ body.drawer-ease {
|
|||||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08); }
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08); }
|
||||||
|
|
||||||
#page-my-index {
|
#page-my-index {
|
||||||
background-color: #f8f9fa; }
|
background-color: #f7f7f7; }
|
||||||
|
|
||||||
.fp-content-center {
|
.fp-content-center {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -13968,7 +13968,7 @@ body.drawer-ease {
|
|||||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08); }
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08); }
|
||||||
|
|
||||||
#page-my-index {
|
#page-my-index {
|
||||||
background-color: #f8f9fa; }
|
background-color: #f7f7f7; }
|
||||||
|
|
||||||
.fp-content-center {
|
.fp-content-center {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user