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

72 lines
930 B
SCSS
Raw Normal View History

2017-12-11 16:36:46 +00:00
@import '_variables';
@import '_mixins';
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
}
.user-table-primary-text .glyphicon {
font-size: 80%;
color: gray;
margin-left: 0.1rem;
}
2018-10-08 13:15:11 +00:00
.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;
width: auto;
max-width: 100%;
}
.input-group {
@include peertube-input-group(300px);
input {
flex: 1;
}
.dropdown-toggle::after {
margin-left: 0;
}
}