_tooltip.scss 398 B

1234567891011121314
  1. // Tooltip used when hovering on divisions
  2. .tooltip {
  3. position : absolute;
  4. top : $tabbar-height;
  5. right : 0;
  6. color : $color-top;
  7. display : none;
  8. z-index : 4;
  9. font-family : $font;
  10. padding : 2px;
  11. background-color: $background;
  12. border : 1px solid $background-lighter3;
  13. }