Skip to content

Commit

Permalink
update: ExtensionInviteCodeModal on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
PetromirDev committed Aug 13, 2024
1 parent 4ab227a commit b7fc05b
Showing 1 changed file with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,46 @@ $min-modal-height: 34.375rem;
right: 0.25rem;
}
}

.wrapper {
min-height: 30rem;
}

.content {
gap: 1rem;
}
.storeWrapper .storeText,
.textWrapper .text {
font-size: 0.75rem;
margin-bottom: 0.5rem;
}
.codeWrapper {
margin-bottom: 0.5rem;

.codeTitle {
font-size: 0.75rem;
}
.code {
font-size: 1.25rem;
margin-bottom: 0.75rem;
}
.copyButton {
padding: 0.5rem 1rem;
font-size: 0.75rem;
gap: 0.25rem;

svg {
width: 1rem;
height: 1rem;
}
}
}
.storeWrapper {
.storeText {
margin-bottom: 1rem;
}
.storeLink {
padding: 0.75rem 2.5rem;
}
}
}

0 comments on commit b7fc05b

Please sign in to comment.