82 lines
1.6 KiB
SCSS
82 lines
1.6 KiB
SCSS
.p-d-none {
|
|
display: none !important;
|
|
}
|
|
|
|
@media print {
|
|
* {
|
|
-webkit-print-color-adjust: exact;
|
|
color-adjust: exact !important;
|
|
}
|
|
|
|
.p-print-none {
|
|
display: none !important;
|
|
}
|
|
|
|
.p-tooltip {
|
|
display: none;
|
|
}
|
|
|
|
.p-print-block {
|
|
display: block !important;
|
|
}
|
|
|
|
body {
|
|
background-image: none !important;
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
schedule-flight-details-view,
|
|
online-board-flight-details-page {
|
|
.flight-route,
|
|
.full-route__icons-status,
|
|
.details-accordion__header.flight-info {
|
|
background-color: transparent;
|
|
}
|
|
|
|
section.frame {
|
|
box-shadow: none !important;
|
|
padding: 0;
|
|
}
|
|
|
|
.flight-route,
|
|
.full-route__icons-status,
|
|
.details-accordion__header {
|
|
padding: 20px 0 !important;
|
|
}
|
|
|
|
.left__part2.departure--time,
|
|
.right__part2.arrival--time {
|
|
margin-top: 20px !important;
|
|
}
|
|
|
|
note {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.status--texts {
|
|
justify-content: center !important;
|
|
}
|
|
|
|
.details-accordion__body {
|
|
padding: 0 !important;
|
|
padding-bottom: 20px !important;
|
|
}
|
|
|
|
.details__body__row {
|
|
svg {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.details__data {
|
|
.icon {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.page-title {
|
|
color: #000 !important;
|
|
}
|
|
}
|
|
}
|