Prettify alert-primary, alert-danger

This commit is contained in:
Son NK 2020-04-12 19:39:31 +02:00
parent 076d9899ea
commit 1bed525231

View file

@ -69,4 +69,17 @@ em {
.cursor {
cursor: pointer;
}
/*Left border for alert zone*/
.alert-primary{
border-left: 5px #467fcf solid;
}
.alert-danger{
border-left: 5px #6b1110 solid;
}
.alert-danger::before {
content: "⚠️";
}