Make outline box in color button centered

This commit is contained in:
Paul Kaplan 2017-10-30 09:52:49 -04:00
parent 02996af315
commit c4da530240

View file

@ -45,8 +45,8 @@
.outline-swatch:after {
content: "";
position: absolute;
top: calc(0.5rem + 1px);
left: calc(0.5rem + 1px);
top: calc(0.5rem);
left: calc(0.5rem);
width: 0.75rem;
height: 0.75rem;
background: white;