aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login/login.component.scss
blob: 8541a2681378165adf4643e7e3056435e987fcac (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
@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: var(--mainForegroundColor);
  cursor: pointer;
  
  &:hover {
    text-decoration: underline !important;
  }
}