]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/users/user-list/user-list.component.scss
Merge branch 'develop' into shorter-URLs-channels-accounts
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-list / user-list.component.scss
index 71adef65355a15fc3e92b0a949dbcbbdf8a9e8b9..db4979a51eec72537e60b3cf78deb7e900629c8e 100644 (file)
@@ -1,3 +1,54 @@
-.add-user {
-  margin-top: 10px;
+@import '_variables';
+@import '_mixins';
+
+.add-button {
+  @include create-button;
+}
+
+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;
+}
+
+.ban-reason-label {
+  font-weight: $font-semibold;
+}
+
+.user-table-primary-text .glyphicon {
+  font-size: 80%;
+  color: #808080;
+  margin-left: 0.1rem;
+}
+
+p-tableCheckbox {
+  position: relative;
+  top: -2.5px;
+}
+
+my-global-icon {
+  width: 18px;
+}
+
+.chip {
+  @include chip;
+}
+
+.badge {
+  @include table-badge;
+}
+
+.progress {
+  @include progressbar($small: true);
+
+  width: auto;
+  max-width: 100%;
 }