aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-27 13:03:06 -0700
committerJacob Thornton <[email protected]>2011-08-27 13:03:06 -0700
commit11721f376d9bdb019f31d3bbb273160d45ff1266 (patch)
tree1fc3606c8148217a98a3c75f233ea2b6289ba4df /lib/patterns.less
parentb68b53dca27d44525c07a39499a53ffb54780e7c (diff)
downloadbootstrap-11721f376d9bdb019f31d3bbb273160d45ff1266.tar.xz
bootstrap-11721f376d9bdb019f31d3bbb273160d45ff1266.zip
add boostrap-twipsy and bootstrap-alerts
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less26
1 files changed, 15 insertions, 11 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index b1be9a18c..d722f6c98 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -291,7 +291,6 @@ footer {
// BUTTON STYLES
// -------------
-
// Base .btn styles
.btn {
// Button Base
@@ -422,7 +421,6 @@ input[type=submit].btn {
padding: 14px;
border-color: #fceec1;
.box-shadow(none);
-
p {
margin-right: 30px;
}
@@ -579,15 +577,6 @@ input[type=submit].btn {
// MODALS
// ------
-.modal-backdrop,
-.modal {
- .transition(opacity .15s linear);
- opacity: 0;
- &.open {
- opacity: 1;
- }
-}
-
.modal-backdrop {
background-color: rgba(0,0,0,.5);
position: fixed;
@@ -758,3 +747,18 @@ input[type=submit].btn {
}
}
}
+
+
+// Pattern Animations
+// ------------------
+
+.modal-backdrop,
+.modal,
+.twipsy,
+.alert-message {
+ .transition(opacity .15s linear);
+ opacity: 0;
+ &.show {
+ opacity: 1;
+ }
+} \ No newline at end of file