mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-68497-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
5fb2abb4eb
@ -91,6 +91,7 @@ $theme-colors: map-merge((
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
@ -18405,7 +18405,8 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
|
||||
font-size: 4em; }
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.navbar {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
|
||||
|
@ -81,6 +81,11 @@ $theme-colors: map-merge((
|
||||
// Import Core moodle CSS
|
||||
@import "moodle";
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
// Preset CSS
|
||||
.navbar {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
|
||||
|
@ -18587,6 +18587,10 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
|
||||
height: 1em;
|
||||
font-size: 4em; }
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.navbar {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user