@corpecca/qp-web-resources
Version:
Qp web resources
40 lines • 620 B
CSS
.qp-clickable {
cursor: pointer;
}
.qp-dock-top {
left: 0;
top: 0;
right: 0;
position: absolute;
margin: 0;
}
.qp-dock-right {
right: 0;
top: 0;
bottom: 0;
position: absolute;
margin: 0;
}
.qp-dock-bottom {
left: 0;
right: 0;
bottom: 0;
position: absolute;
margin: 0;
}
.qp-dock-left {
left: 0;
top: 0;
bottom: 0;
position: absolute;
margin: 0;
}
.qp-busy-indicator-small {
width: 36px;
height: 36px;
}
.qp-busy-indicator-small.qp-dock-left,
.qp-busy-indicator-small.qp-dock-right {
height: auto;
}
/*# sourceMappingURL=qp.css.map */