[Library|Trunk]
update customization options class (rm copy method, change fonts values) git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57337 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
8bca7dbdbd
commit
2e20a38d17
|
@ -95,13 +95,13 @@ export class CustomizationOptions {
|
|||
borderWidth: 0
|
||||
}, fonts: {
|
||||
color: '#ffffff',
|
||||
family: '"Open Sans", sans-serif',
|
||||
family: 'Open Sans',
|
||||
size: 14,
|
||||
weight: 400
|
||||
},
|
||||
title: {
|
||||
color: '#ffffff',
|
||||
family: '"Open Sans", sans-serif',
|
||||
family: 'Open Sans',
|
||||
size: 18,
|
||||
weight: 700
|
||||
},
|
||||
|
@ -121,7 +121,7 @@ export class CustomizationOptions {
|
|||
};
|
||||
this.links = {
|
||||
darkBackground: {
|
||||
family: '"Open Sans", sans-serif',
|
||||
family: 'Open Sans',
|
||||
size: 14,
|
||||
weight: 400,
|
||||
color: 'rgba(255, 255, 255, 0.98)',
|
||||
|
@ -168,7 +168,4 @@ export class CustomizationOptions {
|
|||
};
|
||||
}
|
||||
|
||||
getCopy(): CustomizationOptions {
|
||||
return (JSON.parse(JSON.stringify(this)));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue