Skip to content

Commit

Permalink
feat_api(fe): Added button style
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaHdezPerez authored and Javi111003 committed Dec 4, 2024
1 parent 7ffb375 commit 9c8f58a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions frontend/src/app/shared/components/button/button.component.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
button {
border-radius: 5px;
border-radius: 7px;
border-color: #00203b;
color: #00203b;
font-weight: bold;
border-width: 4px;
font-weight: 300;
border-width: 3px;
background-color: white;
border-bottom-width: thick;
}
button:hover {
transform: scale(1.05);
transform: scale(1.10);
background-color: #00203b;
color: white;
}

0 comments on commit 9c8f58a

Please sign in to comment.