1
0
Fork 0
peertube/client/src/sass/application.scss

86 lines
1.3 KiB
SCSS
Raw Normal View History

2017-01-13 11:16:00 +00:00
@import '../../node_modules/video.js/dist/video-js.css';
2016-11-08 19:49:43 +00:00
2015-12-05 11:14:55 +00:00
body {
padding: 20px;
@media screen and (max-width: 400px) {
padding: 3px;
}
2015-12-05 11:14:55 +00: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;
}
}
2017-04-12 20:00:17 +00:00
/* some fixes for ng2-smart-table */
ng2-smart-table {
thead tr {
border-top: 1px solid rgb(233, 235, 236)
}
2017-04-12 20:00:17 +00:00
td, th {
padding: 8px !important;
color: #333333 !important;
font-size: 14px !important;
}
.ng2-smart-pagination-nav .page-link {
font-size: 11px !important;
}
2017-04-12 20:00:17 +00:00
.glyphicon {
font-family: 'Glyphicons Halflings' !important;
}
2016-08-26 17:02:43 +00:00
}
[hidden] {
display: none !important;
}
input.readonly {
/* Force blank on readonly inputs */
background-color: #fff !important;
}
.glyphicon-black {
color: black;
}
2015-12-05 11:14:55 +00:00
footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top: 10px;
text-align: center;
font-size: small;
2016-03-16 19:59:56 +00:00
margin-top: 30px;
2016-03-16 19:45:09 +00:00
}