Просмотр исходного кода

change theme-color of nature-theme

yusuketk 8 лет назад
Родитель
Сommit
b3daebc499
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 1
      resource/styles/agile-admin/inverse/colors/nature.scss
  2. 2 1
      resource/styles/scss/_admin.scss

+ 1 - 1
resource/styles/agile-admin/inverse/colors/nature.scss

@@ -1,6 +1,6 @@
 @import '../variables';
 @import '../variables';
 
 
-$themecolor:#00363d;
+$themecolor:#4d0013;
 
 
 $topbar:#118050;;
 $topbar:#118050;;
 $sidebar:#fff;
 $sidebar:#fff;

+ 2 - 1
resource/styles/scss/_admin.scss

@@ -124,7 +124,8 @@
         fill: #118050;
         fill: #118050;
       }
       }
       .color3 {
       .color3 {
-        fill: #00363d;
+        fill: #4d0013
+        ;
       }
       }
     }
     }
   }
   }