Use mailto in error message
This commit is contained in:
parent
441e123e8a
commit
b60805a54c
2 changed files with 6 additions and 1 deletions
|
@ -8,6 +8,11 @@
|
|||
.alert-danger {
|
||||
background-color: $medium-red;
|
||||
color: #FFFFFF;
|
||||
|
||||
a {
|
||||
color: #FFFFFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue