aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login/login.component.scss
blob: 2cf6991cef2ba38b791facfde84d01f66ff4ce7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import '_variables';
@import '_mixins';

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

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

input[type=password] {
  display: inline-block;
  margin-right: 5px;
}

.forgot-password-button {
  display: inline-block;
  cursor: pointer;
}