Adjust paid embedded content

This commit is contained in:
Raphael Wickihalder 2022-05-02 08:11:55 +02:00
parent 5faabb919f
commit 61d0d76c1c
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -33,6 +33,19 @@
border-top-right-radius: var(--border-radius);
background-color: var(--color-black);
.nag--helpful {
border-radius: 0px !important;
bottom: 0;
.button {
display: inline-block !important;
}
}
.nag--inline {
top: unset;
}
@media (max-width: $breakpoint-small) {
height: 200px;
}