diff --git a/css/reset.styl b/css/reset.styl index 37bc0c2..390c23f 100644 --- a/css/reset.styl +++ b/css/reset.styl @@ -36,6 +36,26 @@ h3 p margin 0 0 10px 0 +.bg-green + background-color #d9ffca + border-radius 4px + padding .5em 1em + +.bg-red + background-color #f2dede + border-radius 4px + padding .5em 1em + +.bg-blue + background-color #337ab7 + border-radius 4px + padding .5em 1em + +.bg-light-blue + background-color #d9edf7 + border-radius 4px + padding .5em 1em + /* Some styles for buttons */ .button border 0px diff --git a/template/login.twig b/template/login.twig index cf53ce5..824a29b 100644 --- a/template/login.twig +++ b/template/login.twig @@ -2,7 +2,7 @@
{% if feedback %} -
+
{{ feedback }}
{% endif %} diff --git a/template/login_reset.twig b/template/login_reset.twig index 914b4e6..8022e1b 100644 --- a/template/login_reset.twig +++ b/template/login_reset.twig @@ -2,7 +2,7 @@