| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/harmoniegolfpark.com/assets/sass/ |
Upload File : |
// OFFERs
// ==========================================================================
.panel--offers {
background: $color-brand-4;
color: $color-white;
.panel__title {
color: $color-white;
&:before {
background: rgba($color-white, 0.5);
}
}
}
.offers__item {
background-size: cover;
background-position: center;
min-height: 300px;
border: solid 1px #78b1ff;
position: relative;
&:before {
background: rgba($color-black, 0.5);
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}
@include media-breakpoint-down(sm) {
margin: 0 15px;
}
}
.offers__cnt {
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
width: 100%;
text-align: center;
transform: translate(-50%, -50%);
.percent-off {
display: block;
}
.publish-rate {
text-transform: uppercase;
font-size: $base-font-size;
font-weight: 400;
letter-spacing: 1px;
}
.rate {
margin: 10px 0 20px;
font-size: 18px;
font-weight: 700;
letter-spacing: 2px;
}
.offers__view {
overflow: hidden;
margin-top: 10px;
}
}
.control-action {
overflow: hidden;
padding: 20px 0 0;
}
.control-action--viewall {
text-align: center;
}
.link-static {
text-decoration: none;
color: $color-white;
font-size: $xsmall-font-size;
letter-spacing: 1px;
font-weight: 700;
}
.link-see-all {
font-size: $base-font-size;
text-transform: uppercase;
text-decoration: underline;
letter-spacing: 1px;
}
@include media-breakpoint-up(md) {
.offers-list {
padding: 0 15px;
}
}