new-brands.page.css 625 Bytes
@import "layout/panel";
@import "new/recommend";

.main-wrap {
    background-color: #f0f0f0;
}

.recommend-brands {
    .panel-header {
        border-top: none;
        border-bottom: none;
    }

    .panel-body {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
        justify-content: space-between;

        &:last-child {
            border-bottom: none;
        }
    }

    .brand-news-count {
        margin: 20px 0;
        width: 32%;

        img {
            height: auto;
        }
    }
}

.new-brands .brand-news-count .count {
    display: none;
}