Merge pull request #488 from alphagov/daily-limit-message

Show error if you try to send too many messages
This commit is contained in:
Chris Hill-Scott
2016-04-25 15:35:06 +01:00
4 changed files with 56 additions and 4 deletions

View File

@@ -56,6 +56,19 @@
margin-top: 10px;
}
a {
&:link,
&:visited {
color: $error-colour;
}
&:hover {
color: $mellow-red;
}
}
}
.banner-mode {