PeerTube/client/angular/app/app.component.scss

35 lines
432 B
SCSS
Raw Normal View History

2016-03-14 21:16:43 +00:00
header div {
height: 50px;
line-height: 25px;
margin-bottom: 30px;
}
2016-03-14 12:50:19 +00:00
menu {
min-height: 300px;
height: 100%;
margin-right: 20px;
border-right: 1px solid rgba(0, 0, 0, 0.2);
.panel_button {
margin: 8px;
cursor: pointer;
transition: margin 0.2s;
&:hover {
margin-left: 15px;
}
a {
color: #333333;
}
}
.glyphicon {
margin: 5px;
}
}
footer {
margin-top: 30px;
}