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.217.0
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : _btn.scss
@if $incluir-btn == true {

    /*------------------------------------*\
        $BTN
    \*------------------------------------*/
    .btn, .form *[type="submit"] {
        position: relative;
        padding: $button-padding;
        height: $button-height;
        font: {
            weight: $font-alt1-weight-r;
            size: 24px;
            family: $font-alt1-family;
        }
        line-height: $button-height;
        text: {
            align: $button-text-align;
            transform: $button-text-transfform;
        }
        letter-spacing: $button-letter-spacing;
        background: $button-background;
        @include border-radius(0, 0, 0, 0);

        &, &:hover, &::after, &:hover::after {
            @include transition();
        }

        &, &:hover {
            color: $button-color;
            border: 0;
        }

        &:hover {
            color: $button-color-hover;
            background-color: $button-background-hover;
        }
    }

    //Botón pequeño
    .btn-small {
        height: 40px !important;
        line-height: 40px !important;

        @include respond-to(xsmall-small-medium) {
            font-size: 16px !important;
        }

        @include respond-to(large) {
            font-size: 20px !important;
        }
    }

    //Botón prev
    .btn-prev {
        &:before {
            @include respond-to(small-medium-large) {
                content: "\f104";
                @include fa();
                margin-right: 10px;
            }
        }
    }

    //Botón next
    .btn-next {
        &:after {
            @include respond-to(small-medium-large) {
                content: "\f105";
                @include fa();
                margin-left: 10px;
            }
        }
    }

} // if
© 2026 GrazzMean