2
0

adjusted resizing and env's

This commit is contained in:
2018-09-03 09:21:39 +02:00
parent 3013fb46de
commit a238574aaf
4 changed files with 26 additions and 16 deletions

View File

@@ -46,10 +46,7 @@ export class AppComponent implements OnInit {
moment.locale('de');
this.config = {
colors: {
primary: env.guilloche.colors.primary,
secondary: env.guilloche.colors.secondary,
},
...env.config,
...env.formDefaults
};
this.configForm = ConfigForm;

View File

@@ -18,7 +18,7 @@ export const environment = {
production: true,
debug: false,
animation: false,
guilloche: {
config: {
colors: {
secondary: '#F8485E',
primary: '#5CC0C7'

View File

@@ -18,11 +18,12 @@ export const environment = {
production: false,
debug: false,
animation: false,
guilloche: {
config: {
colors: {
primary: '#129490',
secondary: '#CE1483'
}
},
autoSize: true
},
formDefaults: {
width: 1,