X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fusers%2Fuser-list%2Fuser-list.component.scss;h=f18747ec35ca34191e59bc22760fc6ea4c9a7f5b;hb=931d3430184143ebd88e5243def6eb1d7acfdbf4;hp=47291918dffd91643a05689a816061c8bd60d2ee;hpb=efc9e8450a8bbeeef9cd18e3ad6037abc0f815c3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/users/user-list/user-list.component.scss b/client/src/app/+admin/users/user-list/user-list.component.scss index 47291918d..f18747ec3 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.scss +++ b/client/src/app/+admin/users/user-list/user-list.component.scss @@ -2,11 +2,16 @@ @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 { @@ -15,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; + } +}