kaho-y hace 4 años
padre
commit
e10c6c75dc
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      packages/app/src/styles/_tag.scss

+ 7 - 1
packages/app/src/styles/_tag.scss

@@ -6,7 +6,7 @@
 
 .grw-tag-labels {
   .grw-tag-label {
-    font-size: 10px;
+    font-size: 12px;
     font-weight: normal;
     border-radius: $border-radius-sm;
   }
@@ -17,3 +17,9 @@
     height: auto;
   }
 }
+
+.grw-recent-changes {
+  .grw-tag-label {
+    font-size: 10px;
+  }
+}