60 lines
954 B
SCSS
60 lines
954 B
SCSS
@import '~primeng/resources/themes/bootstrap/theme.css';
|
|
@import '~primeng/resources/primeng.css';
|
|
@import '~video.js/dist/video-js.css';
|
|
@import './video-js-custom.scss';
|
|
|
|
[hidden] {
|
|
display: none !important;
|
|
}
|
|
|
|
input.readonly {
|
|
/* Force blank on readonly inputs */
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.form-control, .btn {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.glyphicon-black {
|
|
color: black;
|
|
}
|
|
|
|
.main-col {
|
|
|
|
.content-padding {
|
|
padding: 15px 30px;
|
|
|
|
@media screen and (max-width: 800px) {
|
|
padding: 15px 10px;
|
|
}
|
|
|
|
@media screen and (min-width: 1400px) {
|
|
padding: 15px 40px;
|
|
}
|
|
|
|
@media screen and (min-width: 1600px) {
|
|
padding: 15px 50px;
|
|
}
|
|
|
|
@media screen and (min-width: 1800px) {
|
|
padding: 15px 60px;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* ngprime data table customizations */
|
|
p-datatable {
|
|
.action-cell {
|
|
text-align: center;
|
|
|
|
.glyphicon {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|