Skip to content

Commit

Permalink
update: extension invite code modal responsive design for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
PetromirDev committed Aug 7, 2024
1 parent 3b92567 commit ba332ab
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,43 @@ $min-modal-height: 34.375rem;
.header, .content {
padding: 1.5rem;
}

.codeWrapper {
.code {
font-size: 2rem;
}
}
}

@include xs-breakpoint {
.header, .content {
padding: 1rem;
}

.header {
flex-direction: row;
align-items: center;
gap: 1rem;

.headerLogo {
width: 3.75rem;
width: 4rem;
height: auto;
margin-bottom: 0;
}
.headerText {
text-align: left;
padding-right: 2rem;
}
.closeIcon {
top: .5rem;
right: .5rem;
}
}
}

@media screen and (max-width: 350px) {
.codeWrapper .code {
font-size: 1.5rem;
}
}

0 comments on commit ba332ab

Please sign in to comment.