Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //css for rates widget
- .flex-calendar .flex-calendar-booking-middle,.flex-calendar .flex-calendar-booking-start {
- background: none !important;
- }
- body {
- color: #43425D !important;
- text-shadow: none !important;
- }
- .flex-calendar .flex-calendar-booking-start .day-content, .flex-calendar .flex-calendar-booking-end .day-content {
- background-color: transparent !important;
- }
- .flex-calendar .flex-calendar-booking-end
- {
- background: none !important;
- }
- h4.flex-calendar-month-title {
- font-family: Playfair Display !important;
- font-size: 28px;
- border-bottom: none;
- }
- body {
- font-family: Source Sans Pro;
- font-weight: 100 !important;
- }
- .flex-calendar th.day-header {
- font-family: poppins;
- font-weight: 600;
- color: #C69454;
- }
- .flex-calendar.has-rates .day-number {
- font-weight: 100;
- }
- :is(.flex-calendar.has-rates .day-rate-hidden .day-content):before {
- content: "";
- position: absolute;
- top: 50%;
- height: 2px;
- background-color: #43425D;
- width: 100%;
- left: 0;
- z-index: 2;
- }
- :is(.flex-calendar.has-rates .day-rate-hidden .day-content) {
- position: relative;
- }
- .day-content {color: #43425D !important;}
- .flex-calendar .flex-calendar-booking-start .day-content, .flex-calendar .flex-calendar-booking-end .day-content {
- text-shadow: none !important;
- }
- .flex-calendar-month tr:has(.day-header) {
- border-bottom: 2px solid #43425D !important;
- line-height: 40px;
- }
- .booking-container.flex-calendar-booking-middle.flex-calendar-out-of-range.flex-calendar-today .day-content {
- background-color: transparent !important;
- color: #fff !important;
- }
- .booking-container.flex-calendar-booking-middle.flex-calendar-out-of-range.flex-calendar-today .day-content:after {
- content: "";
- width: 40px;
- height: 40px;
- position: absolute;
- left: 50%;
- transform: translatex(-50%);
- top: 0;
- bottom: 0;
- background-color: #C69454;
- border-radius: 100%;
- z-index: 0;
- }
- .flex-calendar.has-rates .day-number {
- z-index: 1;
- position: relative;
- }
Advertisement
Add Comment
Please, Sign In to add comment