BREAKING CHANGE: Pre-design-tokens theming is no longer supported. Co-authored-by: Diana Olarte <diana.olarte@edunext.co>
15 lines
272 B
SCSS
15 lines
272 B
SCSS
.alert-content.lock-paywall-container {
|
|
display: inline-flex;
|
|
width: 100%;
|
|
}
|
|
|
|
.lock-paywall-container svg {
|
|
color: var(--pgn-color-primary-700);
|
|
}
|
|
|
|
@media only screen and (min-width: 992px) and (max-width: 1100px) {
|
|
.list-div {
|
|
width: 62%;
|
|
}
|
|
}
|