make heading on alert form bold

This commit is contained in:
Mads Rasmussen
2017-08-24 14:52:12 +02:00
parent 3c17e30133
commit fcc0198910

View File

@@ -79,7 +79,9 @@
}
.alert-form h4 {
color: @gray-3;
color: @black;
font-weight: bold;
margin-bottom: 5px;
}