snappymail/vendors/bootstrap/less/utilities.less
2020-09-01 21:50:17 +02:00

27 lines
308 B
Text

//
// Utility classes
// --------------------------------------------------
// Quick floats
.pull-right {
float: right;
}
.pull-left {
float: left;
}
// Toggling content
.show {
display: block;
}
// Visibility
.invisible {
visibility: hidden;
}
// For Affix plugin
.affix {
position: fixed;
}