diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-21 18:26:09 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:23:19 +0200 |
commit | 897ec54d766902878d78abe04aa5b749f6b627f3 (patch) | |
tree | 821062ecb881286d45931c32c6b67b078ba47823 /client/src/app/app.component.scss | |
parent | ea9f487b40c7f1d7348d9f88703cb9d52c7e8603 (diff) | |
download | PeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.tar.gz PeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.tar.zst PeerTube-897ec54d766902878d78abe04aa5b749f6b627f3.zip |
Client: beautiful watch page
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index dc4dcf28b..2d0487cd8 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -30,10 +30,15 @@ | |||
30 | } | 30 | } |
31 | } | 31 | } |
32 | 32 | ||
33 | my-search { | ||
34 | // Fix col-md-* padding | ||
35 | padding: 0; | ||
36 | } | ||
37 | |||
33 | footer { | 38 | footer { |
34 | border-top: 1px solid rgba(0, 0, 0, 0.2); | 39 | border-top: 1px solid $footer-border-color; |
35 | padding: 10px; | 40 | padding: 10px 0; |
36 | text-align: center; | 41 | text-align: center; |
37 | font-size: small; | 42 | font-size: 11px; |
38 | margin: 30px 10px 0 10px; | 43 | margin-top: 30px; |
39 | } | 44 | } |