aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login/login.component.scss
blob: 900b2467a189c5ecc348005743f5693cf2f14a42 (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
@import '_variables';
@import '_mixins';

label {
  display: block;
}

input:not([type=submit]) {
  @include peertube-input-text(340px);
  display: inline-block;
  margin-right: 5px;

}

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

.create-an-account, .forgot-password-button {
  color: #000;
  cursor: pointer;
}