//
// RTL Alerts
// --------------------------------------------------


// Dismissable alerts
//
// Expand the left padding and account for the close button's positioning.

.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
.alert-dismissible {
 padding-left: ($alert-padding-x + 20);
 padding-right: ($alert-padding-x);
}
