Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / popovers.less
1 //
2 // Popovers
3 // --------------------------------------------------
4
5 .popover {
6   .box-shadow(0 2px 2px rgba(0,0,0,.08));
7   padding: 0;
8 }
9
10 .popover-content {
11   color: @gray-pf;
12   line-height: 18px;
13   padding: 10px 14px;
14 }
15
16 .popover-title {
17   border-bottom: none;
18   border-radius: 0;
19   color: @gray-pf;
20   font-size: @font-size-base + 1;
21   font-weight: 700;
22   min-height: 34px;
23   .close {
24     height: 22px;
25     position: absolute;
26     right: 8px;
27     top: 6px;
28   }
29   &.closable {
30     padding-right: 30px;
31   }
32 }