2017-12-01 02:20:19 -06:00
|
|
|
$FontPathSourceSansPro: "../fonts/source-sans-pro";
|
|
|
|
@import '~source-sans-pro/source-sans-pro';
|
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-12-01 02:20:19 -06:00
|
|
|
body {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-weight: $font-regular;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
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-12-05 09:48:26 -06:00
|
|
|
label {
|
|
|
|
font-weight: $font-bold;
|
|
|
|
font-size: 15px;
|
2017-04-21 09:40:45 -05:00
|
|
|
}
|
|
|
|
|
2017-12-06 02:19:25 -06:00
|
|
|
.form-error {
|
|
|
|
display: block;
|
|
|
|
color: $red-error;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-error {
|
|
|
|
border-color: $red-error !important;
|
|
|
|
}
|
|
|
|
|
2017-04-21 04:06:33 -05:00
|
|
|
.glyphicon-black {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-col {
|
2017-12-01 10:38:26 -06:00
|
|
|
margin-left: $menu-width;
|
2017-12-01 07:46:22 -06:00
|
|
|
|
|
|
|
.title-page {
|
2017-12-01 10:38:26 -06:00
|
|
|
color: #000;
|
2017-12-01 07:46:22 -06:00
|
|
|
font-size: 16px;
|
|
|
|
display: inline-block;
|
2017-12-01 10:38:26 -06:00
|
|
|
margin-right: 55px;
|
|
|
|
font-weight: $font-semibold;
|
|
|
|
@include disable-default-a-behaviour;
|
|
|
|
|
|
|
|
&.active, &.title-page-single {
|
|
|
|
border-bottom: 2px solid $orange-color;
|
|
|
|
font-weight: $font-bold;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.margin-content {
|
2017-12-04 03:40:02 -06:00
|
|
|
margin-left: $not-expanded-horizontal-margins;
|
|
|
|
margin-right: $not-expanded-horizontal-margins;
|
2017-12-01 10:38:26 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.sub-menu {
|
|
|
|
background-color: #F7F7F7;
|
|
|
|
width: 100%;
|
|
|
|
height: 81px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-12-04 03:40:02 -06:00
|
|
|
padding-left: $not-expanded-horizontal-margins;
|
2017-12-01 10:38:26 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
// Override some properties if the main content is expanded (no menu on the left)
|
|
|
|
&.expanded {
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
|
|
.margin-content {
|
|
|
|
margin-left: $expanded-horizontal-margins;
|
|
|
|
margin-right: $expanded-horizontal-margins;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub-menu {
|
|
|
|
padding-left: $expanded-horizontal-margins;
|
|
|
|
}
|
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-11-06 04:46:11 -06:00
|
|
|
// On small screen, menu is absolute and displayed over the page
|
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
.title-menu-left {
|
|
|
|
width: 120px;
|
|
|
|
position: absolute !important;
|
|
|
|
z-index: 10000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-col {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fake-menu {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
2017-12-07 03:02:01 -06:00
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 0 3px 6px;
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
.dropdown-item {
|
|
|
|
padding: 3px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #000 !important;
|
|
|
|
}
|
|
|
|
}
|
2017-12-07 03:27:33 -06:00
|
|
|
|
|
|
|
.modal {
|
|
|
|
.modal-header {
|
|
|
|
border-bottom: none;
|
|
|
|
|
|
|
|
.title-page-single {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.orange-button {
|
|
|
|
@include peertube-button;
|
|
|
|
@include orange-button;
|
|
|
|
}
|
|
|
|
|
|
|
|
.orange-button-link {
|
|
|
|
@include peertube-button-link;
|
|
|
|
@include orange-button;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grey-button {
|
|
|
|
@include peertube-button;
|
|
|
|
@include grey-button;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grey-button-link {
|
|
|
|
@include peertube-button-link;
|
|
|
|
@include grey-button;
|
|
|
|
}
|