mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 01:04:23 +00:00
17 lines
226 B
SCSS
17 lines
226 B
SCSS
// YOUR CUSTOM SCSS
|
|
div#general {
|
|
background: none repeat scroll 0 0 #2980b9;
|
|
color: #FFF;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
html,body { min-height:100%; }
|
|
|
|
.cf-title {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.cf-subtitle {
|
|
font-size: 1.5em;
|
|
}
|