PeerTube/client/src/sass/application.scss

68 lines
1.1 KiB
SCSS
Raw Normal View History

2017-01-13 12:16:00 +01:00
@import '../../node_modules/video.js/dist/video-js.css';
2017-07-06 16:26:18 +02:00
@import './video-js-custom.scss';
2016-11-08 20:49:43 +01:00
2017-04-21 11:06:33 +02:00
[hidden] {
display: none !important;
}
2017-04-21 11:06:33 +02:00
input.readonly {
/* Force blank on readonly inputs */
background-color: #fff !important;
2015-12-05 12:14:55 +01:00
}
2017-04-21 11:06:33 +02:00
.form-control, .btn {
border-radius: 0;
}
2017-04-21 16:40:45 +02:00
.dropdown-menu {
border-radius: 0;
}
2017-04-21 11:06:33 +02:00
.glyphicon-black {
color: black;
}
.main-col {
2017-04-21 18:26:09 +02:00
.content-padding {
2017-04-21 11:06:33 +02:00
padding: 15px 30px;
2017-05-01 18:05:28 +02:00
@media screen and (max-width: 800px) {
padding: 15px 10px;
}
2017-04-21 11:06:33 +02:00
@media screen and (min-width: 1400px) {
padding: 15px 40px;
}
2017-04-21 11:06:33 +02:00
@media screen and (min-width: 1600px) {
padding: 15px 50px;
}
@media screen and (min-width: 1800px) {
padding: 15px 60px;
}
}
2017-04-21 11:06:33 +02:00
}
2017-04-12 22:00:17 +02:00
/* some fixes for ng2-smart-table */
ng2-smart-table {
thead tr {
border-top: 1px solid rgb(233, 235, 236)
}
2017-04-12 22:00:17 +02: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 22:00:17 +02:00
.glyphicon {
font-family: 'Glyphicons Halflings' !important;
}
2016-08-26 19:02:43 +02:00
}