aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-21 18:26:09 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 21:23:19 +0200
commit897ec54d766902878d78abe04aa5b749f6b627f3 (patch)
tree821062ecb881286d45931c32c6b67b078ba47823 /client/src/sass
parentea9f487b40c7f1d7348d9f88703cb9d52c7e8603 (diff)
downloadPeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.tar.gz
PeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.tar.zst
PeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.zip
Client: beautiful watch page
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/_variables.scss4
-rw-r--r--client/src/sass/application.scss3
2 files changed, 4 insertions, 3 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss
index bb6799665..723b2bcc8 100644
--- a/client/src/sass/_variables.scss
+++ b/client/src/sass/_variables.scss
@@ -9,10 +9,12 @@ $menu-color-block: #686f77;
9$header-height: 65px; 9$header-height: 65px;
10$header-border-color: #e9eff6; 10$header-border-color: #e9eff6;
11 11
12$video-miniature-title-color: #16a2b7; 12$footer-border-color: $header-border-color;
13
13$video-miniature-other-infos: #686767; 14$video-miniature-other-infos: #686767;
14 15
15$video-watch-border-color: #eceef4; 16$video-watch-border-color: #eceef4;
16$video-watch-title-height: 90px; 17$video-watch-title-height: 90px;
17$video-watch-info-color: #8e909b; 18$video-watch-info-color: #8e909b;
18$video-watch-info-height: 120px; 19$video-watch-info-height: 120px;
20$video-watch-info-padding-left: 40px;
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 571372c2b..c0b40445e 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -41,9 +41,8 @@ input.readonly {
41} 41}
42 42
43.main-col { 43.main-col {
44 padding: 0;
45 44
46 .main-row { 45 .content-padding {
47 padding: 15px 30px; 46 padding: 15px 30px;
48 47
49 @media screen and (min-width: 1400px) { 48 @media screen and (min-width: 1400px) {