Commit 52315aba by dhn

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

parents cb66a7b4 9e0f780d
......@@ -2127,12 +2127,18 @@ button.action.submit.primary {
}
}
.swatch-option.color, .swatch-option.text, .swatch-option.image{
.swatch-option.color, .swatch-option.image{
width: 40px !important;
height: 40px !important;
border: 1px solid #000008;
}
.swatch-option.text{
width: auto!important;
padding: calc( 7.5px) calc( 15px);
line-height:22px!important;
}
.block-minicart .block-content>.actions .action.checkout{
background: #000;
}
......@@ -2161,13 +2167,21 @@ display: none !important;
height: 30px !important;;
border-radius: 50% !important;;
}
.swatch-option.color, .swatch-option.text, .swatch-option.image{
.swatch-option.color .swatch-option.image{
width: 30px !important;
height: 30px !important;
border: 1px solid #000008;
border-radius: 50% !important;
line-height: 30px;
}
.swatch-option.text
{
width: auto !important;
line-height: 13px!important;
height: 30px !important;
}
.swatch-option::before{
content: '';
position: absolute;
......
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