(update form template and styles)

This commit is contained in:
Adam Wathan
2017-08-22 15:42:11 -04:00
parent f0823c77e3
commit 3a6be393f4
2 changed files with 24 additions and 6 deletions

View File

@@ -14,3 +14,9 @@
background-color: hsl(hue(@color-danger), 100%, 99%);
border-color: @color-danger;
}
.alert-success {
background-color: #edf8ff;
border-color: #a8d9f5;
color: #2b729e;
}