summaryrefslogtreecommitdiffstats
path: root/less/patternfly/alerts.less
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-01-27 18:15:31 +0100
committerSimo Sorce <simo@redhat.com>2014-02-17 09:46:38 -0500
commit05a4b2436e2aa51ba8b197ce38059163faa928ae (patch)
treecb1c5ae3ca420ffc66781aabcacd9b70e6f9073f /less/patternfly/alerts.less
parentfa5bb8dca04e2876d9def529a77b5273b5243169 (diff)
downloadipsilon.git-05a4b2436e2aa51ba8b197ce38059163faa928ae.tar.gz
ipsilon.git-05a4b2436e2aa51ba8b197ce38059163faa928ae.tar.xz
ipsilon.git-05a4b2436e2aa51ba8b197ce38059163faa928ae.zip
Add PatternFly files
Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
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