retrospring/app/assets/stylesheets/scss/panel.scss
Andreas Nedbal d61fa91f0d Refactor question styles
- Created styles in component/question
- Removed old styles from scss/panel
- Moved question partial to question controller resource, as it is only used there, not shared
2020-04-30 00:44:43 +02:00

14 lines
247 B
SCSS

.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;
}