Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Mar 31, 2023
1 parent b073deb commit d244998
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
grid-template-columns: repeat(2, minmax(50%, 1fr));
grid-gap: 0.3rem;
grid-template-rows: auto;
}
}
&__language {
&-button_wrapper {
display: flex;
align-items: center;

@include mobile {
&--disabled {
Expand All @@ -28,6 +22,12 @@
}
}
}
}
&__language {
&-button_wrapper {
display: flex;
align-items: center;
}

&-link {
color: var(--text-prominent);
Expand Down
6 changes: 6 additions & 0 deletions packages/core/src/sass/app/_common/layout/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@
}
&-language__icon {
margin-right: 0.4rem;

&--disabled {
cursor: not-allowed;
opacity: 0.5;
pointer-events: none;
}
}

&--disabled {
Expand Down

0 comments on commit d244998

Please sign in to comment.