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

83 lines
1.1 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
.odd {
background-color: $medgray;
padding: 10px;
.help-block{
color: #ccc;
}
2014-04-09 20:45:17 +00:00
}
.even {
background-color: lighten($medgray, 50);
padding: 10px;
}
.even, .odd {
.help-block{
color: #ccc;
}
}
}
input {
width:100%;
}
input[type="submit"]{
width: 131px
}
textarea {
width:100%;
height: 5em;
2014-04-09 20:45:17 +00:00
}
select {
width:100%;
}
.campaign-item, .videolisting-item {
display:block;
strong {
display:block;
}
span {
padding-left: 2em;
}
2014-04-22 19:22:36 +00:00
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%;
}