4 $icon-font-path: '../../node_modules/bootstrap-sass/assets/fonts/bootstrap/';
9 @import '~primeng/resources/themes/bootstrap/theme.css';
10 @import '~primeng/resources/primeng.css';
11 @import '~video.js/dist/video-js.css';
13 $assets-path: '../assets/';
14 @import './player/player';
15 @import './loading-bar';
18 display: none !important;
22 font-family: $main-fonts;
23 font-weight: $font-regular;
27 #incompatible-browser {
36 font-weight: $font-semibold;
40 /* Force blank on readonly inputs */
41 background-color: #fff !important;
45 font-weight: $font-bold;
56 border-color: $red-error !important;
64 margin-left: $menu-width;
67 margin-left: $not-expanded-horizontal-margins;
68 margin-right: $not-expanded-horizontal-margins;
72 background-color: #F7F7F7;
78 padding-left: $not-expanded-horizontal-margins;
81 // Override some properties if the main content is expanded (no menu on the left)
86 margin-left: $expanded-horizontal-margins;
87 margin-right: $expanded-horizontal-margins;
91 padding-left: $expanded-horizontal-margins;
99 display: inline-block;
101 font-weight: $font-semibold;
102 @include disable-default-a-behaviour;
104 &.active, &.title-page-single {
105 border-bottom: 2px solid $orange-color;
106 font-weight: $font-bold;
111 &:hover, &:active, &:focus {
115 @media screen and (max-width: 500px) {
135 // Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d
136 .glyphicon-refresh-animate {
137 animation: spin .7s infinite linear;
141 from { transform: scale(1) rotate(0deg);}
142 to { transform: scale(1) rotate(360deg);}
145 // ngprime data table customizations
147 font-size: 15px !important;
150 border: 1px solid #E5E5E5 !important;
151 padding-left: 15px !important;
152 overflow: hidden !important;
153 text-overflow: ellipsis !important;
154 white-space: nowrap !important;
158 background-color: #fff !important;
165 background-color: #f0f0f0 !important;
170 display: none !important;
175 border-top: none !important;
179 border-bottom: none !important;
191 border: none !important;
192 border-bottom: 1px solid #f0f0f0 !important;
193 text-align: left !important;
194 padding: 5px 0 5px 15px !important;
195 font-weight: $font-semibold !important;
196 color: #000 !important;
198 &.ui-sortable-column:hover {
199 background-color: #f0f0f0 !important;
200 border: 1px solid #f0f0f0 !important;
201 border-width: 0 1px !important;
204 border-width: 0 1px 0 0 !important;
208 &.ui-state-highlight {
209 background-color: #fff !important;
216 @extend .glyphicon-triangle-top;
220 @extend .glyphicon-triangle-bottom;
227 width: 250px !important;
228 padding: 0 !important;
231 my-edit-button + my-delete-button {
237 .ui-paginator-bottom {
239 border: none !important;
240 border: 1px solid #f0f0f0 !important;
243 justify-content: center;
247 color: #000 !important;
248 font-weight: $font-semibold !important;
249 margin-right: 20px !important;
250 outline: 0 !important;
251 border-radius: 3px !important;
252 padding: 5px 2px !important;
255 &, &:hover, &:active, &:focus {
256 color: #fff !important;
257 background-color: $orange-color !important;
265 // Bootstrap customizations
268 box-shadow: 0 3px 6px;
276 color: #000 !important;
287 font-weight: $font-semibold;
296 background-image: url('../assets/images/global/cross.svg');
305 .action-button-cancel {
306 @include peertube-button;
307 @include grey-button;
309 display: inline-block;
313 .action-button-submit {
314 @include peertube-button;
315 @include orange-button;
320 tabset:not(.bootstrap) {
322 font-size: 16px !important;
323 border: none !important;
325 .nav-item .nav-link {
329 border: none !important;
332 display: flex !important;
334 min-height: 30px !important;
339 color: #000 !important;
340 @include disable-default-a-behaviour;
344 background-color: #F0F0F0;
348 font-weight: $font-semibold !important;
355 .nav-item .nav-link {
358 @include disable-default-a-behaviour;
364 @include peertube-button;
365 @include orange-button;
368 .orange-button-link {
369 @include peertube-button-link;
370 @include orange-button;
374 @include peertube-button;
375 @include grey-button;
379 @include peertube-button-link;
380 @include grey-button;
383 // In tables, don't have a hover different background
385 .action-button-edit, .action-button-delete {
386 &:hover, &:active, &:focus, &[disabled], &.disabled {
387 background-color: $grey-color !important;
392 @media screen and (max-width: 900px) {
407 // On small screen, menu is absolute
408 @media screen and (max-width: 600px) {
410 width: 100% !important;
411 position: absolute !important;
429 input[type=text], input[type=password] {
430 width: 100% !important;
435 bs-dropdown-container {