Skip to content

Commit

Permalink
Add transition, add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 6, 2025
1 parent 28b7bd7 commit 6cd99ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/scss/pages/_spacing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@
padding: 0 20px 0 0;
height: 2rem;
font-family: var(--font-family-mono);
transition: var(--standard-transition);

&:hover {
border-color: var(--input-border-hover)
border-color: var(--input-border-hover);
}
}

Expand Down

0 comments on commit 6cd99ab

Please sign in to comment.