Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CSS Stylesheet
 /*-------------------------------------------*/
/*---OOH EVENTS CALENDAR PAGE - 20-10-2022---*/
/*------------------------------------------*/      

/*---INTRODUCTION---*/
#introduction {
background-image: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/592642240/bg-illu-sigle-home-communication-material-introduction.svg");
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
}

.event {}
.news-teaser-root > div > div > div  { background-color: transparent; box-shadow: none !important;}
.news-teaser-root > div > div > div > div > div { padding:0; box-shadow: 0;} 
.news-teaser-root .aui-group > div:first-child { display: none; border:1px solid red;}

.col-container { display: flex; justify-content: space-between;}
.col-first { width: 35%;}
.col-first img { max-width: 100%; height: auto;}
.col-second { width: 60%;}

.news-teaser-root h2 { display: none;}
.news-teaser-root h3 { font-size:20px;}
.news-teaser-root h3 span { display: block; font-size: 1rem;}
.news-teaser-root p.date { margin-bottom:0.5rem;}
.news-teaser-root p.event-cta { text-align: right;}

...