mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
16 lines
219 B
SCSS
16 lines
219 B
SCSS
// 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;
|
|
} |