utsushiiro 7 лет назад
Родитель
Сommit
4f442997a3
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      src/client/styles/scss/_mixins.scss

+ 12 - 0
src/client/styles/scss/_mixins.scss

@@ -49,6 +49,18 @@
           min-height: calc(100vh - #{$header-plus-footer});   // for IE11
           min-height: calc(100vh - #{$header-plus-footer});   // for IE11
           height: calc(100vh - #{$header-plus-footer});
           height: calc(100vh - #{$header-plus-footer});
         }
         }
+
+        .navbar-editor {
+          button {
+            padding: 7px 8px;
+            line-height: 1;
+          }
+
+          img {
+            vertical-align: bottom;
+          }
+        }
+
         // left(editor)
         // left(editor)
         .page-editor-editor-container {
         .page-editor-editor-container {
           min-height: calc(100vh - #{$header-plus-footer});   // for IE11
           min-height: calc(100vh - #{$header-plus-footer});   // for IE11