aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-20 14:29:55 +0100
committerChocobozzz <me@florianbigard.com>2017-12-20 14:29:55 +0100
commit15a7387da888492068e2ce3d1e39639d142f6c6e (patch)
tree8eaec71d11c19a97dc99e4d9812dfc0c646dd9e7 /client/src/app/videos/+video-edit/video-add.component.scss
parenta4b8a4ddccc926e0670d3687cccd52496f6f8a8f (diff)
downloadPeerTube-15a7387da888492068e2ce3d1e39639d142f6c6e.tar.gz
PeerTube-15a7387da888492068e2ce3d1e39639d142f6c6e.tar.zst
PeerTube-15a7387da888492068e2ce3d1e39639d142f6c6e.zip
Customize select
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.scss')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.scss19
1 files changed, 10 insertions, 9 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss
index 78140e0e9..891f38819 100644
--- a/client/src/app/videos/+video-edit/video-add.component.scss
+++ b/client/src/app/videos/+video-edit/video-add.component.scss
@@ -7,17 +7,24 @@
7 border: 3px solid #EAEAEA; 7 border: 3px solid #EAEAEA;
8 width: 100%; 8 width: 100%;
9 height: 440px; 9 height: 440px;
10 text-align: center;
11 margin-top: 40px; 10 margin-top: 40px;
12 display: flex; 11 display: flex;
13 justify-content: center; 12 justify-content: center;
14 align-items: center; 13 align-items: center;
15 14
15 .peertube-select-container {
16 @include peertube-select-container(190px);
17 }
18
16 .upload-video { 19 .upload-video {
17 display: flex; 20 display: flex;
18 flex-direction: column; 21 flex-direction: column;
19 align-items: center; 22 align-items: center;
20 23
24 .form-group-channel {
25 margin-bottom: 20px;
26 }
27
21 .icon.icon-upload { 28 .icon.icon-upload {
22 @include icon(90px); 29 @include icon(90px);
23 margin-bottom: 25px; 30 margin-bottom: 25px;
@@ -30,7 +37,8 @@
30 position: relative; 37 position: relative;
31 overflow: hidden; 38 overflow: hidden;
32 display: inline-block; 39 display: inline-block;
33 margin-bottom: 70px; 40 margin-bottom: 45px;
41 width: 190px;
34 42
35 @include peertube-button; 43 @include peertube-button;
36 @include orange-button; 44 @include orange-button;
@@ -51,13 +59,6 @@
51 display: block; 59 display: block;
52 } 60 }
53 } 61 }
54
55 select {
56 @include peertube-select(auto);
57
58 display: inline-block;
59 font-size: 15px
60 }
61 } 62 }
62} 63}
63 64