Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
fix(placeholder): add css definition for double-a-teaser
Browse files Browse the repository at this point in the history
  • Loading branch information
asakrejz committed Apr 19, 2022
1 parent 40efe50 commit 2447519
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vue/components/EmbedPlaceholder/EmbedPlaceholder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ export default Vue.extend<NonNullish, Methods, NonNullish, Props>({
}
.a-teaser.embed-placeholder__container {
aspect-ratio: 16/9;
aspect-ratio: 16 / 9;
}
.bc.embed-placeholder__container {
aspect-ratio: 20/41;
aspect-ratio: 4.3875 / 9;
}
.embed-placeholder__header {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ export default Vue.extend<NonNullish, Methods, NonNullish, Props>({
height: 48px;
}
.double-a-teaser > .embed-placeholder__header--pur svg {
width: 48px;
height: 48px;
}
.embed-placeholder__description--pur {
font-family: Gotham XNarrow, sans-serif;
font-style: normal;
Expand All @@ -172,6 +177,10 @@ export default Vue.extend<NonNullish, Methods, NonNullish, Props>({
.a-teaser > .embed-placeholder__header--pur {
display: none;
}
.double-a-teaser > .embed-placeholder__header--pur {
display: none;
}
}
@media (min-width: 0) and (max-width: 600px) {
Expand Down

0 comments on commit 2447519

Please sign in to comment.