2023-02-16 20:23:29 +01:00
|
|
|
.nfts-detection-notice {
|
2022-03-31 16:02:47 +02:00
|
|
|
margin: 16px 16px 0 16px;
|
|
|
|
|
2021-12-14 00:41:10 +01:00
|
|
|
&__message {
|
|
|
|
position: relative;
|
2022-03-31 16:02:47 +02:00
|
|
|
padding: 0.75rem 0.75rem 1rem 0.75rem !important;
|
2021-12-14 00:41:10 +01:00
|
|
|
|
2022-03-31 16:02:47 +02:00
|
|
|
& &__close-button {
|
|
|
|
color: var(--color-icon-default);
|
|
|
|
background: none;
|
|
|
|
position: absolute;
|
|
|
|
cursor: pointer;
|
|
|
|
right: 8px;
|
2021-12-14 00:41:10 +01:00
|
|
|
}
|
|
|
|
|
2023-02-16 20:23:29 +01:00
|
|
|
a.nfts-detection-notice__message__link {
|
2022-03-31 16:02:47 +02:00
|
|
|
@include H7;
|
2021-12-14 00:41:10 +01:00
|
|
|
|
2022-01-19 19:42:41 +01:00
|
|
|
width: 100%;
|
2021-12-14 00:41:10 +01:00
|
|
|
padding: 0;
|
|
|
|
justify-content: flex-start;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|