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