Skip to content

Commit

Permalink
chore: modal button style
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushiee committed Sep 8, 2021
1 parent f1b8ea3 commit 6bb2164
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles/Cards.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
}
}

.modalButton {
display: flex;
width: fit-content;
height: fit-content;
align-items: center;
}

.dot {
color: $button-border;
padding: 0 0.3rem;
Expand Down Expand Up @@ -184,7 +191,7 @@
font-size: 13rem;
font-weight: 900;
-webkit-text-stroke: 5px #7c7c7c;
-webkit-text-fill-color: $black;
-webkit-text-fill-color: $black;
margin-right: -2rem;
margin-bottom: 1.4rem;
padding: 0 !important;
Expand Down

0 comments on commit 6bb2164

Please sign in to comment.