Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Oct 27, 2023
2 parents e83ae94 + 1eac9a9 commit ed6d158
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
5 changes: 4 additions & 1 deletion lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2243,6 +2243,9 @@ pre {
.noBorder_bf418d {
@extend %inputNoBorder !optional;
}
.inputField__79601 {
@extend %inputField !optional;
}
.modal__4f3da {
@extend %modal !optional;
}
Expand Down Expand Up @@ -3718,7 +3721,7 @@ pre {
.authBox__7196a {
@extend %loginAuthBox !optional;
}
.list-3-WAYB {
.list__4e6aa {
@extend %loginAccountsList !optional;
}
.navRow_bb8efc {
Expand Down
3 changes: 2 additions & 1 deletion src/general/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
&%inputFocused {
box-shadow: 0 0 2px 2px $main-color;
}
&%inputNoBorder {
&%inputNoBorder,
&%inputField {
border: none;
box-shadow: none;
background: none;
Expand Down
11 changes: 11 additions & 0 deletions src/modals/otherModals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,17 @@
.tips-39ZVzW {
background-color: hsla(0, 0%, 0%, 0.4);
}
// SWITCH ACCOUNTS
.activeIcon_e452f7 > circle:not([fill^='hsl(0']),
.activeIcon_e452f7 > g > path:not([fill^='hsl(0']) {
fill: $main-color;
}
%themeDark %modalRoot {
%loginAuthBox,
%addAccountFooter {
background-color: transparent;
}
}

// VERIFY PHONE
%phoneVerification %phoneVerificationInput {
Expand Down
13 changes: 2 additions & 11 deletions src/pages/login.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
/* LOGIN PAGE */
%themeDark %loginAuthBox {
background-color: rgba(0, 0, 0, .5);
background-color: hsla(0, 0%, 0%, .5);
}
%loginAccountsList {
background-color: rgba(0, 0, 0, .5);
}

// SWITCH ACCOUNTS
.activeIcon_e452f7 > circle:not([fill^='hsl(0']),
.activeIcon_e452f7 > g > path:not([fill^='hsl(0']) {
fill: $main-color;
}
%themeDark %addAccountFooter {
background-color: rgba(0, 0, 0, .5);
background-color: hsla(0, 0%, 100%, .15);
}

0 comments on commit ed6d158

Please sign in to comment.