mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
33cc8d587a
* replaced all the instances of collectibles with nfts * updated actions * updated e2e seeder * updated confirm Approve test * updated test dapp change * updated test dapp change * nit fix * nit fix * updated casing and snapshots * updated casinG * added migrations * updated ,igration * updated 078.test * updated tests for 078 migration * updated migration * updated 078 index.js
26 lines
484 B
SCSS
26 lines
484 B
SCSS
.nfts-detection-notice {
|
|
margin: 16px 16px 0 16px;
|
|
|
|
&__message {
|
|
position: relative;
|
|
padding: 0.75rem 0.75rem 1rem 0.75rem !important;
|
|
|
|
& &__close-button {
|
|
color: var(--color-icon-default);
|
|
background: none;
|
|
position: absolute;
|
|
cursor: pointer;
|
|
right: 8px;
|
|
}
|
|
|
|
a.nfts-detection-notice__message__link {
|
|
@include H7;
|
|
|
|
width: 100%;
|
|
padding: 0;
|
|
justify-content: flex-start;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|