aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/signup/signup.component.scss
blob: a98c3c732510d7763ffce9e5a9d87e9aad05d3d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@import '_variables';
@import '_mixins';

my-instance-features-table {
  display: block;

  margin-bottom: 40px;
}

.form-group-terms {
  margin: 30px 0;
}

.input-group {
  @include peertube-input-group(400px);
}

input:not([type=submit]) {
  @include peertube-input-text(400px);
  display: block;

  &#username {
    width: auto;
    flex-grow: 1;
  }
}

input[type=submit] {
  @include peertube-button;
  @include orange-button;
}