10 lines
162 B
SCSS
10 lines
162 B
SCSS
details {
|
|
border-radius: var(--rounded-corner);
|
|
background-color: var(--fg-muted-1);
|
|
padding: 1rem;
|
|
|
|
&>summary {
|
|
cursor: pointer;
|
|
}
|
|
}
|