Skip to content
Snippets Groups Projects
Commit 3bb30379 authored by Alexis Poyen's avatar Alexis Poyen
Browse files

UI : add color to card-header

parent 8103af96
No related branches found
No related tags found
1 merge request!23Resolve "Handle Capturers affectation"
Pipeline #5752 passed
......@@ -121,3 +121,11 @@ select {
#round-desks .columns {
max-height: 90%;
}
.card-header-success{
background-color: rgba(127,186,0,.95);
}
.card-header-danger{
background-color: rgba(242,80,34,.95);
}
\ No newline at end of file
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