[ADD] theme 14.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user