mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:28:26 +02:00
🐛 Allow import to continue from recoverable failures
This commit is contained in:
parent
d246788a35
commit
1d575ece06
8 changed files with 123 additions and 72 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue