engine/app/assets/stylesheets/locomotive/installation.scss

67 lines
1.4 KiB
SCSS
Raw Normal View History

@import "compass/css3";
@import "compass/css3/border-radius";
@import "compass/css3/images";
@import "compass/css3/text-shadow";
@import "helpers";
#panel {
.inner {
a {
color: #1F82BC;
@include hover-link;
}
p.explanations {
margin-top: 10px;
color: #222;
font-size: 14px;
text-align: justify;
}
p.done {
margin: 20px 0px 15px;
color: #222;
font-size: 14px;
}
fieldset {
ol {
li.question {
label {
display: inline;
font-weight: normal;
}
input[type=checkbox] {
display: inline;
width: auto;
margin-right: 10px;
}
} // li.question
li {
div.inline-errors {
background: transparent image-url("locomotive/form/error-arrow.png") no-repeat 17px 0;
margin: 2px 0 0 0;
padding: 8px 0 0 0;
p {
display: inline-block;
width: auto;
margin: 0px;
padding: 3px 12px 4px 30px;
color: #fff !important;
text-shadow: #000 0px 1px;
font-size: 11px;
padding-left: 30px;
background: #cd0f19 image-url("locomotive/form/icons/error.png") no-repeat 10px 6px;
}
}
} // li
} // ol
} // fieldset
} // inner
} // panel