@import "qp.mixings.less";

// COMMON STYLES //////////////////////////////////////////////////////////////

.qp-clickable {
    cursor: pointer;
}

// Docking

.qp-dock-top {
    .qp-dock(top);
}

.qp-dock-right {
    .qp-dock(right);
}

.qp-dock-bottom {
    .qp-dock(bottom);
}

.qp-dock-left {
    .qp-dock(left);
}

//Busy indicator

.qp-busy-indicator {

}

.qp-busy-indicator-small {
    width: 36px;
    height: 36px;

    &.qp-dock-left, 
    &.qp-dock-right {
        height: auto;
    }
}