Skip to content

Commit

Permalink
task solution2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan31 committed Jan 15, 2025
1 parent b4c3a6a commit 74cb141
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/styles/todoapp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,22 @@
background: rgba(0, 0, 0, 0.01);
box-shadow: inset 0 -2px 1px rgba(0,0,0,0.03);
}

&__edited-todo {
padding: 12px 15px;
width: 100%;

font-size: 24px;
line-height: 1.4em;
font-family: inherit;
font-weight: inherit;
color: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

border: none;
background: rgba(0, 0, 0, 0.01);
box-shadow: inset 0 -2px 1px rgba(0,0,0,0.03);
}
}

0 comments on commit 74cb141

Please sign in to comment.