Skip to content

Commit

Permalink
💄 Updating share buttons and stepper done step
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Oct 11, 2024
1 parent a8c08e4 commit 276c27e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
.buttonAction {
width: 70px;
height: 70px;
width: 75px;
height: 75px;
border: none;
border-radius: 12px;
background-color: #fff;
box-shadow: -4px -4px 7.3px 0 #00000040 inset;
box-shadow: -4px -4px 7px 0 #00000040 inset;
color: #242321;
font-size: 10px;
cursor: pointer;
font-weight: 700;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 3px;
white-space: nowrap;
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
.modalListener__stepItem--done {
color: #0171ec;

.modalListener__stepNumber {
.modalListener__stepNumberInnerIcon {
border-color: #0171ec;
color: #0171ec;
}
Expand Down

0 comments on commit 276c27e

Please sign in to comment.