Skip to content

Commit

Permalink
updatd cta button for Assess component
Browse files Browse the repository at this point in the history
  • Loading branch information
alivarastepour committed Nov 1, 2023
1 parent 1b754dc commit 523027c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions styles/assess.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
.take {
padding: 0.4rem 1rem;
border-radius: 0.4rem;
border: 1px solid $third_color;
// border: 1px solid $third_color;
background-color: $third_color;
font-size: 1.2rem;

.take-wrapper {
Expand All @@ -68,8 +69,8 @@
justify-content: space-between;
.take-content {
a {
color: #fff;
text-decoration: none;
color: $secondary_color;
}
}
.take-icon {
Expand All @@ -88,6 +89,7 @@
font-size: 0.9rem;
text-decoration: underline;
color: #444;
display: none;
}
}
}
Expand Down

0 comments on commit 523027c

Please sign in to comment.