From 482fa503e545e00252e25eee7b3e0f7d421cf9d4 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 8 Mar 2020 17:33:40 +0100 Subject: Use grid to organise settings in admin, my-account --- .../my-account-profile/my-account-profile.component.html | 2 +- .../my-account-profile/my-account-profile.component.scss | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'client/src/app/+my-account/my-account-settings/my-account-profile') diff --git a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html index 05c0b5ddc..14e51f57c 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html @@ -24,5 +24,5 @@ - + 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 @@ @import '_variables'; @import '_mixins'; +label { + font-weight: $font-regular; + font-size: 100%; +} + .form-group:first-child { margin-bottom: 15px; } @@ -11,12 +16,6 @@ input[type=text] { display: block; } -textarea { - @include peertube-textarea(500px, 150px); - - display: block; -} - input[type=submit] { @include peertube-button; @include orange-button; @@ -24,3 +23,8 @@ input[type=submit] { margin-top: 15px; } +textarea { + @include peertube-textarea(500px, 150px); + + display: block; +} -- cgit v1.2.3