Commit b2bd09d0 by wd

修改color间距,以及size边框透明度

parent 8bf746d0
...@@ -2244,6 +2244,7 @@ button.action.submit.primary { ...@@ -2244,6 +2244,7 @@ button.action.submit.primary {
height: 40px; height: 40px;
background-clip: content-box!important; background-clip: content-box!important;
padding: 5px; padding: 5px;
margin-left: 3%;
} }
.swatch-option.color.selected{ .swatch-option.color.selected{
...@@ -2262,7 +2263,7 @@ button.action.submit.primary { ...@@ -2262,7 +2263,7 @@ button.action.submit.primary {
text-align: center; text-align: center;
font-size: 15px; font-size: 15px;
background: none!important; background: none!important;
border:2px solid rgba(23, 23, 23, 0.6); border:2px solid rgba(23, 23, 23, 0.3);
border-radius: 15px; border-radius: 15px;
margin-left: 10px; margin-left: 10px;
} }
......
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