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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/app/design/frontend/Cnc/default/web/scss/modules/catalog/_comparator.scss
// ==============================================
// PRODUCT COMPARATOR
// ==============================================

// Configuration
$comparison-table-thead-background-color:   darken($c-white, 2%);
$comparison-table-cell-max-width:           480px;
$comparison-table-cell-min-width:           280px;
$comparison-table-cell-padding:             15px;
$comparison-table-border:                   1px solid darken($c-white, 5%);

.catalog-product_compare-index {

    .page-title {
        @extend .title-1;
    }

    .action.print.hidden-print {
        display: block;
        margin-bottom: 20px;
        @extend .link-1;
    }
}

.table-wrapper.comparison {
    overflow-x: auto;
}

.table.data.table-comparison {
    border: $comparison-table-border;

    thead {
        background-color: $comparison-table-thead-background-color;
        border-bottom: $comparison-table-border;

        th,
        td {
            vertical-align: middle;
        }
    }

    tbody {

        td {
            max-width: $comparison-table-cell-max-width;
            min-width: $comparison-table-cell-min-width;
        }
    }

    tbody + tbody,
    tr + tr {
        border-top: $comparison-table-border;
    }

    tbody + tbody {
        tr:first-child {
            background-color: $comparison-table-thead-background-color;
        }
    }

    th,
    td {
        padding: $comparison-table-cell-padding;
        border-right: $comparison-table-border;
        text-align: center;
    }

    th {
        font-weight: bold;
    }

    td:last-child {
        border-right: 0;
    }

    td.cell.product.info {

        .product-item-photo,
        .product-item-name {
            display: block;
        }

        .product-item-photo,
        .product-item-name,
        .price-box {
            margin-bottom: 10px;
        }
    }

    .actions-primary {
        margin-bottom: 10px;
    }
}

Spamworldpro Mini