]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-instance/instance-features-table.component.scss
Fix comment add avatar when unlogged
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-features-table.component.scss
index a515747413bd8d868ef9cd4c98f426827ea8b430..bfae0c112f6b3daacd2d298e46f70cc86c112bda 100644 (file)
@@ -1,40 +1,46 @@
-@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 {
-    min-width: 330px;
-
     &.label {
       font-weight: $font-semibold;
     }
 
     &.sub-label {
     &.label {
       font-weight: $font-semibold;
     }
 
     &.sub-label {
+      @include padding-left(30px);
+
       font-weight: $font-regular;
       font-weight: $font-regular;
-      padding-left: 30px;
     }
 
     .more-info {
       font-style: italic;
       font-weight: initial;
     }
 
     .more-info {
       font-style: italic;
       font-weight: initial;
-      font-size: 14px
+      font-size: 14px;
     }
   }
 
     }
   }
 
+  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: '•';
+    }
+  }
+}