Commit b77a33de by dhn

Merge branch 'developer' of http://47.99.244.21:9999/root/joshine into developer

parents f0f77a11 27569ecc
......@@ -2041,11 +2041,6 @@ button.action.submit.primary {
border-radius: 50%;
}
.swatch-option.text.selected::before{
box-shadow:none;
background: #0a0a0a;
color: #FFFFFF;
}
.swatch-option::before {
box-shadow: 0 0 0 0px;
......@@ -2059,7 +2054,7 @@ button.action.submit.primary {
bottom: 0;
left: -3px;
right: 0;
width: 44px;
width: auto;
height: 44px;
border-radius: 50%;
}
......@@ -2161,6 +2156,7 @@ height: 40px !important;
padding: calc( 8.5px) calc( 11px);
line-height:22px!important;
min-width: 40px;
text-align: center;
}
.block-minicart .block-content>.actions .action.checkout{
......@@ -2187,7 +2183,7 @@ display: none !important;
@media (max-width: 1024px){
#product-options-wrapper .swatch-option.color,.swatch-option.image{
#product-options-wrapper .swatch-option.color,#product-options-wrapper .swatch-option.image{
width: 30px !important;
height: 30px !important;
border: 1px solid #000008;
......@@ -2209,7 +2205,7 @@ display: none !important;
bottom: 0;
left: 0px;
right: 0;
width: 32px;
width: auto;
height: 32px;
border-radius: 50%;
top: -2px;
......
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