styles
Version:
Compile your LESS stylesheets using JSON and underscore.
26 lines (25 loc) • 325 B
CSS
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none ;
}
.show {
display: block ;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.affix {
position: fixed;
}