[ADD] theme 14.0

This commit is contained in:
Jeremy Kersten
2021-05-10 15:45:35 +02:00
commit cb1e3be3f8
2309 changed files with 55585 additions and 0 deletions
@@ -0,0 +1,27 @@
.s_news_carousel {
.carousel-inner {
width: 80%;
margin: 0 auto;
}
.s_news_carousel_date {
display: flex;
flex-direction: column;
justify-content: center;
padding: $grid-gutter-width;
}
.s_news_carousel_day {
line-height: 1;
font-weight: 300;
}
.s_news_carousel_month {
margin-bottom: 10px;
text-transform: uppercase;
}
.s_news_carousel_content {
padding: $grid-gutter-width;
background-color: #fff;
}
}