• File: products_1.less
  • Full Path: /home/dealkatnwc/www/GARAGE/assets/css/less/products_1.less
  • Date Modified: 12/11/2023 3:35 PM
  • File size: 1.24 KB
  • MIME-type: text/plain
  • Charset: utf-8
@import "variable.less"; // Variable.less
.products_1 {
    padding-top: 5px;
    padding-bottom: 5px;
    .pr_img_price {
        position: relative;
        .product_price {
            min-width: 50px;
            min-height: 50px;
            background: @success;
            border-radius: 100%;
            position: absolute;
            top: 0;
            right: 0;
            p {
                padding-top: 15px;
                color: @white;
                font-size: 14px;
                font-weight: 600;
            }
        }
    }
    .product_details {
        .product_name {
            padding-top: 30px;
            h4 {
                //        font-size: 15px;
                //        font-weight: 600;
            }
        }
        .product_des {
            //      padding-top: 10px;
            p {
                //        font-size: 11px;
                //        font-style: italic;
            }
        }
        .prdt_add_to_cart {
            padding-top: 10px;
            button {
                //        font-size: 11px;
                padding: 10px 20px;
                text-transform: uppercase;
                font-weight: 600;
            }
        }
    }
}