all-in-one-event-calendar/public/admin/less/bootstrap/utilities.less
2017-03-16 16:59:53 +01:00

56 lines
876 B
Text
Executable file

//
// Utility classes
// --------------------------------------------------
// Floats
// -------------------------
.ai1ec-clearfix {
.ai1ec-clearfix();
}
.ai1ec-center-block {
.ai1ec-center-block();
}
.ai1ec-pull-right {
float: right !important;
}
.ai1ec-pull-left {
float: left !important;
}
// Toggling content
// -------------------------
// Note: Deprecated .ai1ec-hide in favor of .ai1ec-hidden or .ai1ec-sr-only (as appropriate) in v3.0.1
.ai1ec-hide {
display: none !important;
}
.ai1ec-show {
display: block !important;
}
.ai1ec-invisible {
visibility: hidden;
}
.ai1ec-text-hide {
.ai1ec-text-hide();
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.ai1ec-hidden {
display: none !important;
visibility: hidden !important;
}
// For Affix plugin
// -------------------------
.ai1ec-affix {
position: fixed;
}