7 lines
88 B
SCSS
7 lines
88 B
SCSS
.list {
|
|
background: #fafafa;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 5px;
|
|
}
|