diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-23 11:18:11 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:23:19 +0200 |
commit | d7c152a4917092414b995d408b7ac126171e4301 (patch) | |
tree | 69a68fa294491ccd1315e848862ebc975c947a55 /client/src/app/app.component.scss | |
parent | 897ec54d766902878d78abe04aa5b749f6b627f3 (diff) | |
download | PeerTube-d7c152a4917092414b995d408b7ac126171e4301.tar.gz PeerTube-d7c152a4917092414b995d408b7ac126171e4301.tar.zst PeerTube-d7c152a4917092414b995d408b7ac126171e4301.zip |
Add credit
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 2d0487cd8..f11552ef6 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -19,8 +19,19 @@ | |||
19 | margin-top: 0; | 19 | margin-top: 0; |
20 | margin-bottom: 0; | 20 | margin-bottom: 0; |
21 | 21 | ||
22 | display: flex; | ||
23 | flex-direction: column; | ||
24 | justify-content: center; | ||
25 | text-align: center; | ||
26 | |||
22 | a { | 27 | a { |
23 | color: inherit !important; | 28 | color: inherit !important; |
29 | display: block; | ||
30 | background: url(/client/assets/logo.png) no-repeat; | ||
31 | background-size: contain; | ||
32 | width: 180px; | ||
33 | height: 22px; | ||
34 | margin: auto; | ||
24 | 35 | ||
25 | &:hover { | 36 | &:hover { |
26 | color: inherit !important; | 37 | color: inherit !important; |