aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-10 19:01:16 -0700
committerJacob Thornton <[email protected]>2011-09-10 19:01:16 -0700
commita71d5d8e991eee4073d3312743778b1991cfb650 (patch)
treed5d8e8b3d8cc565c84a86c1e770f037a32665652 /lib/patterns.less
parent235246d6fcc7947d04555205a5f8a242eb3f6b97 (diff)
downloadbootstrap-a71d5d8e991eee4073d3312743778b1991cfb650.tar.xz
bootstrap-a71d5d8e991eee4073d3312743778b1991cfb650.zip
add the dhg flavor back
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index de9096b99..9d2a387f6 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -753,6 +753,11 @@ input[type=submit].btn {
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
.background-clip(padding-box);
.close { margin-top: 7px; }
+ &.fade {
+ .transition(e('opacity .3s linear, top .3s ease-out'));
+ top: -25%;
+ }
+ &.fade.in { top: 50%; }
}
.modal-header {
border-bottom: 1px solid #eee;