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/_chartjs.scss
/* $chartjs
 ------------------------------------------*/

.canvas-holder {
  padding: 0;
  margin: 0;
  position: relative;
}

.doughnut-legend {
  list-style: none;
  position: absolute;
  right: 0.5rem;
  top: 0;
  li {
    display: block;
    padding-left: 1.875rem;
    position: relative;
    margin-bottom: 0.25rem;
    padding: 0.125rem 0.5rem 0.125rem 1.75rem;
    cursor: default;
    @include transition(background-color 200ms ease-in-out);
  }
  li:hover {
    background-color: $brand-default;
  }
  li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 100%;
  }
}