daux.io/themes/daux/less/_utilities.less

23 lines
281 B
Plaintext
Raw Normal View History

2016-05-23 20:09:15 +02:00
//
// Utility classes
// --------------------------------------------------
// Floats
// -------------------------
.clearfix {
.clearfix();
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hidden {
display: none !important;
}