clean up duplicate border-radius/box-shadow in detail components

This commit is contained in:
Justin Edmund 2025-12-23 13:41:54 -08:00
parent 2898740cb2
commit 469cf66ad4
2 changed files with 0 additions and 9 deletions

View file

@ -148,12 +148,6 @@
justify-content: space-between;
gap: spacing.$unit * 2;
padding: spacing.$unit * 2;
// position: sticky;
// top: 0;
// z-index: 10;
background: white;
border-top-left-radius: layout.$card-corner;
border-top-right-radius: layout.$card-corner;
.left {
display: flex;

View file

@ -180,9 +180,6 @@
@use '$src/themes/effects' as effects;
.content {
background: white;
border-radius: layout.$card-corner;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: visible;
position: relative;
}