Sha256: 4bc882f627d311da935369df30c33de637be58524fced8898136b5594ad3eff7

Contents?: true

Size: 571 Bytes

Versions: 1

Compression:

Stored size: 571 Bytes

Contents

/* ========================================================================
   Component: chart-easypie
 ========================================================================== */

// Makes possible to show the percetage
// centered in the middle of the pie
.easypie-chart {
  display: inline-block;
  position: relative;
  padding: 0 6px;

  span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    margin-left: -50%;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
  }

  canvas {
    max-width: 100%;
  }

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radius-rails-3.1.4 app/assets/stylesheets/radius-theme/app/chart-easypie.scss