Skip to content

Commit

Permalink
update buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 21, 2024
1 parent fcfcec0 commit eb0b302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/(app)/register/views/View1.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -289,19 +289,20 @@
border: none;
border-radius: 4px;
font-weight: bold;
margin-top: 10px;
cursor: pointer;
transition-duration: 150ms;
color: var(--text);
}
.button-cont{
margin-top: 10px;
height: 35px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
gap: 10px;
}
.submit:hover {
Expand Down

0 comments on commit eb0b302

Please sign in to comment.