![]() 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/variables/ |
// ============================================== // VARIABLES - Colors // ============================================== // // Base colors // _____________________________________________ $c-black: #000000; $c-white: #ffffff; $c-transparent: transparent; // // Project colors // _____________________________________________ // Primary $c-base: #243441; $c-blue-dark: #2B5779; $c-blue: #3191D3; $c-pink: #EE315E; // Secondary $c-green: #74AE50; $c-green-light: #64C236; $c-orange: #FF8E5A; $c-purple: #9D86EA; $c-yellow: #FFAD2E; $c-red: #FF0909; $c-grey: #DFDFDF; $c-white-dark: #F7F7F7; $c-grey-border: #E4E9EE; // Others $c-blue-grey: #8094A3; $c-tier-price: #4EC26E; // Gradient $c-gradient-start: $c-white-dark; $c-gradient-end: #EFF0EE; $c-gradient-text: $c-base; $c-gradient-start-blue: #2283C5; $c-gradient-end-blue: $c-blue; $c-gradient-start-pink: $c-pink; $c-gradient-end-pink: #FA426E; // Box Shadow $c-box-shadow: 0 1px 6px 0 rgba(000, 000, 000, 0.06); // // Notifications // _____________________________________________ $c-success: $c-green; $c-info: $c-blue-dark; $c-warning: $c-yellow; $c-error: $c-red; // // Availability // _____________________________________________ $c-available: $c-green; $c-unavailable: $c-red; // // Product Status // _____________________________________________ $c-status-new: #53E089; $c-status-used: $c-orange; $c-status-refurbished: #C7D3D6; $c-status-exchange: $c-purple;