ソースを参照

change icon-plus size

kaori 4 年 前
コミット
db9bf6885a
1 ファイル変更7 行追加0 行削除
  1. 7 0
      packages/app/src/styles/_page-tree.scss

+ 7 - 0
packages/app/src/styles/_page-tree.scss

@@ -5,6 +5,13 @@ $grw-pagetree-item-padding-left: 10px;
 .grw-pagetree {
 .grw-pagetree {
   min-height: calc(100vh - ($grw-navbar-height + $grw-navbar-border-width + $grw-sidebar-content-header-height + $grw-sidebar-content-footer-height));
   min-height: calc(100vh - ($grw-navbar-height + $grw-navbar-border-width + $grw-sidebar-content-header-height + $grw-sidebar-content-footer-height));
 
 
+  .btn-page-item-control {
+    .icon-plus::before {
+      width: 18px;
+      height: 18px;
+    }
+  }
+
   .list-group-item {
   .list-group-item {
     .grw-visible-on-hover {
     .grw-visible-on-hover {
       display: none;
       display: none;