changes
This commit is contained in:
16
fusion_accounting/static/src/scss/dashboard.scss
Normal file
16
fusion_accounting/static/src/scss/dashboard.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.fusion_accounting_dashboard {
|
||||
.fusion_dashboard_header {
|
||||
border-bottom: 1px solid var(--o-border-color);
|
||||
background: var(--o-view-background-color);
|
||||
}
|
||||
|
||||
.fusion_health_cards {
|
||||
.fusion_health_card {
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
||||
&:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 4px 12px rgba(var(--bs-body-color-rgb), 0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user