diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5c76560..5e1ccc1 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1421,6 +1421,11 @@ input[type="range"]::-webkit-slider-thumb { .color-swatches.defaults { margin-top: 10px; } + +.color-swatches.defaults span{ + font-size:12px; + font-weight:500; +} .color-swatches span { display: inline-block; width: 50%; @@ -1430,9 +1435,9 @@ input[type="range"]::-webkit-slider-thumb { font-weight: 300; } .vvbox .color-swatches ~ h4 { - margin-bottom: -3px; + margin-bottom: -4px; border-bottom: 1px solid #ddd; - padding-bottom: 6px; + padding-bottom: 4px; padding-top: 11px; display: inline-block; width: 100%; @@ -1458,7 +1463,6 @@ input[type="range"]::-webkit-slider-thumb { padding-left: 5px; display: inline-block; cursor: pointer; - top: -2px; } |
