Remove unused panel styles

This commit is contained in:
Andreas Nedbal 2020-05-02 17:44:43 +02:00
parent f40435da4b
commit 7601da1975
2 changed files with 1 additions and 16 deletions

View File

@ -4,5 +4,4 @@
@import "scss/variable";
@import "scss/generic";
@import "scss/answerbox";
@import "scss/comments";
@import "scss/panel";
@import "scss/comments";

View File

@ -1,14 +0,0 @@
.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;
}