Sha256: 7bee45dca8a7ab8f9ae4db6c8e0a3185d06bf9410c913c201304e317e8d847bf

Contents?: true

Size: 940 Bytes

Versions: 8

Compression:

Stored size: 940 Bytes

Contents

.easy-pie-title {
    display: inline-block;
    margin: 10px 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.easy-pie-title .icon-color-good, .easy-pie-title .icon-color-bad {
    font-size: 18px;
}
.easy-pie-chart {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    .percent {
        color: #444;
        display: block;
        font-size: 12px;
        font-weight: 700;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        .fa {
            display: none;
        }
    }
}
.degree-sign:after, .percent-sign:after {
    content: " %";
    line-height: normal;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fly_admin-0.0.8 app/assets/stylesheets/fly_admin/smartadmin/plugin-easypiechart.less
fly_admin-0.0.7 app/assets/stylesheets/fly_admin/smartadmin/plugin-easypiechart.less
fly_admin-0.0.6 app/assets/stylesheets/fly_admin/smartadmin/plugin-easypiechart.less
fly_admin-0.0.5 app/assets/stylesheets/fly_admin/smartadmin/plugin-easypiechart.less
fly_admin-0.0.4 app/assets/stylesheets/fly_admin/smartadmin/plugin-easypiechart.less
fly_admin-0.0.3 app/assets/stylesheets/fly_admin/smartadmin/plugin-easypiechart.less
fly_admin-0.0.2 app/assets/stylesheets/fly_admin/smartadmin/plugin-easypiechart.less
fly_admin-0.0.1 app/assets/stylesheets/fly_admin/smartadmin/plugin-easypiechart.less