Skip to content

Commit

Permalink
Merge pull request #873 from TokenScript/chore/sonar-fixes
Browse files Browse the repository at this point in the history
remove duplicate style def
  • Loading branch information
nicktaras committed Oct 16, 2023
2 parents 683162c + e83cdc8 commit 91edb19
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions src/theme/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,25 @@
height: auto;
max-height: 62px;
}

&.WalletConnectV2 {
svg {
width: 57px;
margin-top: -5px;
}
p {
padding-top: 10px;
}
}

&.Flow,
&.Phantom_Brave {
svg {
margin-top: 5px;
height: 52px;
width: auto;
}
p {
padding-top: 5px;
}
}
}

Expand Down Expand Up @@ -864,25 +870,6 @@ li.issuer-connect-banner-tn .fungible-token-btn {
display: flex;
flex-direction: column;
align-items: center;

&.WalletConnectV2 {
svg {
margin-top: -5px;
}
p {
padding-top: 10px;
}
}

&.Flow,
&.Phantom_Brave {
svg {
margin-top: 5px;
}
p {
padding-top: 5px;
}
}
}

.overlay-tn .skeleton-box {
Expand Down

0 comments on commit 91edb19

Please sign in to comment.