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

49 lines
663 B
SCSS
Raw Normal View History

2023-05-25 12:27:35 +00:00
@use 'sass:color';
2021-05-27 16:25:00 +00:00
@use '_variables' as *;
@use '_mixins' as *;
2023-05-25 12:27:35 +00:00
2022-10-07 13:29:53 +00:00
@use 'bootstrap/scss/functions' as *;
2017-12-08 09:41:49 +00:00
tr.banned > td {
2023-05-25 12:27:35 +00:00
background-color: color.adjust($color: $red, $lightness: 40%) !important;
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;
}
.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;
}
}