Ver código fonte

fix(ui): alignments for the sidebar page items

charlie 7 meses atrás
pai
commit
fb5c50ebda
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      src/main/frontend/components/container.css

+ 8 - 0
src/main/frontend/components/container.css

@@ -243,6 +243,14 @@
           }
         }
       }
+
+      .icon-cp-container {
+        @apply pr-1;
+
+        > .ui__icon {
+          @apply mr-0;
+        }
+      }
     }
 
     .hd .more {