1
0
Fork 0
peertube/client/stylesheets/base.scss

25 lines
359 B
SCSS
Raw Normal View History

2015-12-05 11:14:55 +00:00
body {
padding: 20px;
}
footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top: 10px;
text-align: center;
font-size: small;
}
.search-group {
.search-btn {
position: relative;
left: -40px;
top: 0;
&:hover { text-decoration: none; }
}
2016-03-16 19:45:09 +00:00
}
.panel_block:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}