| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/nycyouth/sass/ |
Upload File : |
/* ----------------------------------------------------------------
event.scss
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
Events
-----------------------------------------------------------------*/
.single-event .entry-overlay,
.parallax .entry-overlay-meta {
position: absolute;
top: auto;
@include align-position($event-overlay-position);
width: 100%;
background-color: $event-overlay-meta-bg;
text-align: center;
font-size: $event-overlay-meta-font;
color: var(--#{$cnvs-prefix}white);
z-index: 5;
}
.parallax {
.entry-overlay,
.entry-overlay-meta {
background: transparent;
width: auto;
text-align: right;
left: auto;
right: 30px;
bottom: 30px;
@include media-breakpoint-down(xs) {
left: 0 !important;
right: 0 !important;
width: 90%;
margin: 0 auto;
}
}
.entry-overlay-meta {
padding: 20px;
font-size: 0.875rem;
text-align: left;
right: 38px;
bottom: 130px;
width: $event-parallax-overlay-width;
height: auto;
line-height: inherit;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}
&.overlay-left .entry-overlay,
&.overlay-left .entry-overlay-meta {
right: auto;
left: 30px;
}
&.overlay-left .entry-overlay-meta {
left: 38px;
}
&.overlay-center .entry-overlay,
&.overlay-center .entry-overlay-meta {
bottom: 100px;
right: auto;
left: 50%;
transform: translateX(-50%);
}
&.overlay-center .entry-overlay-meta {
top: 100px;
bottom: auto;
margin-left: divide($event-parallax-overlay-width, -2);
}
}