Uname: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Software: Apache
PHP version: 5.6.40 [ PHP INFO ] PHP os: Linux
Server Ip: 217.160.0.194
Your Ip: 216.73.216.55
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : _mixins.scss
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
@mixin gradient() {
    @include respond-to(medium-large) {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        text-indent: -99999px;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,ffffff+60,ffffff+95&1+0,0.8+60,0+100 */
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.13) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.13) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0.13) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }

    @include respond-to(medium) {
        height: 90px;
    }

    @include respond-to(large) {
        height: 100px;
    }
}

//Separación de .contenido
@mixin content-padding($padding: padding) {
    @include content-padding-top($padding);
    @include content-padding-bottom($padding);
}

@mixin content-padding-top($padding: padding) {
    @include respond-to(xsmall) {
        #{$padding}: {
            top: 20px;
        }
    }

    @include respond-to(small-medium-large) {
        #{$padding}: {
            top: 40px;
        }
    }
}

@mixin content-padding-bottom($padding: padding) {
    @include respond-to(xsmall-small-medium) {
        #{$padding}: {
            bottom: 40px;
        }
    }

    @include respond-to(large) {
        #{$padding}: {
            bottom: 50px;
        }
    }
}

@mixin blur($blur: 6) {
    filter: blur($blur + px); -webkit-filter: blur($blur + px);
    -o-filter: blur($blur + px);
    -ms-filter: blur($blur + px);
    filter: url(/css/blur.svg#svgBlur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='#{$blur}');
}
© 2026 GrazzMean