]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/users/user-list/user-list.component.scss
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-list / user-list.component.scss
index 2d11dd7a0e76eb6bfc5f40683992a3086199fc64..f18747ec35ca34191e59bc22760fc6ea4c9a7f5b 100644 (file)
@@ -2,17 +2,16 @@
 @import '_mixins';
 
 .add-button {
-  @include create-button('../../../../assets/images/global/add.svg');
+  @include create-button;
 }
 
-my-action-dropdown /deep/ .icon {
-  &.icon-ban {
-    background-image: url('../../../../assets/images/global/edit-black.svg');
-  }
+tr.banned > td {
+  background-color: lighten($color: $red, $amount: 40) !important;
 }
 
-tr.banned {
-  color: red;
+.table-email {
+  @include disable-default-a-behaviour;
+  color: pvar(--mainForegroundColor);
 }
 
 .banned-info {
@@ -21,4 +20,53 @@ tr.banned {
 
 .ban-reason-label {
   font-weight: $font-semibold;
-}
\ No newline at end of file
+}
+
+.user-table-primary-text .glyphicon {
+  font-size: 80%;
+  color: #808080;
+  margin-left: 0.1rem;
+}
+
+.caption {
+  justify-content: space-between;
+
+  input {
+    @include peertube-input-text(250px);
+  }
+}
+
+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%;
+}
+
+.input-group {
+  @include peertube-input-group(300px);
+
+  input {
+    flex: 1;
+  }
+
+  .dropdown-toggle::after {
+    margin-left: 0;
+  }
+}