1
0
Fork 0
peertube/client/app/stylesheets/base.scss
2016-03-07 11:33:59 +01:00

20 lines
No EOL
276 B
SCSS

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; }
}
}