]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-instance/instance-features-table.component.scss
Registration css fixes
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-features-table.component.scss
index c8609a4c0362a00b40b3d96bc4011ebb4e240ad3..bfae0c112f6b3daacd2d298e46f70cc86c112bda 100644 (file)
@@ -1,9 +1,10 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 table {
   font-size: 14px;
   color: pvar(--mainForegroundColor);
 
 table {
   font-size: 14px;
   color: pvar(--mainForegroundColor);
+  width: 100%;
 
   .label,
   .sub-label {
 
   .label,
   .sub-label {
@@ -24,16 +25,22 @@ table {
     }
   }
 
     }
   }
 
+  th,
   td {
   td {
-    vertical-align: middle;
+    padding: 0.75rem;
+    border-top: 1px solid #dee2e6;
   }
 
   caption {
     caption-side: top;
   }
 
   caption {
     caption-side: top;
-    font-size: 15px;
     font-weight: $font-semibold;
     color: pvar(--mainForegroundColor);
   }
     font-weight: $font-semibold;
     color: pvar(--mainForegroundColor);
   }
-}
-
 
 
+  .plugin,
+  .theme {
+    &:not(:last-child)::after {
+      content: '•';
+    }
+  }
+}