فهرست منبع

color touches

Peter Holmberg 7 سال پیش
والد
کامیت
1ca0d1deab
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      public/sass/components/_thresholds.scss

+ 3 - 2
public/sass/components/_thresholds.scss

@@ -5,7 +5,7 @@
 
 
 .threshold-rows {
 .threshold-rows {
   flex: 1 0 auto;
   flex: 1 0 auto;
-  margin-left: 10px;
+  margin-left: 5px;
 }
 }
 
 
 .threshold-row {
 .threshold-row {
@@ -55,7 +55,8 @@
 }
 }
 
 
 .color-indicators {
 .color-indicators {
-  width: 20px;
+  width: 15px;
   min-height: 40px;
   min-height: 40px;
   flex: 0 1 auto;
   flex: 0 1 auto;
+  border-radius: $border-radius;
 }
 }