2021-12-14 00:41:10 +01:00
|
|
|
.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;
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--black);
|
2021-12-14 00:41:10 +01:00
|
|
|
background-color: transparent;
|
|
|
|
top: 0;
|
|
|
|
right: 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a.collectibles-detection-notice__message__link {
|
|
|
|
@include H6;
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|