Create new variant overrides

This commit is contained in:
Rohan Mitchell
2014-12-11 09:39:19 +11:00
parent 27444c6589
commit c38686c820
7 changed files with 72 additions and 8 deletions

View File

@@ -2,9 +2,9 @@ angular.module("ofn.admin").factory "StatusMessage", ($timeout) ->
new class StatusMessage
types:
progress: {timeout: false, style: {color: '#ff9906'}}
alert: {timeout: 3000, style: {color: 'grey'}}
alert: {timeout: 5000, style: {color: 'grey'}}
notice: {timeout: false, style: {color: 'grey'}}
success: {timeout: 3000, style: {color: '#9fc820'}}
success: {timeout: 5000, style: {color: '#9fc820'}}
failure: {timeout: false, style: {color: '#da5354'}}
statusMessage: