feat: added accordion component
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.accordion {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.card {
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
}
|
||||
.faq {
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
}
|
||||
Reference in New Issue
Block a user