[Frontend] WIP Style Guide

Fixes #1233
Tweak to color swatch shape
This commit is contained in:
Charles Hacskaylo
2017-02-14 15:45:44 -08:00
parent f8c4c70623
commit 2c5dd96de1

View File

@ -187,7 +187,7 @@
.swatch { .swatch {
height: $d; width: $d; height: $d; width: $d;
border: 1px solid $colorInteriorBorder; border: 1px solid $colorInteriorBorder;
border-radius: 100%; border-radius: 15%;
position: absolute; position: absolute;
left: 50%; left: 50%;
@include transform(translateX(-50%)); @include transform(translateX(-50%));