Merge pull request #163 from paulkaplan/fix-outline-box-position

Make outline box in color button centered
This commit is contained in:
Paul Kaplan 2017-10-30 11:09:07 -04:00 committed by GitHub
commit a7c3566fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;