1
0
Fork 0
peertube/client/src/app/+admin/overview/users/user-list/user-list.component.scss

60 lines
802 B
SCSS
Raw Normal View History

2021-05-27 16:25:00 +00:00
@use '_variables' as *;
@use '_mixins' as *;
2022-06-08 14:14:24 +00:00
@use '~bootstrap/scss/functions' as *;
2017-12-08 09:41:49 +00:00
2017-12-11 16:36:46 +00:00
.add-button {
@include create-button;
2017-12-11 16:36:46 +00:00
}
2018-08-09 15:51:25 +00:00
tr.banned > td {
background-color: lighten($color: $red, $amount: 40) !important;
2018-08-09 15:51:25 +00:00
}
.table-email {
@include disable-default-a-behaviour;
color: pvar(--mainForegroundColor);
}
2018-08-09 15:51:25 +00:00
.banned-info {
font-style: italic;
}
.ban-reason-label {
font-weight: $font-semibold;
2018-10-08 13:15:11 +00:00
}
2022-06-08 14:14:24 +00:00
.cell-username .pt-badge {
@include margin-left(15px);
2022-02-28 09:41:23 +00:00
}
p-tableCheckbox {
position: relative;
top: -2.5px;
}
my-global-icon {
width: 18px;
}
.chip {
@include chip;
}
.progress {
@include progressbar($small: true);
width: auto;
max-width: 100%;
}
2021-10-20 09:35:09 +00:00
@media screen and (max-width: $primeng-breakpoint) {
.progress {
width: 100%;
}
.empty-cell {
padding: 0;
}
}