8 lines
111 B
SCSS
8 lines
111 B
SCSS
.chartList {
|
|
.header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
}
|