remove card styling from skill groups
This commit is contained in:
parent
0eeb7e5274
commit
28c12d23c7
1 changed files with 0 additions and 5 deletions
|
|
@ -150,12 +150,10 @@
|
|||
@use '$src/themes/spacing' as spacing;
|
||||
@use '$src/themes/typography' as typography;
|
||||
@use '$src/themes/layout' as layout;
|
||||
@use '$src/themes/effects' as effects;
|
||||
|
||||
.skills-tab {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: spacing.$unit-2x;
|
||||
}
|
||||
|
||||
.loading,
|
||||
|
|
@ -171,9 +169,6 @@
|
|||
}
|
||||
|
||||
.skill-group {
|
||||
background: white;
|
||||
border-radius: layout.$card-corner;
|
||||
box-shadow: effects.$page-elevation;
|
||||
padding: spacing.$unit-2x;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue