Giao dien hoan chinh 6/6
This commit is contained in:
@@ -8,6 +8,7 @@ body {
|
||||
word-break: break-word;
|
||||
counter-reset: section;
|
||||
font-weight: 400;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
.bg-grey {
|
||||
@@ -197,7 +198,7 @@ iframe {
|
||||
color: #FE7801;
|
||||
}
|
||||
|
||||
.color-main, .global-breadcrumb li:last-child a, .p-item:hover a {
|
||||
.color-main, .p-item:hover a {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
@@ -2305,6 +2306,54 @@ iframe {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.rating-selection {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.rating-selection .title {
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.rating-selection label {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rating-selection input {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.rating-selection label {
|
||||
position: relative;
|
||||
float: right;
|
||||
display: block;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
background: url("../images/star_rating.png") 0 -28px;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
.rating-selection label.active, .rating-selection label.active ~ label {
|
||||
background-position: 0 18px;
|
||||
}
|
||||
|
||||
.rating-selection label:hover ~ label, .rating-selection label:hover {
|
||||
background-position: 0 0 !important;
|
||||
}
|
||||
|
||||
.pd-comment-container .rating-holder {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.pd-comment-container .rating-holder p {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.pd-comment-container .box-title-group {
|
||||
padding: 0;
|
||||
}
|
||||
@@ -2805,6 +2854,7 @@ iframe {
|
||||
font-size: 16px;
|
||||
width: 100%;
|
||||
max-width: 190px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.cart-step-2 .payment-item {
|
||||
@@ -2904,8 +2954,17 @@ iframe {
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
.cart-summary-group .cart-btn-group td {
|
||||
border: 0;
|
||||
.cart-summary-group .cart-btn-group {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.cart-summary-group .cart-btn-group a {
|
||||
@@ -2916,6 +2975,9 @@ iframe {
|
||||
}
|
||||
|
||||
.cart-summary-group .cart-btn-group button {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-ms-flex-order: 1;
|
||||
order: 1;
|
||||
height: 44px;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
|
||||
Reference in New Issue
Block a user