Adding _custom.scss to git

This commit is contained in:
Marc Ducobu
2014-11-11 08:49:56 +01:00
parent 8c55064704
commit 92a9cc0057
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
// YOUR CUSTOM SCSS
div#general {
background: none repeat scroll 0 0 #2980b9;
color: #FFF;
padding: 0.5em;
}
html,body { min-height:100%; }
.title {
font-size: 2em;
}
.subtitle {
font-size: 1.5em;
}