abp-web-resources
Version:
ASP.NET Boilerplate web resources
41 lines (29 loc) • 556 B
text/less
@import "abp.mixings.less";
// COMMON STYLES //////////////////////////////////////////////////////////////
.abp-clickable {
cursor: pointer;
}
// Docking
.abp-dock-top {
.abp-dock(top);
}
.abp-dock-right {
.abp-dock(right);
}
.abp-dock-bottom {
.abp-dock(bottom);
}
.abp-dock-left {
.abp-dock(left);
}
//Busy indicator
.abp-busy-indicator {
}
.abp-busy-indicator-small {
width: 36px;
height: 36px;
&.abp-dock-left,
&.abp-dock-right {
height: auto;
}
}