swcheon of CREMA Publishing Team
3/14/2018 - 4:57 AM

리뷰 작성 버튼 강조

모바일, 상품 위젯에 있는 '리뷰 작성', '후기 남기기' 버튼 강조하기

/* 상품 상세 - 후기 탭 리뷰 작성 버튼 강조 */
.product_summary__item--without_count {
    color: #fff;
    background: #3f3f3f;
}

/* 기본 위젯의 리뷰 작성 버튼 강조 */
.product__link_new_review {
    padding: 6px 8px;
    color: #fff;
    background: #222;
}
.product__cover {
    padding-right: 81px;
}
.product__image_container {
    padding-right: 81px;
}
.product__action_container {
  width: 85px;
}
.product__info_container {
  width: 85px;
}