summaryrefslogtreecommitdiffstats
path: root/less/patternfly/alerts.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/patternfly/alerts.less')
-rw-r--r--less/patternfly/alerts.less29
1 files changed, 29 insertions, 0 deletions
diff --git a/less/patternfly/alerts.less b/less/patternfly/alerts.less
new file mode 100644
index 0000000..3569336
--- /dev/null
+++ b/less/patternfly/alerts.less
@@ -0,0 +1,29 @@
+//
+// Alerts
+// --------------------------------------------------
+
+.alert {
+ border-width: 2px;
+ padding-left: 34px;
+ position: relative;
+ .alert-link {
+ color: @link-color;
+ &:hover {
+ color: @link-hover-color;
+ }
+ }
+ > .pficon, > .pficon-layered {
+ font-size: 20px;
+ position: absolute;
+ left: 7px;
+ top: 7px;
+ }
+ .pficon-info {
+ color: #72767b;
+ }
+}
+
+.alert-dismissable .close {
+ right: -16px;
+ top: 2px;
+} \ No newline at end of file