]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/app.component.scss
Change screenshot
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
CommitLineData
67167390
C
1.main-row {
2 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
3}
4
ea9f487b 5.title-menu-left {
67167390 6 position: fixed;
ea9f487b 7 height: calc(100vh - #{$header-height});
67167390 8 padding: 0;
ea9f487b 9
67167390
C
10 .title-menu-left-block.menu {
11 height: 100%;
12 }
13}
ea9f487b 14
67167390
C
15.header {
16 height: $header-height;
17
18 .fake-title-block {
19 display: inline-block;
ea9f487b
C
20 }
21
67167390 22 .top-left-block {
0d7d2ad9 23 z-index: 100;
ea9f487b
C
24 background-color: #fff;
25 border-right: 1px solid $header-border-color;
0d7d2ad9 26 height: $header-height;
ea9f487b 27 line-height: $header-height;
ea9f487b
C
28 margin-top: 0;
29 margin-bottom: 0;
d7c152a4 30 display: flex;
67167390
C
31 position: fixed;
32
33 &.border-bottom {
34 border-bottom: 1px solid $header-border-color;
35 }
36
37 .hamburger-block {
38 margin-right: 20px;
39 margin-left: 15px;
40
41 .glyphicon {
0d7d2ad9 42 cursor: pointer;
67167390
C
43 position: relative;
44 top: 4px;
45 }
46 }
47
48 #peertube-title {
49
50 a {
ea9f487b 51 color: inherit !important;
67167390
C
52 display: block;
53 background: url(/client/assets/logo.png) no-repeat;
54 background-size: contain;
55 background-position: center;
56 width: 180px;
57 height: 100%;
58 margin: auto;
59
60 &:hover {
61 color: inherit !important;
62 text-decoration: none !important;
63 }
ea9f487b
C
64 }
65 }
66 }
ea9f487b 67
67167390
C
68 my-search {
69 position: fixed;
70 z-index: 1000;
71 // Fix col-md-* padding
72 padding: 0;
73 }
74
75 .search-col {
76 height: 100%;
77 margin-left: -15px;
78 padding: 0;
79 }
897ec54d
C
80}
81
ea9f487b 82footer {
897ec54d
C
83 border-top: 1px solid $footer-border-color;
84 padding: 10px 0;
ea9f487b 85 text-align: center;
897ec54d 86 font-size: 11px;
efbf0ed7
C
87 margin-top: $footer-margin;
88 height: $footer-height;
ea9f487b 89}