vidpush/app/assets/stylesheets/campaign.css.scss

92 lines
1.3 KiB
SCSS
Raw Normal View History

$medgray: #3A9AC9;
2014-04-09 20:45:17 +00:00
.videolisting {
label {
color: #fff;
}
input {
border: 2px inset;
}
2014-04-09 20:45:17 +00:00
.nested-fields:nth-of-type(odd){
2014-04-22 19:49:34 +00:00
background-color: #395C84;
2014-04-09 20:45:17 +00:00
padding: 10px;
.help-block{
color: #ccc;
}
2014-04-09 20:45:17 +00:00
}
.nested-fields:nth-of-type(even) {
2014-04-22 19:49:34 +00:00
background-color: lighten(#456A92, 10);
2014-04-09 20:45:17 +00:00
padding: 10px;
}
.even, .odd {
.help-block{
color: #ccc;
}
}
}
2014-04-09 20:45:17 +00:00
.campaigns {
input {
width: 100%;
}
input[type="submit"] {
width: 131px
}
textarea {
width: 100%;
height: 5em;
}
select {
width: 100%;
}
.campaign-item, .videolisting-item {
display: block;
strong {
display: block;
}
span {
padding-left: 2em;
}
span.list-item {
display: block;
}
2014-04-22 19:22:36 +00:00
}
span.tag.label.label-info {
display: block;
margin-bottom: 1px;
2014-04-22 19:22:36 +00:00
.tag-item {
width: 90%;
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* css-3 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}
2014-04-22 19:22:36 +00:00
}
div.bootstrap-tagsinput {
width: 100%;
}
2014-04-22 19:22:36 +00:00
}
#error_explanation ul{
display: none;
}
span.help-inline {
color: #f00;
}