Skip to content

Commit

Permalink
feat(styles): add new transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Aug 4, 2022
1 parent f295ebb commit 90848f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,9 @@ button {
background: none;
border: none;
outline: none;
transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}

input {
transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}

0 comments on commit 90848f5

Please sign in to comment.