🏨 Hotel Booking Enhancements: - Implemented Eagle Booking Advanced Pricing add-on - Added Booking.com-style rate management system - Created professional calendar interface for pricing - Integrated deals and discounts functionality 💰 Advanced Pricing Features: - Dynamic pricing models (per room, per person, per adult) - Base rates, adult rates, and child rates management - Length of stay discounts and early bird deals - Mobile rates and secret deals implementation - Seasonal promotions and flash sales 📅 Availability Management: - Real-time availability tracking - Stop sell and restriction controls - Closed to arrival/departure functionality - Minimum/maximum stay requirements - Automatic sold-out management 💳 Payment Integration: - Maintained Redsys payment gateway integration - Seamless integration with existing Eagle Booking - No modifications to core Eagle Booking plugin 🛠️ Technical Implementation: - Custom database tables for advanced pricing - WordPress hooks and filters integration - AJAX-powered admin interface - Data migration from existing Eagle Booking - Professional calendar view for revenue management 📊 Admin Interface: - Booking.com-style management dashboard - Visual rate and availability calendar - Bulk operations for date ranges - Statistics and analytics dashboard - Modal dialogs for quick editing 🔧 Code Quality: - WordPress coding standards compliance - Secure database operations with prepared statements - Proper input validation and sanitization - Error handling and logging - Responsive admin interface 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
244 lines
5.1 KiB
SCSS
244 lines
5.1 KiB
SCSS
$green: #7ad03a;
|
|
$red: #a00;
|
|
$orange: #ffba00;
|
|
$blue: #2ea2cc;
|
|
|
|
#wpbody-content .wrap {
|
|
height: auto !important;
|
|
overflow: initial !important;
|
|
max-width: initial !important;
|
|
}
|
|
|
|
.about-wrap {
|
|
hr {
|
|
border: inherit;
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
#footer-upgrade {
|
|
display: none;
|
|
}
|
|
|
|
.redux-badge {
|
|
position: absolute;
|
|
top: 0;
|
|
|
|
background: #00a2e3;
|
|
padding: 20px;
|
|
|
|
color: #efefef;
|
|
margin: 5px 0 0 0;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
|
|
|
&::before {
|
|
color: #fff;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-size: 80px;
|
|
font-weight: normal;
|
|
width: 165px;
|
|
height: 165px;
|
|
line-height: 165px;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 0;
|
|
margin: 0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.el {
|
|
background: #00a2e3;
|
|
display: block !important;
|
|
font-size: 8em;
|
|
color: #fff;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
span {
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
background: rgba(50, 50, 49, 0.47);
|
|
left: 0;
|
|
right: 0;
|
|
padding: 8px;
|
|
}
|
|
|
|
small {
|
|
clear: both;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
background: transparent;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 8px;
|
|
}
|
|
}
|
|
|
|
div.icon {
|
|
width: 0 !important;
|
|
padding: 0;
|
|
margin: 20px 0 !important;
|
|
}
|
|
|
|
figure {
|
|
figcaption {
|
|
&::before,
|
|
&::after {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
bottom: 15px;
|
|
left: 15px;
|
|
content: "";
|
|
opacity: 0;
|
|
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
|
transition: opacity 0.35s, transform 0.35s;
|
|
}
|
|
|
|
&::before {
|
|
border-top: 1px solid #fff;
|
|
border-bottom: 1px solid #fff;
|
|
transform: scale(0, 1);
|
|
}
|
|
|
|
&::after {
|
|
border-right: 1px solid #fff;
|
|
border-left: 1px solid #fff;
|
|
transform: scale(1, 0);
|
|
}
|
|
}
|
|
|
|
p {
|
|
padding: 10px;
|
|
text-transform: none;
|
|
opacity: 0;
|
|
margin-top: 0 !important;
|
|
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
|
transition: opacity 0.35s, transform 0.35s;
|
|
transform: translate3d(0, 20px, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
.redux-message,
|
|
p.redux-actions {
|
|
.twitter-share-button {
|
|
margin-top: -3px;
|
|
margin-left: 3px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
a {
|
|
&.review-us {
|
|
opacity: 0.5;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
&.button-demo {
|
|
margin-left: 15px;
|
|
color: #a00;
|
|
|
|
&.active {
|
|
color: #d98500;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#redux-message {
|
|
margin: 5px 0 15px;
|
|
margin-top: 15px !important;
|
|
display: block !important;
|
|
border-color: #00a2e3;
|
|
|
|
h4 {
|
|
margin-top: 0.5em;
|
|
}
|
|
}
|
|
|
|
.redux-product {
|
|
margin-bottom: 15px;
|
|
border: 1px solid #ccc;
|
|
background: #fff;
|
|
padding: 0 20px;
|
|
min-width: 350px;
|
|
float: left;
|
|
margin-right: 20px;
|
|
|
|
.name {
|
|
color: #23282d;
|
|
font-size: 32px;
|
|
font-weight: 100;
|
|
margin: 10px 0 0;
|
|
line-height: 1.3;
|
|
word-wrap: break-word;
|
|
overflow-wrap: break-word;
|
|
text-align: left;
|
|
}
|
|
|
|
.version {
|
|
color: #72777c;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
float: none;
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.author {
|
|
margin: 15px 0 25px;
|
|
color: #72777c;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: inherit;
|
|
}
|
|
|
|
.type {
|
|
margin-left: 5px;
|
|
background-color: #f0ad4e;
|
|
display: inline;
|
|
padding: 0.2em 0.5em 0.2em;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
font-size: 12px;
|
|
color: #fff !important;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
border-radius: 0.25em;
|
|
|
|
&.theme {
|
|
background-color: #0099d5;
|
|
}
|
|
}
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
@media screen and (max-width: 500px) {
|
|
.about-wrap h2 {
|
|
.nav-tab {
|
|
width: 100%;
|
|
padding: 0;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
&.nav-tab-wrapper {
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|