8 lines
93 B
SCSS
8 lines
93 B
SCSS
.line {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.line__symbol {
|
|
min-width: 4rem;
|
|
}
|
|
} |