fix(demo): update stylelint config and fix linter errors (#4)

This commit is contained in:
Lex Zhukov 2017-06-28 14:47:44 +03:00 committed by GitHub
parent d98658b979
commit 05c82bd602
2 changed files with 12 additions and 2 deletions

View file

@ -28,7 +28,9 @@
.icon-container {
box-shadow: none;
&.success {
box-shadow: inset 0 5px 9px 0 #00967d, 0 4px 10px 0 rgba(33, 7, 77, 0.5), 0 2px 12px 0 rgba(35, 255, 181, 0.6);
box-shadow: inset 0 5px 9px 0 #00967d,
0 4px 10px 0 rgba(33, 7, 77, 0.5),
0 2px 12px 0 rgba(35, 255, 181, 0.6);
}
}
&::before {