You are here

rooms_sticky_booking_legend.css in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

.booking-legend.is-fixed {
  position: fixed;
  top: 80px;
}

File

modules/rooms_booking_manager/css/rooms_sticky_booking_legend.css
View source
  1. .booking-legend.is-fixed {
  2. position: fixed;
  3. top: 80px;
  4. }