vendor/assets/stylesheets/popover.css.scss in flashgrid-1.0.11 vs vendor/assets/stylesheets/popover.css.scss in flashgrid-1.0.12
- old
+ new
@@ -9,10 +9,11 @@
background-color: rgba(255,255,255,1);
border: 1px solid rgba(217,222,225,1);
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
display: none;
font-style: normal;
+ letter-spacing: 0;
left: 0;
max-width: 276px;
position: absolute;
text-align: left;
text-decoration: none;
@@ -29,10 +30,11 @@
background-color: rgba(236,238,241,1);
border-bottom: 1px solid rgba(217,222,225,1);
color: rgba(71,74,84,1);
font-size: 14px;
font-weight: bold;
+ letter-spacing: 0;
line-height: 18px;
margin: 0;
padding: 10px 15px 8px 15px;
}
.popover-title:empty { display: none; }
@@ -40,9 +42,10 @@
background-color: rgba(255,255,255,1);
color: rgba(43,50,53,1);
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
+ letter-spacing: 0;
line-height: 20px;
padding: 10px 15px;
}
.popover .arrow,
.popover .arrow:after {
\ No newline at end of file