/*
 * code-forensics
 * Copyright (C) 2016-2021 Silvio Montanari
 * Distributed under the GNU General Public License v3.0
 * see http://www.gnu.org/licenses/gpl.html
 */

.bar-chart-diagram {
  .chart-legend-mixin();
  .chart-axis-mixin();

  background-color: #F3F9FF;

  &#sum-of-coupling {
    padding: 0;
  }

  .bars {
    text {
      font-size: 14px;
    }
  }
}

.d3-tip {
  &.bar-chart-diagram {
    background-color: rgba(0, 0, 0, 0.8);

    .element-property-tooltip-mixin(@value-color: #FFFF80);
  }
}
