Skip to content

Commit

Permalink
dropdown adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueRicardoFigueira committed Jan 30, 2025
1 parent 270a5cc commit 39ed4a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ html {
list-style: none;
padding: 0;
margin: 0;
min-width: 150px;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
Expand All @@ -352,12 +351,17 @@ html {
color: $white;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 0.9rem;
border-radius: 5px;
}

.language-dropdown li a:hover {
background-color: $primary-400;
background-color: $primary-400;
border-radius: 5px;
color: $white;
}

Expand Down

0 comments on commit 39ed4a7

Please sign in to comment.