Skip to content

Commit

Permalink
Update secondaryLinkWithLeftArrow styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ohansFavour committed Aug 29, 2024
1 parent 6e37ee2 commit c7ba791
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/build/emailverification-shared2.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/build/index2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/multifactorauthprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/passwordlessprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/sessionprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/thirdpartyprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/totpprebuiltui.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions lib/ts/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,11 @@
left: 2px;
}

[data-supertokens~="buttonWithArrow"]:hover [data-supertokens~="secondaryLinkWithLeftArrow"] svg {
position: relative;
left: -2px;
}

[data-supertokens~="buttonWithArrow"] [data-supertokens~="secondaryLinkWithLeftArrow"] {
display: flex;
align-items: center;
Expand Down

0 comments on commit c7ba791

Please sign in to comment.