Skip to content

Commit 07b64ee

Browse files
committed
feat(ui): align sidebar shadow with PrimeNG card style
1 parent 0e5afcb commit 07b64ee

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/app/core/layout/component/app-menu/app-menu.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
left .2s;
1313
background-color: var(--surface-overlay);
1414
border-radius: var(--border-radius);
15+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
1516
padding: 0.5rem 1.5rem;
1617
}
1718

src/styles.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ a {
2121
text-decoration: none;
2222
}
2323

24-
.p-card {
25-
box-shadow: none;
26-
}
27-
2824
.app-density-compact {
2925
.p-card .p-card-body {
3026
padding: 0.9rem;

0 commit comments

Comments
 (0)