]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
Merge branch 'release/v1.2.0'
[github/Chocobozzz/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 .form-group:first-child {
5 margin-bottom: 15px;
6 }
7
8 input[type=text] {
9 @include peertube-input-text(340px);
10
11 display: block;
12 }
13
14 textarea {
15 @include peertube-textarea(500px, 150px);
16
17 display: block;
18 }
19
20 input[type=submit] {
21 @include peertube-button;
22 @include orange-button;
23
24 margin-top: 15px;
25 }
26