A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/app/collectibles-detection-notice/index.scss

31 lines
637 B

.collectibles-detection-notice {
&__message {
position: relative;
padding: 0 1rem 1rem 1rem !important;
&__close-button {
background-color: transparent;
&::after {
position: absolute;
content: '\00D7';
font-size: 29px;
font-weight: 200;
color: var(--color-icon-default);
background-color: transparent;
top: 0;
right: 12px;
cursor: pointer;
}
}
a.collectibles-detection-notice__message__link {
@include H6;
width: 100%;
padding: 0;
justify-content: flex-start;
font-weight: bold;
}
}
}