mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-06 13:50:16 +01:00
fix(demo): fix button sizes, fix modals
This commit is contained in:
parent
b9e03cf8cd
commit
3ddf619592
11 changed files with 105 additions and 92 deletions
|
|
@ -47,9 +47,7 @@ export class SolarComponent {
|
|||
position: 'center',
|
||||
formatter: '{d}%',
|
||||
textStyle: {
|
||||
fontSize: '20',
|
||||
fontWeight: 'bold',
|
||||
color: 'red',
|
||||
fontSize: '22',
|
||||
fontFamily: 'Exo',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue