mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
add boostrap-twipsy and bootstrap-alerts
This commit is contained in:
+15
-11
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user