2017-04-26 14:22:00 -05:00
|
|
|
.main-row {
|
|
|
|
min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
|
|
|
|
}
|
|
|
|
|
2017-12-01 02:20:19 -06:00
|
|
|
.main-col {
|
|
|
|
margin-left: $menu-width;
|
|
|
|
|
|
|
|
&.expanded {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub-header-container {
|
|
|
|
margin-top: $header-height;
|
|
|
|
}
|
|
|
|
|
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-12-01 02:20:19 -06:00
|
|
|
width: $menu-width;
|
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;
|
2017-12-01 02:20:19 -06:00
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
|
|
|
|
display: flex;
|
2017-04-21 10:12:28 -05:00
|
|
|
|
2017-04-26 14:22:00 -05:00
|
|
|
.top-left-block {
|
2017-12-01 02:20:19 -06:00
|
|
|
width: $menu-width;
|
|
|
|
z-index: 1001;
|
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-05-01 11:05:28 -05:00
|
|
|
padding: 0;
|
2017-04-26 14:22:00 -05:00
|
|
|
|
|
|
|
.hamburger-block {
|
2017-12-01 02:20:19 -06:00
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 25px;
|
2017-04-26 14:22:00 -05:00
|
|
|
|
|
|
|
.glyphicon {
|
2017-04-29 11:34:10 -05:00
|
|
|
cursor: pointer;
|
2017-04-26 14:22:00 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#peertube-title {
|
|
|
|
a {
|
2017-04-21 10:12:28 -05:00
|
|
|
color: inherit !important;
|
2017-04-26 14:22:00 -05:00
|
|
|
display: block;
|
2017-12-01 02:20:19 -06:00
|
|
|
background: url('../assets/logo.svg') no-repeat;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2017-04-26 14:22:00 -05:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: inherit !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
2017-04-21 10:12:28 -05:00
|
|
|
}
|
|
|
|
}
|
2017-05-01 11:05:28 -05:00
|
|
|
|
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
#peertube-title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hamburger-block {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 500px) and (max-width: 600px) {
|
|
|
|
#peertube-title a {
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 600px) and (max-width: 700px) {
|
|
|
|
#peertube-title a {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1000px) {
|
|
|
|
#peertube-title a {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1000px) {
|
|
|
|
#peertube-title a {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1200px) {
|
|
|
|
padding-left: 15px;
|
|
|
|
|
|
|
|
.hamburger-block {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#peertube-title a {
|
|
|
|
width: 135px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1600px) {
|
|
|
|
.hamburger-block {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#peertube-title a {
|
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
}
|
2017-04-21 10:12:28 -05:00
|
|
|
}
|
|
|
|
|
2017-12-01 02:20:19 -06:00
|
|
|
.header-right {
|
|
|
|
text-align: right;
|
|
|
|
height: $header-height;
|
|
|
|
margin-left: $menu-width;
|
|
|
|
flex-grow: 1;
|
2017-04-26 14:22:00 -05:00
|
|
|
}
|
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
|
|
|
}
|