kaho-y 4 лет назад
Родитель
Сommit
e10c6c75dc
1 измененных файлов с 7 добавлено и 1 удалено
  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-labels {
   .grw-tag-label {
   .grw-tag-label {
-    font-size: 10px;
+    font-size: 12px;
     font-weight: normal;
     font-weight: normal;
     border-radius: $border-radius-sm;
     border-radius: $border-radius-sm;
   }
   }
@@ -17,3 +17,9 @@
     height: auto;
     height: auto;
   }
   }
 }
 }
+
+.grw-recent-changes {
+  .grw-tag-label {
+    font-size: 10px;
+  }
+}