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