| 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/plainmotors.net/wwwroot/assets/sass/components/ |
Upload File : |
///
/// Hologram by Pixelarity
/// pixelarity.com @pixelarity
/// License: pixelarity.com/license
///
/* Wrapper */
.wrapper {
padding-bottom: 0.01em;
position: relative;
overflow-x: hidden;
> .inner {
margin: 0 auto;
padding-bottom: 0.01em;
width: 100%;
max-width: _size(inner);
}
&.alt {
> .inner {
@include padding(4.5em, 4em);
}
}
&.style1 {
> .inner {
background-color: _palette(accent1, bg);
}
}
&.style2 {
@include color(accent2);
}
&.style3 {
@include color(accent3);
}
&.style4 {
@include color(accent4);
}
&.style2, &.style3, &.style4 {
background-image: url('images/overlay.png'), url('images/checker-pattern.svg');
background-position: center top;
background-repeat: repeat, repeat;
}
@include breakpoint(medium) {
&.alt {
> .inner {
@include padding(4em, 2em);
}
}
}
@include breakpoint(small) {
&.alt {
> .inner {
@include padding(3em, 2em);
}
}
}
@include breakpoint(xsmall) {
&.alt {
> .inner {
@include padding(2em, 1.5em);
}
}
}
}