![]() 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/checkout/ |
// ============================================== // CHECKOUT - Success // ============================================== .checkout-onepage-success { // Hide native Magento .block-order-details-view, .order-details-items, .nav-sections { display: none; } // Main container .page-main { display: flex; flex-direction: column; align-items: center; justify-content: center; } // Header .header.content { @extend .box-shadow-bottom; } .page-title-wrapper { margin-bottom: 40px; text-align: center; .page-title { @extend .title-2; } a.print { @extend .link-1; } } // Success message .checkout-success { text-align: center; h1.title-1 { margin-bottom: 0; } .content-text { font-size: 1.8rem; color: $c-blue; max-width: 590px; margin-bottom: 30px; line-height: 1.4; } // Actions .back-homepage { display: block; margin-bottom: 25px; @extend .link-2; font-size: 1.2rem; text-align: center; } .actions-toolbar { display: flex; align-self: center; justify-content: center; } .action { margin: 0 10px; &.print { @extend .btn--border; } &.continue { @extend .btn--pink; } } } }