freeze bootstrap in version v2.3.2
This commit is contained in:
parent
38c27a23f5
commit
dc07e5f394
48 changed files with 6197 additions and 4 deletions
30
vendor/assets/stylesheets/bootstrap/utilities.less
vendored
Normal file
30
vendor/assets/stylesheets/bootstrap/utilities.less
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
//
|
||||
// Utility classes
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Quick floats
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
.pull-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
// Toggling content
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// Visibility
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
// For Affix plugin
|
||||
.affix {
|
||||
position: fixed;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue