diff --git a/src/rxNotify/rxNotify.less b/src/rxNotify/rxNotify.less index e305e7dc3..e4a17c2bd 100644 --- a/src/rxNotify/rxNotify.less +++ b/src/rxNotify/rxNotify.less @@ -1,5 +1,43 @@ @import 'mixins'; +/* +# rxNotify + +Note: **Styledocco will not display the images associated with the notification bars.** Please reference the main Encore demo to view this. The class `rx-notifications` is a container div, and is required. + +In the second example we added `` to add a dismiss marker. If you are not using Encore UI's angular.js directives, it's up to you to flesh out this functionality. + +``` +
+
+ Error Message +
+ +
+ Error Message + +
+ +
+ Informational Message +
+ +
+
+ Loading +
+ +
+ Success Message +
+ +
+ Warning Message +
+
+``` +*/ + .rx-notifications { margin-bottom: 1.5em;