From 3abbb7b2e0e9d90fa8671ae0e39017846e4bd776 Mon Sep 17 00:00:00 2001 From: Salem Ghoweri Date: Fri, 5 Jul 2019 17:11:09 -0400 Subject: [PATCH] fix: fix stylelint error --- docs-site/src/components/gearbox/gearbox.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs-site/src/components/gearbox/gearbox.scss b/docs-site/src/components/gearbox/gearbox.scss index d382e2c597..3f9b4bf9a2 100644 --- a/docs-site/src/components/gearbox/gearbox.scss +++ b/docs-site/src/components/gearbox/gearbox.scss @@ -39,7 +39,7 @@ $gear-animation-time: 12s; height: 100%; overflow: hidden; margin-bottom: 1rem; - border: 1px solid rgba(#E0E2EB, 0.8); + border: 1px solid rgba(#e0e2eb, 0.8); border-radius: 3px; background-color: white; } @@ -77,7 +77,8 @@ $gear-animation-time: 12s; margin-top: -(($gear-size - 24px) / 2); margin-left: -(($gear-size - 24px) / 2); border-radius: 36px; - box-shadow: 0px 0px 10px white(0.1), inset 0px 0px 10px black(0.1), + box-shadow: 0px 0px 10px white(0.1), + inset 0px 0px 10px black(0.1), inset 0px 2px 0px 0px darken($gear-color, 30%), inset 0px -1px 0px 0px lighten($gear-color, 20%); background: white;