mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-07 18:18:50 +01:00
fix(demo): update stylelint config and fix linter errors (#4)
This commit is contained in:
parent
d98658b979
commit
05c82bd602
2 changed files with 12 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue