fix(demo): fix button sizes, fix modals

This commit is contained in:
KostyaDanovsky 2017-07-17 19:43:25 +03:00
parent b9e03cf8cd
commit 3ddf619592
11 changed files with 105 additions and 92 deletions

View file

@ -47,9 +47,7 @@ export class SolarComponent {
position: 'center',
formatter: '{d}%',
textStyle: {
fontSize: '20',
fontWeight: 'bold',
color: 'red',
fontSize: '22',
fontFamily: 'Exo',
},
},

View file

@ -39,12 +39,14 @@
.team-subtitle {
margin-bottom: 1rem;
color: nga-theme(color-fg-hint);
color: nga-theme(color-fg);
font-weight: nga-theme(font-weight-light);
}
.team-bio {
text-align: justify;
color: nga-theme(color-fg-text);
font-weight: nga-theme(font-weight-light);
}
}