Skip to content

Commit

Permalink
[#1584] Fix sign-in modal button link
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Sep 4, 2023
1 parent cb22018 commit 4cf8c1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/src/modules/#/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,22 @@
}
.ant-btn.ant-btn-link {
color: $primaryDarkBlue;
font-weight: 500;
text-decoration-line: none;
&:hover {
color: $primaryPurple;
}
& > span + .anticon {
margin-left: 0;
}
span {
text-transform: lowercase;
&::first-letter {
text-transform: uppercase;
}
}
}

.header-text {
color: $primaryDarkBlue;
font-size: $fzS;
Expand Down

0 comments on commit 4cf8c1c

Please # to comment.