@c8y/style
Version:
Styles for Cumulocity IoT applications
36 lines (29 loc) • 552 B
text/less
@import "../mixins/_center-block.less";
/**
* Float and Clearfix Utilities
*
* Note: All values are CSS keywords (no spacing values).
*
* Intentionally hardcoded values:
* - None - uses CSS keywords only (float, display, etc.)
*/
.clearfix {
&:before,
&:after {
display: table;
content: ' ';
}
&:after {
clear: both;
}
}
.center-block {
.center-block();
}
.pull-right {
float: right ;
}
.pull-left {
float: left ;
}
// Removed unused control utility - verified 0 usages: .top-right-controls