Use grid to organise settings in admin, my-account
[oweals/peertube.git] / client / src / app / +my-account / my-account-settings / my-account-profile / my-account-profile.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 label {
5   font-weight: $font-regular;
6   font-size: 100%;
7 }
8
9 .form-group:first-child {
10   margin-bottom: 15px;
11 }
12
13 input[type=text] {
14   @include peertube-input-text(340px);
15
16   display: block;
17 }
18
19 input[type=submit] {
20   @include peertube-button;
21   @include orange-button;
22
23   margin-top: 15px;
24 }
25
26 textarea {
27   @include peertube-textarea(500px, 150px);
28
29   display: block;
30 }