]> 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 01f43dfe141c3fcf5c9c536ff853e9f22c333ee8..f004775c07cc420542005997d7b2614bdb20d2aa 100644 (file)
@@ -2,11 +2,17 @@
 @import '_mixins';
 
 .add-button {
-  @include create-button('../../../../assets/images/global/add.svg');
+  @include create-button;
 }
 
-tr.banned {
-  color: red;
+tr.banned > td {
+  background-color: lighten($color: $red, $amount: 40) !important;
+}
+
+.table-email {
+  @include disable-default-a-behaviour;
+
+  color: pvar(--mainForegroundColor);
 }
 
 .banned-info {
@@ -17,13 +23,33 @@ tr.banned {
   font-weight: $font-semibold;
 }
 
-.caption {
-  height: 40px;
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
+.user-table-primary-text .glyphicon {
+  @include margin-left(0.1rem);
+
+  font-size: 80%;
+  color: #808080;
+}
+
+p-tableCheckbox {
+  position: relative;
+  top: -2.5px;
+}
 
-  input {
-    @include peertube-input-text(250px);
-  }
-}
\ No newline at end of file
+my-global-icon {
+  width: 18px;
+}
+
+.chip {
+  @include chip;
+}
+
+.badge {
+  @include table-badge;
+}
+
+.progress {
+  @include progressbar($small: true);
+
+  width: auto;
+  max-width: 100%;
+}