Retrospring/app/assets/stylesheets/scss/panel.scss

33 lines
548 B
SCSS
Raw Normal View History

.panel-primary .text-muted a, .panel-primary .text-muted a:hover {
color: #fff;
text-decoration: none;
opacity: 1;
}
.panel-primary .text-muted {
color: #fff;
opacity: 0.7;
}
.panel-primary .answerbox--question-text {
color: #fff;
2015-04-25 18:36:25 -07:00
}
#questions .panel-body .media {
&, .media-body {
overflow: visible;
}
}
.panel-question {
position: fixed;
border-top: 1px solid #fff;
width: 100%;
z-index: 999;
border-color: #fff;
}
.answerbox--question-media, .question-media, .question-body {
overflow: visible !important;
}