]> 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 2b84dec75450a9f1da313369a58f8dde5da63fa7..f004775c07cc420542005997d7b2614bdb20d2aa 100644 (file)
@@ -9,6 +9,12 @@ tr.banned > td {
   background-color: lighten($color: $red, $amount: 40) !important;
 }
 
+.table-email {
+  @include disable-default-a-behaviour;
+
+  color: pvar(--mainForegroundColor);
+}
+
 .banned-info {
   font-style: italic;
 }
@@ -18,17 +24,10 @@ tr.banned > td {
 }
 
 .user-table-primary-text .glyphicon {
-  font-size: 80%;
-  color: gray;
-  margin-left: 0.1rem;
-}
-
-.caption {
-  justify-content: space-between;
+  @include margin-left(0.1rem);
 
-  input {
-    @include peertube-input-text(250px);
-  }
+  font-size: 80%;
+  color: #808080;
 }
 
 p-tableCheckbox {
@@ -36,17 +35,21 @@ p-tableCheckbox {
   top: -2.5px;
 }
 
+my-global-icon {
+  width: 18px;
+}
+
 .chip {
   @include chip;
 }
 
-.input-group {
-  @include peertube-input-group(300px);
-  input {
-    flex: 1;
-  }
+.badge {
+  @include table-badge;
+}
+
+.progress {
+  @include progressbar($small: true);
 
-  .dropdown-toggle::after {
-    margin-left: 0;
-  }
+  width: auto;
+  max-width: 100%;
 }