More work on todo list support
This commit is contained in:
10
reminder-dashboard/src/components/Todo/index.scss
Normal file
10
reminder-dashboard/src/components/Todo/index.scss
Normal file
@ -0,0 +1,10 @@
|
||||
.todo {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin: 6px 0;
|
||||
|
||||
> * {
|
||||
margin: 0 3px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user