Commit b49e7e72 by wd

修复size内容太多溢出问题

parent 3e1e2841
......@@ -2128,12 +2128,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;
}
......@@ -2162,13 +2168,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