remove card styling from skill groups

This commit is contained in:
Justin Edmund 2025-12-15 14:37:33 -08:00
parent 0eeb7e5274
commit 28c12d23c7

View file

@ -150,12 +150,10 @@
@use '$src/themes/spacing' as spacing; @use '$src/themes/spacing' as spacing;
@use '$src/themes/typography' as typography; @use '$src/themes/typography' as typography;
@use '$src/themes/layout' as layout; @use '$src/themes/layout' as layout;
@use '$src/themes/effects' as effects;
.skills-tab { .skills-tab {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: spacing.$unit-2x;
} }
.loading, .loading,
@ -171,9 +169,6 @@
} }
.skill-group { .skill-group {
background: white;
border-radius: layout.$card-corner;
box-shadow: effects.$page-elevation;
padding: spacing.$unit-2x; padding: spacing.$unit-2x;
} }