mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
21 lines
272 B
SCSS
21 lines
272 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;
|
|
}
|
|
|
|
ul.submenu.min-width {
|
|
min-width: 11em;
|
|
}
|