Ver código fonte

Softened the color a bit by mixing in the panel-bg, so it's not introducing any new variables. Was too start as pure body-bg

Matt 9 anos atrás
pai
commit
0c85e845df

+ 1 - 0
public/sass/components/_modals.scss

@@ -67,6 +67,7 @@
 
 
 .modal-content {
 .modal-content {
   padding: $spacer*2;
   padding: $spacer*2;
+  min-height: $spacer*15;
 }
 }
 
 
 // Remove bottom margin if need be
 // Remove bottom margin if need be

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

@@ -90,7 +90,7 @@ div.flot-text {
 }
 }
 
 
 .panel-info-corner {
 .panel-info-corner {
-  color: $text-color;
+  color: $text-muted;
   cursor: pointer;
   cursor: pointer;
   position: absolute;
   position: absolute;
   display: none;
   display: none;
@@ -102,14 +102,14 @@ div.flot-text {
 
 
   .fa {
   .fa {
     position: relative;
     position: relative;
-    top: -2px;
+    top: -4px;
     left: -5px;
     left: -5px;
-    font-size: 90%;
+    font-size: 75%;
   }
   }
 
 
   &--info {
   &--info {
     display: block;
     display: block;
-    background: $blue-dark;
+    background: mix($panel-bg, $body-bg, 35%);
     .fa:before {
     .fa:before {
       content: "\f129";
       content: "\f129";
     }
     }
@@ -117,7 +117,7 @@ div.flot-text {
 
 
   &--links {
   &--links {
     display: block;
     display: block;
-    background: $blue-dark;
+    background: mix($panel-bg, $body-bg, 35%);
     .fa {
     .fa {
       left: -3px;
       left: -3px;
     }
     }