aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-08 17:33:40 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-03-10 16:23:40 +0100
commit482fa503e545e00252e25eee7b3e0f7d421cf9d4 (patch)
tree4aa27a683656ced173fe48b914cfd7d65b289717 /client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
parent3b20bdd6dc7402b0723e038c57f0606131e20e54 (diff)
downloadPeerTube-482fa503e545e00252e25eee7b3e0f7d421cf9d4.tar.gz
PeerTube-482fa503e545e00252e25eee7b3e0f7d421cf9d4.tar.zst
PeerTube-482fa503e545e00252e25eee7b3e0f7d421cf9d4.zip
Use grid to organise settings in admin, my-account
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss16
1 files changed, 10 insertions, 6 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
index 6aabb60f4..2f8df81d4 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
+++ b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
@@ -1,6 +1,11 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3 3
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
4.form-group:first-child { 9.form-group:first-child {
5 margin-bottom: 15px; 10 margin-bottom: 15px;
6} 11}
@@ -11,12 +16,6 @@ input[type=text] {
11 display: block; 16 display: block;
12} 17}
13 18
14textarea {
15 @include peertube-textarea(500px, 150px);
16
17 display: block;
18}
19
20input[type=submit] { 19input[type=submit] {
21 @include peertube-button; 20 @include peertube-button;
22 @include orange-button; 21 @include orange-button;
@@ -24,3 +23,8 @@ input[type=submit] {
24 margin-top: 15px; 23 margin-top: 15px;
25} 24}
26 25
26textarea {
27 @include peertube-textarea(500px, 150px);
28
29 display: block;
30}