| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/sms4real.com/wwwroot/assets/sass/components/ |
Upload File : |
///
/// Elemental by Pixelarity
/// pixelarity.com @pixelarity
/// License: pixelarity.com/license
///
/* Banner */
.banner {
@include color-button(accent4);
@include color-typography(accent4);
@include padding(7em, 0);
@include vendor('background-image', (
'linear-gradient(to top, rgba(74,74,74,0.50), rgba(74,74,74,0.50))',
'url("../../images/pic01.jpg")'
));
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align: center;
h2 {
font-size: 2.5em;
margin: 0 0 (_size(element-margin) * 0.5) 0;
}
> * {
@include vendor('transition', 'opacity 2s ease-in-out');
@include vendor('transition-delay', '1.25s');
opacity: 1;
}
@include breakpoint(large) {
@include padding(5em, 0);
h2 {
font-size: 2em;
}
}
@include breakpoint(medium) {
@include padding(8em, 3em);
}
@include breakpoint(small) {
@include padding(4em, 3em);
h2 {
font-size: 1.75em;
}
}
@include breakpoint(xxsmall) {
@include padding(4em, 2em);
h2 {
font-size: 1.5em;
}
}
body.is-loading & {
> * {
opacity: 0;
}
}
}