awesome-compose/react-express-mongodb/frontend/src/App.scss
Syed Afzal 2f750eb4f7
Sample React-Express-MongoDB (#59)
Signed-off-by: Afzal <sah.afzal@gmail.com>
2020-05-11 21:40:39 +02:00

24 lines
346 B
SCSS

.App {
text-align: center;
}
.todo-app {
background-color: #efefef;
padding: 1.2em;
.new-todo{
display: flex;
justify-content: space-between;
align-items: center;
input{
width: 80% !important;
}
}
}
//.list-group-item{
// &.active:hover{
//
// }
// &active:hover{
// background-color: #d3d3d3;
// }
//}