aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/user-ban-modal.component.scss
blob: 2c46c3d03a38f1f4e084d5fac13e212888a7abaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@use '_variables' as *;
@use '_mixins' as *;

.description {
  font-size: 15px;
  margin-bottom: 15px;
}

textarea {
  @include peertube-textarea(100%, 60px);
}