]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-utils...
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-profile / my-account-profile.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
e309822b
C
4.form-group:first-child {
5 margin-bottom: 15px;
6}
7
ed56ad11
C
8input[type=text] {
9 @include peertube-input-text(340px);
10
11 display: block;
ed56ad11
C
12}
13
14textarea {
15 @include peertube-textarea(500px, 150px);
16
17 display: block;
c30745f3
C
18}
19
20input[type=submit] {
21 @include peertube-button;
7b272fd7 22 @include orange-button;
c30745f3 23
a2b817d3 24 margin-top: 15px;
c30745f3 25}
0883b324 26