mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Reported issue in #18138 is due to EasyList being selected in ABP. This commit fixes both the image at the bottom of the Dynamic Component Loader example, and the Stackblitz demo. Fixes #18138 PR Close #27212
23 lines
No EOL
387 B
CSS
23 lines
No EOL
387 B
CSS
.hero-profile {
|
|
border: 1px solid gray;
|
|
padding: 5px;
|
|
padding-bottom: 20px;
|
|
padding-left: 20px;
|
|
border-radius: 10px;
|
|
background-color: lightgreen;
|
|
color: black;
|
|
}
|
|
|
|
.job-ad {
|
|
border: 1px solid gray;
|
|
padding: 5px;
|
|
padding-bottom: 20px;
|
|
padding-left: 20px;
|
|
border-radius: 10px;
|
|
background-color: lightblue;
|
|
color: black;
|
|
}
|
|
|
|
.ad-banner-example {
|
|
width: 400px;
|
|
} |