HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/scss/plugins/_flot.scss
/* $flot-chart
 ------------------------------------------*/

#tooltip {
  position: absolute;
  display: none;
  padding: 0.3125rem 0.625rem;
  border: 0;
  background-color: $brand-primary;
  color: white;
  line-height: 1;
  &:before {
    position: absolute;
    top: 0.25rem;
    right: 100%;
    display: block;
    @include square(0);
    border-width: 0.375rem;
    border-style: solid;
    border-color: transparent $brand-primary transparent transparent;
    content: '';
  }
}

td.legendColorBox > div {
  border: 0!important;
  padding: 0!important;
}
td.legendColorBox > div > div {
  @include rounded(0.25rem);
}
td.legendLabel {
  padding-left: 0.3125rem;
}