Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
MDL-55561 theme_noname: Fix bad padding in settings and nav block
[moodle.git]
/
theme
/
noname
/
scss
/
preset-default.scss
1
/**
2
* Default preset file.
3
*
4
* Use this space to customise variables, create mixins and override SCSS.
5
*/
6
7
// Variables and mixins here. Do not forget to make your variable defaults.
8
9
// Import everything.
10
@import "moodle";
11
12
// Additional scss here.