From ed56ad1193bb5bb0a81fb843a11eb90d3fed9861 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Apr 2018 10:03:40 +0200 Subject: Add ability to update the user display name/description --- .../my-account-profile.component.scss | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 client/src/app/my-account/my-account-settings/my-account-profile/my-account-profile.component.scss (limited to 'client/src/app/my-account/my-account-settings/my-account-profile/my-account-profile.component.scss') 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 new file mode 100644 index 000000000..fc2b92c89 --- /dev/null +++ b/client/src/app/my-account/my-account-settings/my-account-profile/my-account-profile.component.scss @@ -0,0 +1,23 @@ +@import '_variables'; +@import '_mixins'; + +input[type=text] { + @include peertube-input-text(340px); + + display: block; + margin-bottom: 15px; +} + +textarea { + @include peertube-textarea(500px, 150px); + + display: block; +} + +input[type=submit] { + @include peertube-button; + @include orange-button; + + margin-top: 15px; +} + -- cgit v1.2.3