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{
|
||||
background: #F8F8F8;
|
||||
@@ -372,9 +373,6 @@ iframe {
|
||||
&::after{
|
||||
content: none;
|
||||
}
|
||||
a{
|
||||
@extend .color-main;
|
||||
}
|
||||
}
|
||||
}
|
||||
h1{
|
||||
@@ -1630,7 +1628,16 @@ iframe {
|
||||
}
|
||||
|
||||
}
|
||||
.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: flex;align-items: center;}
|
||||
.rating-holder p {margin: 0 10px 0 0;}
|
||||
.box-title-group {
|
||||
padding: 0;
|
||||
p {
|
||||
@@ -2017,6 +2024,7 @@ iframe {
|
||||
font-size: 16px;
|
||||
width: 100%;
|
||||
max-width: 190px;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
.payment-item{
|
||||
@@ -2097,16 +2105,18 @@ iframe {
|
||||
padding: 15px 0;
|
||||
}
|
||||
.cart-btn-group{
|
||||
td{
|
||||
border: 0;
|
||||
}
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin: 10px 0;
|
||||
a{
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 19px;
|
||||
text-transform: uppercase;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
button{
|
||||
order: 1;
|
||||
height: 44px;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
|
||||
Reference in New Issue
Block a user