Skip to content

Commit

Permalink
refac/ replace toggleLanguage active class to the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
dadedeandrade committed Jun 2, 2023
1 parent fdcde22 commit 94614cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,6 @@ header .headerTextDiv {
/* header .headerTextDiv h1{}
header .headerTextDiv h2{} */

.toggleSection .languageDiv #toggleLanguage.active .indicatorLanguage {
left: calc(var(--sizeButton) / 2);
box-shadow: inset 0 2px 60px rgba(0, 0, 0, 0.1),
inset 0 2px 8px rgba(112, 112, 112, 0.1),
inset 0 -4px 4px rgba(112, 112, 112, 0.1);
background-image: url("../assets/brazil.png");
background-size: contain;
background-position: center;
}

main {
display: flex;
justify-content: center;
Expand Down
10 changes: 10 additions & 0 deletions styles/toggleStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
transition: 0.5s;
}

.toggleSection .languageDiv #toggleLanguage.active .indicatorLanguage {
left: calc(var(--sizeButton) / 2);
box-shadow: inset 0 2px 60px rgba(0, 0, 0, 0.1),
inset 0 2px 8px rgba(112, 112, 112, 0.1),
inset 0 -4px 4px rgba(112, 112, 112, 0.1);
background-image: url("../assets/brazil.png");
background-size: contain;
background-position: center;
}

.toggleSection .themeDiv {
width: 100%;
display: flex;
Expand Down

0 comments on commit 94614cf

Please sign in to comment.