![]() 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/ |
// ============================================== // CATALOG PRICES // ============================================== // // Global Prices's style // _____________________________________________ .price-box { display: flex; flex-wrap: wrap; justify-content: space-between; color: $c-blue; .minimal-price { font-size: 1.3rem; margin-bottom: 0; } .price-wrapper { // Global styles font-weight: $fw-roboto-bold; @include breakpoint(md) { font-size: 1.8rem; } // Add Tax term on price &:after { content: attr(data-label); display: inline-block; margin-left: 5px; text-transform: uppercase; } &.price-including-tax { display: none; } } .old-price { order: 1; margin-right: 10px; .price { text-decoration: line-through; } } .special-price { order: 2; color: $c-pink; .price-label { display: none; } } .price-label { font-size: 1.2rem; @include breakpoint(md) { font-size: 1.3rem; } } } // Old Price .old-price .price-wrapper { font-size: 1.4rem; @include breakpoint(md) { font-size: 1.8rem; } } // Minimal Tiers price .minimal-price-link { .price-label { margin-right: 5px; } .price-unit-label { display: none; } } // // Product Item Price // _____________________________________________ .product-item { .price-box { .price-wrapper { @include breakpoint(only-md) { font-size: 1.6rem; } } } } // // Product View Price // _____________________________________________ .catalog-product-view { .product-top { .manufacturer-price { color: #9B9B9B; font-size: 1.2rem; font-style: italic; line-height: 1.2; @include breakpoint(md) { font-size: 1.4rem; } } } .product-top-info-main { .price-box { text-transform: lowercase; font-size: 2.3rem; align-items: flex-end; justify-content: flex-start; @include breakpoint(md) { justify-content: flex-end; } .price-wrapper { font-size: 2.5rem; font-weight: $fw-roboto-bold; color: $c-pink; @include breakpoint(md) { font-size: 3.3rem; } &.price-inc-tax { width: 100%; font-size: 1.3rem; font-weight: $fw-roboto-regular; color: $c-blue-dark; text-align: right; @include breakpoint(only-md) { margin-top: 10px; text-align: left; } &::before { content: '('; margin-right: -3px; } &::after { content: ')'; margin-left: -2px; } } } .price-label { font-size: 1.6rem; margin-right: 5px; @include breakpoint(md) { font-size: 2.3rem; } } .normal-price { .price { font-size: 3rem; font-weight: bold; } } .old-price { display: none; } } } .product-info-main { .price-box { justify-content: flex-end; margin-bottom: 10px; } .grouped-container { form { .price-box { .price-container { display: flex; flex-direction: row-reverse; align-items: baseline; .price-including-tax { display: block; margin-left: 6px; font-size: 1.3rem; font-weight: $fw-roboto-regular; &::before { content: '('; } &::after { content: attr(data-label)")"; text-transform: lowercase; } } } } } } } }