/* 
  You should overlay the rms-ui CSS by calling this global CSS file in index.html
  Since the tooltip CSS will be overlaied by the rms-ui.js even you set the CSS for tooltip in your CSS module.
*/

.tooltip_threads_list_header {
  /* 14px(icon width) + 8px(padding) */
  left: 22px !important;
}

.tooltip_pin_disable {
  /* 16px(icon width) + 8px(padding) */
  left: 24px !important;
}
