Mudana-Grune 3 лет назад
Родитель
Сommit
1ec3c34fb2
1 измененных файлов с 20 добавлено и 16 удалено
  1. 20 16
      packages/app/src/components/UsersHomePageFooter.module.scss

+ 20 - 16
packages/app/src/components/UsersHomePageFooter.module.scss

@@ -28,26 +28,30 @@ $grw-sidebar-content-footer-height: 50px;
         }
         min-height: 40px;
         border-radius: 0px;
-      }
-      .bookmark-item-list {
-        .picture {
-          width: 16px;
-          height: 16px;
-          vertical-align: text-bottom;
 
-          &.picture-md {
-            width: 20px;
-            height: 20px;
+
+        &.bookmark-item-list {
+          .picture {
+            width: 16px;
+            height: 16px;
+            vertical-align: text-bottom;
+
+            &.picture-md {
+              width: 20px;
+              height: 20px;
+            }
+          }
+          svg{
+            width: 14px;
+            height: 14px;
+          }
+          .grw-foldertree-control{
+            margin-left: 1rem;
           }
         }
-        svg{
-          width: 14px;
-          height: 14px;
-        }
-      }
-      .grw-foldertree-control{
-        margin-left: 2px;
       }
+
+
     }
 
     .grw-foldertree-item-container {