Skip to content
Snippets Groups Projects
Commit 588d618b authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

New themes for custom alert: success, danger, primary

parent 6f0321e6
No related branches found
No related tags found
1 merge request!2Resolve "Upgrade font-awesome version"
......@@ -35,6 +35,24 @@ div.alert.info {
color: #045689;
}
div.alert.success {
border-color: #eeffff;
background-color: #d5eadb;
color: #048956;
}
div.alert.danger {
border-color: #f6c6cf;
background-color: #f8ddd3;
color: #721a1c;
}
div.alert.primary {
border-color: #b9dbfe;
background-color: #cde6fe;
color: #014184;
}
// Normal (desktop) ========================================================
.img-uni-lu {
bottom: -2px;
......
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