|
@@ -33,24 +33,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// Dismissible alerts
|
|
|
-//
|
|
|
-// Expand the right padding and account for the close button's positioning.
|
|
|
-
|
|
|
-// The misspelled .alert-dismissable was deprecated in 3.2.0.
|
|
|
-.alert-dismissable,
|
|
|
-.alert-dismissible {
|
|
|
- padding-right: (@alert-padding + 20);
|
|
|
-
|
|
|
- // Adjust close link position
|
|
|
- .close {
|
|
|
- position: relative;
|
|
|
- top: -2px;
|
|
|
- right: -21px;
|
|
|
- color: inherit;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
// Alternate styles
|
|
|
//
|
|
|
// Generate contextual modifier classes for colorizing the alert.
|