mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-16 08:00:02 +01:00
fix missing coloring of question panel
This commit is contained in:
parent
a9ad31b285
commit
419b578956
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ body#version1 {
|
||||||
border-color: mix($panel_color, $panel_text, 85%);
|
border-color: mix($panel_color, $panel_text, 85%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-body, .modal-body, .modal-content {
|
.panel-body, .modal-body, .modal-content, .panel-question {
|
||||||
background-color: $panel_color;
|
background-color: $panel_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue