mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-05 21:30:18 +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
|
|
@ -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