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

60 lines
954 B
SCSS
Raw Normal View History

@import '~primeng/resources/themes/bootstrap/theme.css';
@import '~primeng/resources/primeng.css';
@import '~video.js/dist/video-js.css';
2017-07-06 14:26:18 +00:00
@import './video-js-custom.scss';
2016-11-08 19:49:43 +00:00
2017-04-21 09:06:33 +00:00
[hidden] {
display: none !important;
}
2017-04-21 09:06:33 +00:00
input.readonly {
/* Force blank on readonly inputs */
background-color: #fff !important;
2015-12-05 11:14:55 +00:00
}
2017-04-21 09:06:33 +00:00
.form-control, .btn {
border-radius: 0;
}
2017-04-21 14:40:45 +00:00
.dropdown-menu {
border-radius: 0;
}
2017-04-21 09:06:33 +00:00
.glyphicon-black {
color: black;
}
.main-col {
2017-04-21 16:26:09 +00:00
.content-padding {
2017-04-21 09:06:33 +00:00
padding: 15px 30px;
2017-05-01 16:05:28 +00:00
@media screen and (max-width: 800px) {
padding: 15px 10px;
}
2017-04-21 09:06:33 +00:00
@media screen and (min-width: 1400px) {
padding: 15px 40px;
}
2017-04-21 09:06:33 +00:00
@media screen and (min-width: 1600px) {
padding: 15px 50px;
}
@media screen and (min-width: 1800px) {
padding: 15px 60px;
}
}
2017-04-21 09:06:33 +00:00
}
/* ngprime data table customizations */
p-datatable {
.action-cell {
text-align: center;
.glyphicon {
cursor: pointer;
}
2017-04-12 20:00:17 +00:00
}
2016-08-26 17:02:43 +00:00
}