// This file can be replaced during build by using the `fileReplacements` array. // `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. // The list of file replacements can be found in `angular.json`. export const environment = { production: false, configurationPreview: { buttonColor: '#ED2789', textColor: '#131033', themeColor: '#ED2789', universignProd: false, maxUploadSize: 5000000, stepMedicalDecision: { backgroundColorSelectedAndText: '#131033', priceTauxColor: '#ED2789' }, stepSummary: { textHeaderBackgroundColor: '#131033' }, cta : '#FD006C', ctaHover : '#E60062', ctaDisable : '#FC7FB4', checkIban : false, }, themeColors: { // Timeline / button primary: '#ED2789', // Title info: '#00a9ac', //menu menu: '#131033', // pink secondary: '#ED2789', // Icon utilisateur dans le menu de gauche sidebarHeadingIcon: '#ED2789', // Boutons ( liste + popup + suivant / précédent buttonBackgroundColor: '#ED2789', buttonHoverBackgroundColor: '#131033', buttonTextColor: '#fff', // Onglet ( écrans quotes / contrats ) tabBackgroundColor: '#ED2789', tabHoverBackgroundColor: '#ED2789', tabTextColor: '#fff', // Checkbox et choix multiple checkBoxBackgroundColor: '#FFD800', checkBoxTextColor: '#131033', // Police principale mainPolice: '"Poppins", sans-serif', // Step Summary stepSummaryCostMoneySaved: '#131033', stepSummaryBackgroundBlockMoneySaved: '#131033', }, chat: false, environmentName: 'magnolia', environmentType: 'dev', apiUrl : 'https://opengateway.uat.magnolia.fr', }; /* * For easier debugging in development mode, you can import the following file * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. * * This import should be commented out in production mode because it will have a negative impact * on performance if an error is thrown. */ // import 'zone.js/dist/zone-error'; // Included with Angular CLI.