aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/login/login.component.scss
blob: 4a37ee961b4e3ac92a0edcb23f75088f9cb85c3b (plain) (tree)
1
2
3
4
5
6
7
8
9


                     



                 

                                      


                        



                           
                         
 
 



                         





                                       
@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;
}

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

.create-an-account {
  @include disable-default-a-behaviour;

  color: #000;
}