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

18 lines
250 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 {
2018-06-11 08:05:42 +00:00
@include create-button('../../../../assets/images/global/add.svg');
2017-12-11 16:36:46 +00:00
}
2018-08-09 15:51:25 +00:00
tr.banned {
color: red;
}
.banned-info {
font-style: italic;
}
.ban-reason-label {
font-weight: $font-semibold;
}