]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/users/user-list/user-list.component.scss
Bidi support
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-list / user-list.component.scss
index 59ad7da35526f950297744b34a6b5592b0e969c0..f004775c07cc420542005997d7b2614bdb20d2aa 100644 (file)
@@ -11,6 +11,7 @@ tr.banned > td {
 
 .table-email {
   @include disable-default-a-behaviour;
+
   color: pvar(--mainForegroundColor);
 }
 
@@ -23,17 +24,10 @@ tr.banned > td {
 }
 
 .user-table-primary-text .glyphicon {
-  font-size: 80%;
-  color: gray;
-  margin-left: 0.1rem;
-}
+  @include margin-left(0.1rem);
 
-.caption {
-  justify-content: space-between;
-
-  input {
-    @include peertube-input-text(250px);
-  }
+  font-size: 80%;
+  color: #808080;
 }
 
 p-tableCheckbox {
@@ -54,18 +48,8 @@ my-global-icon {
 }
 
 .progress {
-  @include progressbar;
+  @include progressbar($small: true);
+
   width: auto;
   max-width: 100%;
 }
-
-.input-group {
-  @include peertube-input-group(300px);
-  input {
-    flex: 1;
-  }
-
-  .dropdown-toggle::after {
-    margin-left: 0;
-  }
-}