@holidayextras/brand-parken-und-fliegen
Version:
Parken-und-Fliegen
46 lines (37 loc) • 804 B
text/less
.itinerary-gold-standard {
background-color: @brand-secondary;
.itinerary-item {
background-color: @brand-secondary-lighter;
background-image: none;
border: none;
color: @color-black;
}
.label {
text-transform: none;
// Avoids label text-muted color fade
.text-muted {
color: @text-muted;
}
}
}
.itinerary-popover.popover li {
color: @gray-darker;
&:hover {
background-color: @gray-lighter;
text-decoration: underline;
}
&.active {
background-color: @brand-primary ;
color: @color-white;
text-decoration: underline;
}
}
.itinerary-sort-by-container {
background: none;
}
@media (min-width: @screen-lg-min) {
.itinerary-sort-by-container {
background: @brand-secondary;
color: @color-black;
}
}