diff options
| author | Mark Otto <[email protected]> | 2013-12-15 12:31:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 12:31:40 -0800 |
| commit | c7c9929c1265a536dd9a75f358c107de39681b35 (patch) | |
| tree | 22973ad6d7874a648a94b311fdbdbd56d88d7a58 /dist/css/bootstrap.css | |
| parent | a925a0b985281ce34666c9a8a5630ba258904cb5 (diff) | |
| download | bootstrap-c7c9929c1265a536dd9a75f358c107de39681b35.tar.xz bootstrap-c7c9929c1265a536dd9a75f358c107de39681b35.zip | |
Fixes #11770: Move component-animations.less to the utility section of import list to match Customizer
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 62b10b4a9..fbe07a92c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2266,27 +2266,6 @@ input[type="reset"].btn-block, input[type="button"].btn-block { 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-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); @@ -5438,6 +5417,27 @@ button.close { 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:after, .container:before, |
