11 lines
138 B
SCSS
11 lines
138 B
SCSS
.todo {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin: 6px 0;
|
|
|
|
> * {
|
|
margin: 0 3px;
|
|
}
|
|
}
|