You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
239 B

  1. @import "../../../css/colors.less";
  2. .uiTooltipInfo {
  3. display: none;
  4. position: absolute;
  5. right: 11px;
  6. bottom: 164px;
  7. background-color: fade(@blackC, 90%);
  8. padding: 8px 32px;
  9. line-height: 20px;
  10. color: @white;
  11. text-align: center;
  12. }