Commit 39cdb861 authored by Chi Bui's avatar Chi Bui 👀

aaaa

parent 75962ce0
......@@ -100,6 +100,24 @@ article.commerce-product.teaser .product-image img {
position: absolute;
bottom: -117px;
text-transform: uppercase;
}
.recent-post{
display: flex;
border-bottom: 1px solid #ebebeb;
padding-bottom: 15px;
}
.recent-post img {
height: 80px;
width: 80px;
margin-right: 15px;
object-fit: conver;
}
.recent-post h5 {
}
.recent-post p {
}
/*end blog custom invi */
......@@ -11133,17 +11151,7 @@ header.navbar .block-search-navigation .search-icon.active {
color: inherit;
}
.region-sidebar-first .block-views[class*="-recent-posts"] .view-content ul li a:before,
.region-sidebar-second .block-views[class*="-recent-posts"] .view-content ul li a:before {
position: absolute;
top: 0;
left: 0;
content: "";
transition: color 0.3s ease-in-out;
color: #888;
font-family: "FontAwesome";
font-size: 14px;
}
.region-sidebar-first .block-views[class*="-archives"] .view-content ul,
.region-sidebar-second .block-views[class*="-archives"] .view-content ul {
......@@ -11533,10 +11541,11 @@ header.navbar .block-search-navigation .search-icon.active {
font-size: 18px;
}
.estore-homepage-first .collection-region .collection-hot-product .view-display-id-block_hot_product {
.estore-homepage-first .collection-region .view-display-id-block_hot_product {
padding: 15px;
border: 1px solid #e2e2e2;
height: 427px
height: 429px
}
.estore-homepage-first .collection-region .collection-hot-product .field--name-body {
......@@ -12049,9 +12058,13 @@ article.commerce-product.full .product-bottom .tab-content {
border: 1px solid #e2e2e2;
border-top: none;
}
article.commerce-product.teaser {
border: 1px solid #e2e2e2;
.estore-homepage-first .view-display-id-block_sale_product{
padding: 15px;
border: 1px solid #e2e2e2;
height: 427px;
}
article.commerce-product.teaser {
padding: 15px;
}
@media (max-width: 991px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment