فهرست منبع

Polish on icon placement, incorporated torkel's better idea for going slightly lighter, make sure error icon color was white now

Matt 9 سال پیش
والد
کامیت
594207b6d3
1فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 5 4
      public/sass/pages/_dashboard.scss

+ 5 - 4
public/sass/pages/_dashboard.scss

@@ -103,13 +103,13 @@ div.flot-text {
   .fa {
   .fa {
     position: relative;
     position: relative;
     top: -4px;
     top: -4px;
-    left: -5px;
+    left: -6px;
     font-size: 75%;
     font-size: 75%;
   }
   }
 
 
   &--info {
   &--info {
     display: block;
     display: block;
-    background: mix($panel-bg, $body-bg, 35%);
+    background: lighten($panel-bg, 4%);
     .fa:before {
     .fa:before {
       content: "\f129";
       content: "\f129";
     }
     }
@@ -117,9 +117,9 @@ div.flot-text {
 
 
   &--links {
   &--links {
     display: block;
     display: block;
-    background: mix($panel-bg, $body-bg, 35%);
+    background: lighten($panel-bg, 4%);
     .fa {
     .fa {
-      left: -3px;
+      left: -5px;
     }
     }
     .fa:before {
     .fa:before {
       content: "\f08e";
       content: "\f08e";
@@ -128,6 +128,7 @@ div.flot-text {
 
 
   &--error {
   &--error {
     display: block;
     display: block;
+    color: $text-color;
     background: $errorBackground !important;
     background: $errorBackground !important;
     .fa:before {
     .fa:before {
       content: "\f12a";
       content: "\f12a";