aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
blob: 6aabb60f4fb020072c029fe1c48fe3f8d134fe76 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                     



                         



                                      





                                           



                           
                         
 
                   
 
 
@import '_variables';
@import '_mixins';

.form-group:first-child {
  margin-bottom: 15px;
}

input[type=text] {
  @include peertube-input-text(340px);

  display: block;
}

textarea {
  @include peertube-textarea(500px, 150px);

  display: block;
}

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

  margin-top: 15px;
}