aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-21 17:12:28 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 21:23:19 +0200
commitea9f487b40c7f1d7348d9f88703cb9d52c7e8603 (patch)
tree94cd67ea5b3cab7449fd66e5c9864c1c3649ad2b /client/src/app/app.component.scss
parent6562f1f727d13179025a8bb31715d2bf71dba86e (diff)
downloadPeerTube-ea9f487b40c7f1d7348d9f88703cb9d52c7e8603.tar.gz
PeerTube-ea9f487b40c7f1d7348d9f88703cb9d52c7e8603.tar.zst
PeerTube-ea9f487b40c7f1d7348d9f88703cb9d52c7e8603.zip
Client: fixed header and menu
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss39
1 files changed, 39 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index e69de29bb..dc4dcf28b 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -0,0 +1,39 @@
1.title-menu-left {
2 height: calc(100vh - #{$header-height});
3 padding-right: 0;
4
5 .title-menu-left-block {
6 margin-left: -15px;
7
8 &.menu {
9 height: 100%;
10 }
11 }
12
13 #peertube-title {
14 background-color: #fff;
15 border-right: 1px solid $header-border-color;
16 font-size: 25px;
17 line-height: $header-height;
18 text-align: center;
19 margin-top: 0;
20 margin-bottom: 0;
21
22 a {
23 color: inherit !important;
24
25 &:hover {
26 color: inherit !important;
27 text-decoration: none !important;
28 }
29 }
30 }
31}
32
33footer {
34 border-top: 1px solid rgba(0, 0, 0, 0.2);
35 padding: 10px;
36 text-align: center;
37 font-size: small;
38 margin: 30px 10px 0 10px;
39}