2d0487cd8d2d918ce1d8aa9860cd9c7aca48ca55
[oweals/peertube.git] / client / src / app / app.component.scss
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
22     a {
23       color: inherit !important;
24
25       &:hover {
26         color: inherit !important;
27         text-decoration: none !important;
28       }
29     }
30   }
31 }
32
33 my-search {
34   // Fix col-md-* padding
35   padding: 0;
36 }
37
38 footer {
39   border-top: 1px solid $footer-border-color;
40   padding: 10px 0;
41   text-align: center;
42   font-size: 11px;
43   margin-top: 30px;
44 }