Унификация отображения ошибок: LoadingError для загрузки, Toast для действий
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 34s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 34s
This commit is contained in:
@@ -14,6 +14,15 @@
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
|
||||
.toast-success {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.toast-error {
|
||||
background: #fef2f2;
|
||||
border: 1px solid #fecaca;
|
||||
}
|
||||
|
||||
.toast-visible {
|
||||
transform: translateX(-50%) translateY(0);
|
||||
opacity: 1;
|
||||
@@ -32,3 +41,7 @@
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.toast-error .toast-message {
|
||||
color: #991b1b;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user