Ver código fonte

remove commentout

kaoritokashiki 5 anos atrás
pai
commit
575a804a57
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/client/styles/scss/_navbar.scss

+ 2 - 2
src/client/styles/scss/_navbar.scss

@@ -1,5 +1,5 @@
 .grw-navbar {
 .grw-navbar {
-  max-height: 52px; //test
+  max-height: 52px;
   border-top: 0;
   border-top: 0;
   border-right: 0;
   border-right: 0;
   border-bottom: $grw-navbar-border-width solid;
   border-bottom: $grw-navbar-border-width solid;
@@ -39,7 +39,7 @@
     }
     }
   }
   }
   .nav-item.confidential {
   .nav-item.confidential {
-    max-width: 120px; //追加
+    max-width: 120px;
     @include media-breakpoint-only(md) {
     @include media-breakpoint-only(md) {
       max-width: 100px;
       max-width: 100px;
     }
     }