🐛 Allow import to continue from recoverable failures

This commit is contained in:
alonso.torres 2022-01-05 14:53:32 +01:00
parent d246788a35
commit 1d575ece06
8 changed files with 123 additions and 72 deletions

View file

@ -322,6 +322,10 @@
fill: $color-success;
}
.icon-msg-warning {
fill: $color-warning;
}
.icon-close {
transform: rotate(45deg);
fill: $color-danger;
@ -392,6 +396,13 @@
fill: $color-white;
}
}
&.warning {
background: $color-warning-lighter;
.icon {
background: $color-warning;
}
}
}
.error-message {