1
0
Fork 0
peertube/client/src/app/shared/shared-moderation/account-blocklist.component...

22 lines
260 B
SCSS

@import '_variables';
@import '_mixins';
.caption {
justify-content: flex-end;
input {
@include peertube-input-text(250px);
flex-grow: 1;
}
}
.chip {
@include chip;
}
.unblock-button {
@include peertube-button;
@include grey-button;
}