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

45 lines
745 B
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;
a {
color: inherit !important;
&: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;
margin-top: 30px;
2017-04-21 17:12:28 +02:00
}