From ea9f487b40c7f1d7348d9f88703cb9d52c7e8603 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Apr 2017 17:12:28 +0200 Subject: Client: fixed header and menu --- client/src/app/app.component.scss | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'client/src/app/app.component.scss') 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 @@ +.title-menu-left { + height: calc(100vh - #{$header-height}); + padding-right: 0; + + .title-menu-left-block { + margin-left: -15px; + + &.menu { + height: 100%; + } + } + + #peertube-title { + background-color: #fff; + border-right: 1px solid $header-border-color; + font-size: 25px; + line-height: $header-height; + text-align: center; + margin-top: 0; + margin-bottom: 0; + + a { + color: inherit !important; + + &:hover { + color: inherit !important; + text-decoration: none !important; + } + } + } +} + +footer { + border-top: 1px solid rgba(0, 0, 0, 0.2); + padding: 10px; + text-align: center; + font-size: small; + margin: 30px 10px 0 10px; +} -- cgit v1.2.3