|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
/**
|
|
|
2 |
* Plain preset file.
|
|
|
3 |
*
|
|
|
4 |
* This preset is plain Moodle & Bootstrap and must not contain anything else.
|
|
|
5 |
*
|
|
|
6 |
* To create your own preset file:
|
|
|
7 |
* - Duplicate this file and rename it, for instance to preset-apple.scss.
|
|
|
8 |
* - In settings.php, find the references to 'plain', duplicate them and rename
|
|
|
9 |
* them to 'apple'. (Look around the choices for 'theme_boost/preset').
|
|
|
10 |
*/
|
|
|
11 |
|
|
|
12 |
// Import FontAwesome.
|
|
|
13 |
@import "fontawesome";
|
|
|
14 |
|
|
|
15 |
// Import All of Bootstrap
|
|
|
16 |
@import "bootstrap";
|
|
|
17 |
|
|
|
18 |
// Import Core moodle CSS
|
|
|
19 |
@import "moodle";
|