aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.scss
blob: c7357f62ddc1ffb6171353bcc477754fd47905b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import '_variables';
@import '_mixins';

select {
  display: block;
}

.peertube-select-container {
  @include peertube-select-container(350px);
}

.form-group {
  margin: 20px 0;
}