]> 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
Fix margins/widths with top-menu and main-col on small screens
[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
482fa503
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
e309822b
C
9.form-group:first-child {
10 margin-bottom: 15px;
11}
12
ed56ad11
C
13input[type=text] {
14 @include peertube-input-text(340px);
15
16 display: block;
ed56ad11
C
17}
18
c30745f3
C
19input[type=submit] {
20 @include peertube-button;
7b272fd7 21 @include orange-button;
c30745f3 22
a2b817d3 23 margin-top: 15px;
c30745f3 24}
0883b324 25
482fa503
RK
26textarea {
27 @include peertube-textarea(500px, 150px);
c4741804 28 max-width: 100%;
482fa503
RK
29
30 display: block;
31}