Add text color red

This commit is contained in:
Joshua Rubingh 2020-05-19 11:19:58 +02:00
parent 1edae44647
commit 485307b78e
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ form#new_schedule_form input {
width: 100%
}
.text-danger {
color: #721c24;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;