File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -103,23 +103,23 @@ div.flot-text {
103
103
.fa {
104
104
position : relative ;
105
105
top : -4px ;
106
- left : -5 px ;
106
+ left : -6 px ;
107
107
font-size : 75% ;
108
108
}
109
109
110
110
& --info {
111
111
display : block ;
112
- background : mix ($panel-bg , $body-bg , 35 % );
112
+ background : lighten ($panel-bg , 4 % );
113
113
.fa :before {
114
114
content : " \f129 " ;
115
115
}
116
116
}
117
117
118
118
& --links {
119
119
display : block ;
120
- background : mix ($panel-bg , $body-bg , 35 % );
120
+ background : lighten ($panel-bg , 4 % );
121
121
.fa {
122
- left : -3 px ;
122
+ left : -5 px ;
123
123
}
124
124
.fa :before {
125
125
content : " \f08e " ;
@@ -128,6 +128,7 @@ div.flot-text {
128
128
129
129
& --error {
130
130
display : block ;
131
+ color : $text-color ;
131
132
background : $errorBackground !important ;
132
133
.fa :before {
133
134
content : " \f12a " ;
You can’t perform that action at this time.
0 commit comments