Skip to content

Commit

Permalink
Edited button radius of login page
Browse files Browse the repository at this point in the history
  • Loading branch information
joisemp committed Apr 4, 2024
1 parent fef972f commit 296bcc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Designs/login/asset/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
font-weight: 400;
}
.container .card .forgot-link {
margin-bottom: 0.5rem;
margin-bottom: 1rem;
}
.container .card .forgot-link a {
text-decoration: none;
}
.container .card .button-group .btn {
width: 100%;
border-radius: 50px;
font-weight: 600;
}/*# sourceMappingURL=style.css.map */
4 changes: 3 additions & 1 deletion Designs/login/asset/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.forgot-link{
margin-bottom: 0.5rem;
margin-bottom: 1rem;
a{
text-decoration: none;
}
Expand All @@ -25,6 +25,8 @@
.button-group{
.btn{
width: 100%;
border-radius: 50px;
font-weight: 600;
}
}
}
Expand Down

0 comments on commit 296bcc8

Please sign in to comment.