]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_badges.scss
Fix form control focus colors
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _badges.scss
index 4bc70d4a966a29f3e59cecb0f2d688b68a957f2f..7efd2fb8166d32a8f42f49ec7a37bbf1fcfe15bf 100644 (file)
@@ -9,6 +9,10 @@
   font-weight: $font-semibold;
   line-height: 1.1;
 
+  &.badge-fs-normal {
+    font-size: 100%;
+  }
+
   &.badge-primary {
     color: pvar(--mainBackgroundColor);
     background-color: pvar(--mainColor);