1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/app/nfts-detection-notice/index.scss
Nidhi Kumari 5bc0ba7f3a
Move "Import NFTs" to Modal (#19806)
* moved import nft to modal

* fixed modal state

* updated port-nft-popup

* updated onChange for import nft modal

* updated tests

* updated tests

* updated tests

* added story and updated spec file

* updated spec file

* updated spec file

* updated spec file for import-nft

* added focus to form field

* added autofocus to tokenId
2023-07-14 21:48:41 +05:30

24 lines
455 B
SCSS

.nfts-detection-notice {
&__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;
}
}
}