Yuki Takei 6 лет назад
Родитель
Сommit
83d0b44770

+ 10 - 4
src/client/styles/scss/_layout.scss

@@ -157,12 +157,18 @@
   }
   }
 }
 }
 
 
-// GROWI brand logo
 .logo {
 .logo {
   .logo-mark {
   .logo-mark {
-    &._white {
-      color: white;
-      fill: white !important;
+    svg {
+      width: $grw-navbar-height;
+      height: $grw-navbar-height;
+      padding: 12px;
+    }
+  }
+  .logo-text {
+    svg {
+      width: 156px;
+      height: $grw-navbar-height;
     }
     }
   }
   }
 }
 }

+ 2 - 0
src/client/styles/scss/_layout_variable.scss

@@ -1,3 +1,5 @@
+$grw-navbar-height: 50px;
+
 /* color variables */
 /* color variables */
 
 
 /* green */
 /* green */

+ 0 - 16
src/client/styles/scss/theme/_override-agileadmin.scss

@@ -46,22 +46,6 @@
   }
   }
 }
 }
 
 
-.logo {
-  .logo-mark {
-    svg {
-      width: 50px;
-      height: 50px;
-      padding: 12px;
-    }
-  }
-  .logo-text {
-    svg {
-      width: 156px;
-      height: 50px;
-    }
-  }
-}
-
 /*
 /*
  * Nav
  * Nav
  */
  */