Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / popovers.less
diff --git a/less/patternfly/popovers.less b/less/patternfly/popovers.less
new file mode 100644 (file)
index 0000000..3c99f3d
--- /dev/null
@@ -0,0 +1,32 @@
+//
+// Popovers
+// --------------------------------------------------
+
+.popover {
+  .box-shadow(0 2px 2px rgba(0,0,0,.08));
+  padding: 0;
+}
+
+.popover-content {
+  color: @gray-pf;
+  line-height: 18px;
+  padding: 10px 14px;
+}
+
+.popover-title {
+  border-bottom: none;
+  border-radius: 0;
+  color: @gray-pf;
+  font-size: @font-size-base + 1;
+  font-weight: 700;
+  min-height: 34px;
+  .close {
+    height: 22px;
+    position: absolute;
+    right: 8px;
+    top: 6px;
+  }
+  &.closable {
+    padding-right: 30px;
+  }
+}
\ No newline at end of file