backend/image_markuper/static/css/project.css

14 lines
228 B
CSS
Raw Permalink Normal View History

2022-10-25 23:29:13 +03:00
/* 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;
}