Remove unused panel styles
This commit is contained in:
parent
f40435da4b
commit
7601da1975
|
@ -4,5 +4,4 @@
|
|||
@import "scss/variable";
|
||||
@import "scss/generic";
|
||||
@import "scss/answerbox";
|
||||
@import "scss/comments";
|
||||
@import "scss/panel";
|
||||
@import "scss/comments";
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue