From e0addf5b588a1244f9679becd90999dfcb4c3a94 Mon Sep 17 00:00:00 2001 From: "ITSERVICES\\rb7147" Date: Tue, 25 Apr 2017 11:46:00 -0400 Subject: Policy 1707 commit to LF Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 --- .../docs/_includes/components/alerts.html | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/_includes/components/alerts.html (limited to 'POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/_includes/components/alerts.html') diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/_includes/components/alerts.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/_includes/components/alerts.html new file mode 100644 index 000000000..7487a968a --- /dev/null +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/_includes/components/alerts.html @@ -0,0 +1,89 @@ +
+

Alerts

+ +

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

+ +

Examples

+

Wrap any text and an optional dismiss button in .alert and one of the four contextual classes (e.g., .alert-success) for basic alert messages.

+ +
+

No default class

+

Alerts don't have default classes, only base and modifier classes. A default gray alert doesn't make too much sense, so you're required to specify a type via contextual class. Choose from success, info, warning, or danger.

+
+ +
+ + + + +
+{% highlight html %} + + + + +{% endhighlight %} + +

Dismissible alerts

+

Build on any alert by adding an optional .alert-dismissible and close button.

+
+

Requires JavaScript alert plugin

+

For fully functioning, dismissible alerts, you must use the alerts JavaScript plugin.

+
+
+ +
+{% highlight html %} + +{% endhighlight %} + +
+

Ensure proper behavior across all devices

+

Be sure to use the <button> element with the data-dismiss="alert" data attribute.

+
+ + +

Use the .alert-link utility class to quickly provide matching colored links within any alert.

+
+ + + + +
+{% highlight html %} + + + + +{% endhighlight %} +
-- cgit 1.2.3-korg