Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/app/design/frontend/Cnc/default/web/scss/modules/catalog/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/app/design/frontend/Cnc/default/web/scss/modules/catalog/view/_downloadable.scss
// ==============================================
// VIEW - Downloadable Product
// ==============================================

// Configuration

$product-add-form-width:       40%;

@mixin product-add-form-float($float) {
    @if $float == right {
        float: right;
        width: $product-add-form-width;

        @include breakpoint(only-md) {
            float: none;
            width: 100%;
        }
    }

    @else if $float == none {
        clear: both;
    }
}

//
//  Common
//  _____________________________________________

.page-product-downloadable {

    .product-add-form {
        @include product-add-form-float(right);
        margin-bottom: 30px;
    }

    .price-box {
        margin-bottom: 10px;
    }

    .product-info-main {
        margin-bottom: 0;
    }

    .box-tocart {
        margin-bottom: 20px;
    }
}

Spamworldpro Mini