App.scss 346 B

123456789101112131415161718192021222324
  1. .App {
  2. text-align: center;
  3. }
  4. .todo-app {
  5. background-color: #efefef;
  6. padding: 1.2em;
  7. .new-todo{
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. input{
  12. width: 80% !important;
  13. }
  14. }
  15. }
  16. //.list-group-item{
  17. // &.active:hover{
  18. //
  19. // }
  20. // &active:hover{
  21. // background-color: #d3d3d3;
  22. // }
  23. //}