Skip to content
Snippets Groups Projects
Commit 9f23ead8 authored by Amine FILALI's avatar Amine FILALI Committed by pybelecalo
Browse files

[US TRTL-594] Add success, danger and warning classes

parent 44dbe88a
No related branches found
No related tags found
No related merge requests found
......@@ -68,4 +68,16 @@ h5 {
&.light {
color: var(--vitamui-grey-600);
}
&.success {
color: $green;
}
&.warning {
color: $orange;
}
&.danger {
color: $red;
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment