diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
commit | 016d9a2ae924c3999ff9aa279511e32c0bfbe7bb (patch) | |
tree | c04189b0eed7025a6764360cbe3613c900353fe6 /bower_components/font-awesome/src/assets/less/bootstrap-3.0.0/utilities.less | |
parent | 61dab0661ba43d3192fa8c2945f7343df44049ed (diff) |
update to fontawesome 4
Diffstat (limited to 'bower_components/font-awesome/src/assets/less/bootstrap-3.0.0/utilities.less')
-rwxr-xr-x | bower_components/font-awesome/src/assets/less/bootstrap-3.0.0/utilities.less | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/bower_components/font-awesome/src/assets/less/bootstrap-3.0.0/utilities.less b/bower_components/font-awesome/src/assets/less/bootstrap-3.0.0/utilities.less new file mode 100755 index 00000000..3d310e65 --- /dev/null +++ b/bower_components/font-awesome/src/assets/less/bootstrap-3.0.0/utilities.less @@ -0,0 +1,42 @@ +// +// Utility classes +// -------------------------------------------------- + + +// Floats +// ------------------------- + +.clearfix { + .clearfix(); +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} + + +// Toggling content +// ------------------------- + +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + .hide-text(); +} + + +// For Affix plugin +// ------------------------- + +.affix { + position: fixed; +} |