Skip to content

Commit

Permalink
adjustments on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueRicardoFigueira committed Jan 28, 2025
1 parent 597a553 commit 270a5cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ html {
color: $white;
border: none;
border-radius: 5px;
width: 60px;
height: 50px;
min-height: 36px;
min-width: 54px;
align-items: center;
justify-content: center;
cursor: pointer;
Expand All @@ -297,7 +297,7 @@ html {
transition: background-color 0.3s ease;

& i {
font-size: 1.2rem;
font-size: 1.5rem;
}

}
Expand All @@ -310,10 +310,10 @@ html {

.button-change-language {
@extend .button;
text-decoration: none;
font-weight: bold;
top: 20px;
right: 85px;
margin-right: 10px;
}


Expand Down

0 comments on commit 270a5cc

Please sign in to comment.