ensl.org/app/assets/stylesheets/sass/flash.sass
Luke Barratt 1e6d3efc14 Added ability to login with a username that is case insensitive
Added some missing translations
Small CSS tweaks
2014-04-04 20:38:44 +01:00

18 lines
No EOL
277 B
Sass

/**
* Flash messages
*/
div
&.loginMsg, &.flashMsg
padding: 5px
font-weight: bold
&.loginOk
color: green
&.loginFail
color: red
&.flashMsg
background-color: green
color: white
margin-bottom: 20px
&.flashError
background-color: red