@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{color:#e4e4e4;background:#0052d4;background:linear-gradient(90deg,#6fb1fc,#4364f7,#0052d4)}.App{min-height:100vh;width:90%;max-width:400px;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.title{margin-bottom:1rem}.todo-form{height:5vh;width:100%;margin-bottom:2rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.todo-form__button,.todo-form__input{height:100%;border:2px solid #e4e4e4;background-color:transparent;transition:.3s}.todo-form__input{width:80%;font-size:1.3rem;background-color:transparent;border-top-left-radius:1rem;border-bottom-left-radius:1rem;border:2px solid #e4e4e4;border-right:none;color:#e4e4e4;padding:0 1rem}.todo-form__button{width:20%;cursor:pointer;font-size:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;color:#e4e4e4}.todo-form__button:hover{background-color:#e4e4e4;color:#0052d4}.todo-list{width:100%;height:53vh;overflow:auto}.todo-list h2{text-align:center}.todo-item{display:grid;grid-template-columns:2fr 1fr;font-size:1.1rem;margin-bottom:.5rem}.todo-item label>input[type=checkbox]{display:none}.todo-item label>input[type=checkbox]+:before{content:"";display:inline-block;vertical-align:bottom;width:1.19rem;height:1.19rem;margin-right:1rem;border-radius:10%;border:.1rem solid #e4e4e4;cursor:pointer}.todo-item label>input[type=checkbox]:checked+*{text-decoration:line-through}.todo-item label>input[type=checkbox]:checked+:before{content:"✓";color:#fff;text-align:center}.todo-item label>input[type=checkbox]+*{display:inline-block;padding:.5rem 1rem}.todo-item__button{width:2.5rem;cursor:pointer;justify-self:end;background-color:transparent;border:2px solid #e4e4e4;color:#e4e4e4;border-radius:10%;font-weight:700;transition:.3s}.todo-item__button:hover{color:#ff255b;border-color:#ff255b}
/*# sourceMappingURL=main.91287d51.chunk.css.map */