Explorar o código

commonize layout variables

Yuki Takei %!s(int64=5) %!d(string=hai) anos
pai
achega
4edf585588
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/client/styles/scss/_on-edit.scss

+ 2 - 2
src/client/styles/scss/_on-edit.scss

@@ -22,10 +22,10 @@ body.on-edit {
 
   // restrict height of subnav
   .grw-subnav {
-    max-height: 95px;
+    max-height: $grw-subnav-max-height-on-edit;
 
     @include media-breakpoint-up(md) {
-      max-height: 115px;
+      max-height: $grw-subnav-max-height-md-on-edit;
     }
   }