37 lines
487 B
SCSS

// YOUR CUSTOM SCSS
div#general {
background: none repeat scroll 0 0 #2980b9;
color: #FFF;
padding: 0.5em;
}
html,body {
min-height:100%;
background-color: $footer-background;
}
.cf-title {
font-size: 2em;
}
.cf-subtitle {
font-size: 1.5em;
}
ul.submenu.min-width {
min-width: 11em;
}
.content {
padding-top: 1em;
padding-bottom: 1em;
background-color: $white;
}
.select2 {
width: 100%;
}
ul.custom_fields.choice li {
list-style:none;
}