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 { ...@@ -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; width: 40px !important;
height: 40px !important; height: 40px !important;
border: 1px solid #000008; 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{ .block-minicart .block-content>.actions .action.checkout{
background: #000; background: #000;
} }
...@@ -2161,13 +2167,21 @@ display: none !important; ...@@ -2161,13 +2167,21 @@ display: none !important;
height: 30px !important;; height: 30px !important;;
border-radius: 50% !important;; border-radius: 50% !important;;
} }
.swatch-option.color, .swatch-option.text, .swatch-option.image{ .swatch-option.color .swatch-option.image{
width: 30px !important; width: 30px !important;
height: 30px !important; height: 30px !important;
border: 1px solid #000008; border: 1px solid #000008;
border-radius: 50% !important; border-radius: 50% !important;
line-height: 30px; line-height: 30px;
} }
.swatch-option.text
{
width: auto !important;
line-height: 13px!important;
height: 30px !important;
}
.swatch-option::before{ .swatch-option::before{
content: ''; content: '';
position: absolute; 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