Skip to content

Commit 594207b

Browse files
committed
Polish on icon placement, incorporated torkel's better idea for going slightly lighter, make sure error icon color was white now
1 parent 0c85e84 commit 594207b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

public/sass/pages/_dashboard.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,23 +103,23 @@ div.flot-text {
103103
.fa {
104104
position: relative;
105105
top: -4px;
106-
left: -5px;
106+
left: -6px;
107107
font-size: 75%;
108108
}
109109

110110
&--info {
111111
display: block;
112-
background: mix($panel-bg, $body-bg, 35%);
112+
background: lighten($panel-bg, 4%);
113113
.fa:before {
114114
content: "\f129";
115115
}
116116
}
117117

118118
&--links {
119119
display: block;
120-
background: mix($panel-bg, $body-bg, 35%);
120+
background: lighten($panel-bg, 4%);
121121
.fa {
122-
left: -3px;
122+
left: -5px;
123123
}
124124
.fa:before {
125125
content: "\f08e";
@@ -128,6 +128,7 @@ div.flot-text {
128128

129129
&--error {
130130
display: block;
131+
color: $text-color;
131132
background: $errorBackground !important;
132133
.fa:before {
133134
content: "\f12a";

0 commit comments

Comments
 (0)