Adjust paid embedded content
This commit is contained in:
parent
5faabb919f
commit
61d0d76c1c
1 changed files with 13 additions and 0 deletions
|
@ -33,6 +33,19 @@
|
||||||
border-top-right-radius: var(--border-radius);
|
border-top-right-radius: var(--border-radius);
|
||||||
background-color: var(--color-black);
|
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) {
|
@media (max-width: $breakpoint-small) {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue