mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 17:13:37 +01:00
- 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
14 lines
247 B
SCSS
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;
|
|
}
|