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

3
.gitignore vendored
View File

@ -26,4 +26,5 @@ Resources/assets/gumpy/.sass-cache
Resources/.sass-cache/
Resources/bower_components/
Resources/node_modules/
Resources/public/stylesheets/sass/
Resources/public/stylesheets/sass/*
!Resources/public/stylesheets/sass/_custom.scss

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;
}