mirror of
https://github.com/leaders-of-digital-9-task/backend.git
synced 2024-11-22 17:36:32 +03:00
14 lines
228 B
CSS
14 lines
228 B
CSS
/* These styles are generated from project.scss. */
|
|
|
|
.alert-debug {
|
|
color: black;
|
|
background-color: white;
|
|
border-color: #d6e9c6;
|
|
}
|
|
|
|
.alert-error {
|
|
color: #b94a48;
|
|
background-color: #f2dede;
|
|
border-color: #eed3d7;
|
|
}
|