/*
==========================================================

PremiumZone

Sprint :
PZ-014

File :
assets/css/panel/cell.css

Description :
Cell Colony

==========================================================
*/

/* ==========================================================
   CELL
========================================================== */

.pz-cell{

    position:absolute;

    width:8px;

    height:8px;

    background:#FFFFFF;

    user-select:none;

    pointer-events:none;

    transform-origin:center;

    will-change:

        transform,

        opacity;

    z-index:30;

}