@corpecca/qp-web-resources
Version:
Qp web resources
41 lines (29 loc) • 539 B
text/less
@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;
}
}