aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-04-03 12:30:52 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-04-03 12:30:56 +0200
commit6a4c30de0e2ff82b8df1fc8ab4172ef63bd25566 (patch)
treee704bc3ae81de879a8b4b9b0036ca95c3591efe6 /client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss
parent23f1b9da1577c64e2caa1dff8f3aa92eb8d184cf (diff)
downloadPeerTube-6a4c30de0e2ff82b8df1fc8ab4172ef63bd25566.tar.gz
PeerTube-6a4c30de0e2ff82b8df1fc8ab4172ef63bd25566.tar.zst
PeerTube-6a4c30de0e2ff82b8df1fc8ab4172ef63bd25566.zip
Put box-shadow for input focus in variables, apply form-control to p-multiselect
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss
index 50da3ff37..430250b87 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss
+++ b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss
@@ -17,4 +17,8 @@ input[type=submit] {
17 @include peertube-select-container(340px); 17 @include peertube-select-container(340px);
18 18
19 margin-bottom: 30px; 19 margin-bottom: 30px;
20} \ No newline at end of file 20}
21
22.form-group-select {
23 margin-bottom: 30px;
24}