]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/app.component.scss
Client: add github and licence link in footer
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
CommitLineData
ea9f487b
C
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
d7c152a4
C
22 display: flex;
23 flex-direction: column;
24 justify-content: center;
25 text-align: center;
26
ea9f487b
C
27 a {
28 color: inherit !important;
d7c152a4
C
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;
ea9f487b
C
35
36 &:hover {
37 color: inherit !important;
38 text-decoration: none !important;
39 }
40 }
41 }
42}
43
897ec54d
C
44my-search {
45 // Fix col-md-* padding
46 padding: 0;
47}
48
ea9f487b 49footer {
897ec54d
C
50 border-top: 1px solid $footer-border-color;
51 padding: 10px 0;
ea9f487b 52 text-align: center;
897ec54d 53 font-size: 11px;
efbf0ed7
C
54 margin-top: $footer-margin;
55 height: $footer-height;
ea9f487b 56}