2017-04-26 14:22:00 -05:00
|
|
|
.main-row {
|
|
|
|
min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
|
|
|
|
}
|
|
|
|
|
2017-04-21 10:12:28 -05:00
|
|
|
.title-menu-left {
|
2017-04-26 14:22:00 -05:00
|
|
|
position: fixed;
|
2017-04-21 10:12:28 -05:00
|
|
|
height: calc(100vh - #{$header-height});
|
2017-04-26 14:22:00 -05:00
|
|
|
padding: 0;
|
2017-04-21 10:12:28 -05:00
|
|
|
|
2017-04-26 14:22:00 -05:00
|
|
|
.title-menu-left-block.menu {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
2017-04-21 10:12:28 -05:00
|
|
|
|
2017-04-26 14:22:00 -05:00
|
|
|
.header {
|
|
|
|
height: $header-height;
|
|
|
|
|
|
|
|
.fake-title-block {
|
|
|
|
display: inline-block;
|
2017-04-21 10:12:28 -05:00
|
|
|
}
|
|
|
|
|
2017-04-26 14:22:00 -05:00
|
|
|
.top-left-block {
|
2017-04-29 11:34:10 -05:00
|
|
|
z-index: 100;
|
2017-04-21 10:12:28 -05:00
|
|
|
background-color: #fff;
|
|
|
|
border-right: 1px solid $header-border-color;
|
2017-04-29 11:34:10 -05:00
|
|
|
height: $header-height;
|
2017-04-21 10:12:28 -05:00
|
|
|
line-height: $header-height;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2017-04-23 04:18:11 -05:00
|
|
|
display: flex;
|
2017-04-26 14:22:00 -05:00
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
&.border-bottom {
|
|
|
|
border-bottom: 1px solid $header-border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hamburger-block {
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-left: 15px;
|
|
|
|
|
|
|
|
.glyphicon {
|
2017-04-29 11:34:10 -05:00
|
|
|
cursor: pointer;
|
2017-04-26 14:22:00 -05:00
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#peertube-title {
|
|
|
|
|
|
|
|
a {
|
2017-04-21 10:12:28 -05:00
|
|
|
color: inherit !important;
|
2017-04-26 14:22:00 -05:00
|
|
|
display: block;
|
|
|
|
background: url(/client/assets/logo.png) no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
background-position: center;
|
|
|
|
width: 180px;
|
|
|
|
height: 100%;
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: inherit !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
2017-04-21 10:12:28 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-26 14:22:00 -05:00
|
|
|
my-search {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 1000;
|
|
|
|
// Fix col-md-* padding
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-col {
|
|
|
|
height: 100%;
|
|
|
|
margin-left: -15px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-04-21 11:26:09 -05:00
|
|
|
}
|
|
|
|
|
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;
|
2017-04-23 15:13:58 -05:00
|
|
|
margin-top: $footer-margin;
|
|
|
|
height: $footer-height;
|
2017-04-21 10:12:28 -05:00
|
|
|
}
|