PeerTube/client/src/app/app.component.scss

57 lines
1.0 KiB
SCSS
Raw Normal View History

2017-04-21 17:12:28 +02: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;
2017-04-23 11:18:11 +02:00
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
2017-04-21 17:12:28 +02:00
a {
color: inherit !important;
2017-04-23 11:18:11 +02:00
display: block;
background: url(/client/assets/logo.png) no-repeat;
background-size: contain;
width: 180px;
height: 22px;
margin: auto;
2017-04-21 17:12:28 +02:00
&:hover {
color: inherit !important;
text-decoration: none !important;
}
}
}
}
2017-04-21 18:26:09 +02:00
my-search {
// Fix col-md-* padding
padding: 0;
}
2017-04-21 17:12:28 +02:00
footer {
2017-04-21 18:26:09 +02:00
border-top: 1px solid $footer-border-color;
padding: 10px 0;
2017-04-21 17:12:28 +02:00
text-align: center;
2017-04-21 18:26:09 +02:00
font-size: 11px;
2017-04-23 22:13:58 +02:00
margin-top: $footer-margin;
height: $footer-height;
2017-04-21 17:12:28 +02:00
}