PeerTube/client/src/sass/application.scss

55 lines
808 B
SCSS
Raw Normal View History

2015-12-05 12:14:55 +01:00
body {
padding: 20px;
@media screen and (max-width: 400px) {
padding: 3px;
}
2015-12-05 12:14:55 +01:00
}
menu {
@media screen and (max-width: 600px) {
margin-right: 3px !important;
padding: 3px !important;
min-height: 400px !important;
}
min-height: 600px;
margin-right: 20px;
border-right: 1px solid rgba(0, 0, 0, 0.2);
.panel-block:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-button {
margin: 8px;
cursor: pointer;
transition: margin 0.2s;
&:hover {
margin-left: 15px;
}
a {
color: #333333;
}
}
.glyphicon {
margin: 5px;
}
}
2016-08-26 19:02:43 +02:00
.table-column-id {
width: 200px;
}
2015-12-05 12:14:55 +01:00
footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top: 10px;
text-align: center;
font-size: small;
2016-03-16 20:59:56 +01:00
margin-top: 30px;
2016-03-16 20:45:09 +01:00
}