Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
beesaferoot committed Nov 27, 2024
1 parent 4f7a924 commit 3ac3ad7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/src/modules/Register/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,9 @@ export default {
border-radius: 5px;
padding: 1.3vw;
margin-top: 1vh;
box-shadow: 0 1px 5px -2px rgb(53 53 53 / 30%), 0 0px 4px 0 rgb(0 0 0 / 12%),
box-shadow:
0 1px 5px -2px rgb(53 53 53 / 30%),
0 0px 4px 0 rgb(0 0 0 / 12%),
0 0px 0px -5px #8e8e8e;
}
Expand Down

0 comments on commit 3ac3ad7

Please sign in to comment.