- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
543 B

.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;
}
}