bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

The tag color is not working?

Open 4sh3 opened this issue 7 years ago • 1 comments

Hi friends, the color is not working, I am puting wrong? ^^''', what can is happening?

$.notify({
				// options
				message: 'Hello World'
			},{
				// settings
				placement: {
					from: "top",
					align: "right"
				},
				animate: {
					enter: "animated fadeInRight",
					exit: "animated fadeOutRight",
				},
				color: {
					name: "bg-blue-grey",
				}
			});

4sh3 avatar Aug 27 '17 19:08 4sh3

I am not sure what you are trying to do?

mouse0270 avatar Aug 06 '18 17:08 mouse0270