Skip to content

Commit

Permalink
fix: fix stylelint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Jul 5, 2019
1 parent a93fd78 commit 3abbb7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs-site/src/components/gearbox/gearbox.scss
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 3abbb7b

Please sign in to comment.