mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Fixes #11770: Move component-animations.less to the utility section of import list to match Customizer
This commit is contained in:
42
dist/css/bootstrap.css
vendored
42
dist/css/bootstrap.css
vendored
@@ -2266,27 +2266,6 @@ input[type="reset"].btn-block,
|
|||||||
input[type="button"].btn-block {
|
input[type="button"].btn-block {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.fade {
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-transition: opacity .15s linear;
|
|
||||||
transition: opacity .15s linear;
|
|
||||||
}
|
|
||||||
.fade.in {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.collapse {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.collapse.in {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.collapsing {
|
|
||||||
position: relative;
|
|
||||||
height: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
-webkit-transition: height .35s ease;
|
|
||||||
transition: height .35s ease;
|
|
||||||
}
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
src: url('../fonts/glyphicons-halflings-regular.eot');
|
src: url('../fonts/glyphicons-halflings-regular.eot');
|
||||||
@@ -5438,6 +5417,27 @@ button.close {
|
|||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.fade {
|
||||||
|
opacity: 0;
|
||||||
|
-webkit-transition: opacity .15s linear;
|
||||||
|
transition: opacity .15s linear;
|
||||||
|
}
|
||||||
|
.fade.in {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
.collapse {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.collapse.in {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.collapsing {
|
||||||
|
position: relative;
|
||||||
|
height: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
-webkit-transition: height .35s ease;
|
||||||
|
transition: height .35s ease;
|
||||||
|
}
|
||||||
.clearfix:before,
|
.clearfix:before,
|
||||||
.clearfix:after,
|
.clearfix:after,
|
||||||
.container:before,
|
.container:before,
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
less/bootstrap.less
vendored
2
less/bootstrap.less
vendored
@@ -16,7 +16,6 @@
|
|||||||
@import "buttons.less";
|
@import "buttons.less";
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
@import "component-animations.less";
|
|
||||||
@import "glyphicons.less";
|
@import "glyphicons.less";
|
||||||
@import "dropdowns.less";
|
@import "dropdowns.less";
|
||||||
@import "button-groups.less";
|
@import "button-groups.less";
|
||||||
@@ -45,5 +44,6 @@
|
|||||||
@import "carousel.less";
|
@import "carousel.less";
|
||||||
|
|
||||||
// Utility classes
|
// Utility classes
|
||||||
|
@import "component-animations.less";
|
||||||
@import "utilities.less";
|
@import "utilities.less";
|
||||||
@import "responsive-utilities.less";
|
@import "responsive-utilities.less";
|
||||||
|
Reference in New Issue
Block a user