vidpush/app/assets/stylesheets/campaign.css.scss
2014-04-22 16:49:09 -04:00

83 lines
1.2 KiB
SCSS

$medgray: #3A9AC9;
.videolisting {
label {
color: #fff;
}
input {
border: 2px inset;
}
.odd {
background-color: #395C84;
padding: 10px;
.help-block{
color: #ccc;
}
}
.even {
background-color: lighten(#456A92, 10);
padding: 10px;
}
.even, .odd {
.help-block{
color: #ccc;
}
}
}
.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;
}
}
span.tag.label.label-info {
display: block;
margin-bottom: 1px;
.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;
}
}
div.bootstrap-tagsinput {
width: 100%;
}
}