2017-09-14 04:57:49 -05:00
|
|
|
@import '~primeng/resources/themes/bootstrap/theme.css';
|
|
|
|
@import '~primeng/resources/primeng.css';
|
|
|
|
@import '~video.js/dist/video-js.css';
|
2017-07-06 09:26:18 -05:00
|
|
|
@import './video-js-custom.scss';
|
2016-11-08 13:49:43 -06:00
|
|
|
|
2017-04-21 04:06:33 -05:00
|
|
|
[hidden] {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2016-07-19 09:45:07 -05:00
|
|
|
|
2017-04-21 04:06:33 -05:00
|
|
|
input.readonly {
|
|
|
|
/* Force blank on readonly inputs */
|
|
|
|
background-color: #fff !important;
|
2015-12-05 05:14:55 -06:00
|
|
|
}
|
|
|
|
|
2017-04-21 04:06:33 -05:00
|
|
|
.form-control, .btn {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2016-08-12 09:52:10 -05:00
|
|
|
|
2017-04-21 09:40:45 -05:00
|
|
|
.dropdown-menu {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2017-04-21 04:06:33 -05:00
|
|
|
.glyphicon-black {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-col {
|
2016-08-12 09:52:10 -05:00
|
|
|
|
2017-04-21 11:26:09 -05:00
|
|
|
.content-padding {
|
2017-04-21 04:06:33 -05:00
|
|
|
padding: 15px 30px;
|
|
|
|
|
2017-05-01 11:05:28 -05:00
|
|
|
@media screen and (max-width: 800px) {
|
|
|
|
padding: 15px 10px;
|
|
|
|
}
|
|
|
|
|
2017-04-21 04:06:33 -05:00
|
|
|
@media screen and (min-width: 1400px) {
|
|
|
|
padding: 15px 40px;
|
2016-08-12 09:52:10 -05:00
|
|
|
}
|
|
|
|
|
2017-04-21 04:06:33 -05:00
|
|
|
@media screen and (min-width: 1600px) {
|
|
|
|
padding: 15px 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1800px) {
|
|
|
|
padding: 15px 60px;
|
2016-08-12 09:52:10 -05:00
|
|
|
}
|
|
|
|
}
|
2017-04-21 04:06:33 -05:00
|
|
|
}
|
2016-08-12 09:52:10 -05:00
|
|
|
|
2017-09-14 16:03:43 -05:00
|
|
|
// Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d
|
|
|
|
.glyphicon-refresh-animate {
|
|
|
|
-animation: spin .7s infinite linear;
|
|
|
|
-ms-animation: spin .7s infinite linear;
|
|
|
|
-webkit-animation: spinw .7s infinite linear;
|
|
|
|
-moz-animation: spinm .7s infinite linear;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
from { transform: scale(1) rotate(0deg);}
|
|
|
|
to { transform: scale(1) rotate(360deg);}
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes spinw {
|
|
|
|
from { -webkit-transform: rotate(0deg);}
|
|
|
|
to { -webkit-transform: rotate(360deg);}
|
|
|
|
}
|
|
|
|
|
|
|
|
@-moz-keyframes spinm {
|
|
|
|
from { -moz-transform: rotate(0deg);}
|
|
|
|
to { -moz-transform: rotate(360deg);}
|
|
|
|
}
|
|
|
|
|
2017-09-14 04:57:49 -05:00
|
|
|
/* ngprime data table customizations */
|
|
|
|
p-datatable {
|
|
|
|
.action-cell {
|
|
|
|
text-align: center;
|
2017-01-30 15:41:14 -06:00
|
|
|
|
2017-09-14 04:57:49 -05:00
|
|
|
.glyphicon {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2017-04-12 15:00:17 -05:00
|
|
|
}
|
2016-08-26 12:02:43 -05:00
|
|
|
}
|