mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-18 22:18:08 +01:00
fix(dashboard): improve layout for dashboard cards
This commit is contained in:
parent
96c5cbde66
commit
2f9287e937
9 changed files with 42 additions and 44 deletions
|
|
@ -144,11 +144,10 @@
|
|||
|
||||
i {
|
||||
color: nb-theme(color-success);
|
||||
font-size: 1.75rem;
|
||||
font-size: 2.25rem;
|
||||
|
||||
@include nb-for-theme(cosmic) {
|
||||
color: nb-theme(link-color-active);
|
||||
text-shadow: 0 0 12px rgba(nb-theme(color-fg-highlight), 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ export const COSMIC_THEME = {
|
|||
|
||||
areaGradFrom: 'rgba(188, 92, 255, 0.5)',
|
||||
areaGradTo: 'rgba(188, 92, 255, 0)',
|
||||
areaOpacity: '1',
|
||||
shadowLineDarkBg: '#a695ff',
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ export const DEFAULT_THEME = {
|
|||
|
||||
areaGradFrom: '#ebeef2',
|
||||
areaGradTo: '#ebeef2',
|
||||
areaOpacity: '0.5',
|
||||
shadowLineDarkBg: 'rgba(0, 0, 0, 0)',
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue