2017-04-21 10:12:28 -05:00
|
|
|
.title-menu-left {
|
|
|
|
height: calc(100vh - #{$header-height});
|
|
|
|
padding-right: 0;
|
|
|
|
|
|
|
|
.title-menu-left-block {
|
|
|
|
margin-left: -15px;
|
|
|
|
|
|
|
|
&.menu {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#peertube-title {
|
|
|
|
background-color: #fff;
|
|
|
|
border-right: 1px solid $header-border-color;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: $header-height;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit !important;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: inherit !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-21 11:26:09 -05:00
|
|
|
my-search {
|
|
|
|
// Fix col-md-* padding
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-04-21 10:12:28 -05:00
|
|
|
footer {
|
2017-04-21 11:26:09 -05:00
|
|
|
border-top: 1px solid $footer-border-color;
|
|
|
|
padding: 10px 0;
|
2017-04-21 10:12:28 -05:00
|
|
|
text-align: center;
|
2017-04-21 11:26:09 -05:00
|
|
|
font-size: 11px;
|
|
|
|
margin-top: 30px;
|
2017-04-21 10:12:28 -05:00
|
|
|
}
|