tooltip.less 211 B

1234567891011121314
  1. //
  2. // Tooltips
  3. // --------------------------------------------------
  4. .tooltip {
  5. border: 1px solid @white;
  6. font-weight: bold;
  7. }
  8. // Wrapper for the tooltip content
  9. .tooltip-inner {
  10. .border-radius(0);
  11. }