Skip to content
Snippets Groups Projects
Commit c06f1816 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

revert back v3 status colors

parent 23a51d07
No related branches found
No related tags found
1 merge request!783V3.0.0
......@@ -608,3 +608,17 @@ button {
white-space: nowrap !important;
border: 0 !important;
}
// Status colors
.error {
color: $info-error;
}
.success {
color: $info-success;
}
.info {
color: $info-blue;
}
.warning {
color: $info-warning;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment