// --------------------------------------------------
+//
// Base styles
-// -------------------------
+//
.alert {
padding: $alert-padding;
font-weight: $alert-link-font-weight;
}
+
// Dismissible alerts
//
// Expand the right padding and account for the close button's positioning.
}
}
+
// Alternate styles
//
// Generate contextual modifier classes for colorizing the alert.
// --------------------------------------------------
-// Base class
.badge {
position: relative;
top: -.1em;
// Button groups
// --------------------------------------------------
+
// Make the div behave like a button
.btn-group,
.btn-group-vertical {
.btn-group-lg > .btn { @extend .btn-lg; }
+//
// Split button dropdowns
-// ----------------------
+//
// Give the line between buttons some depth
.btn-group > .btn + .dropdown-toggle {
}
+
+//
// Vertical button groups
-// ----------------------
+//
.btn-group-vertical {
> .btn,
// --------------------------------------------------
+//
// Base styles
-// --------------------------------------------------
+//
.btn {
display: inline-block;
}
+//
// Alternate buttons
-// --------------------------------------------------
+//
.btn-primary {
@include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
+//
// Link buttons
-// -------------------------
+//
// Make a button look and behave like a link
.btn-link {
}
+//
// Button Sizes
-// --------------------------------------------------
+//
.btn-lg {
// line-height: ensure even-numbered height of button next to large input
}
+//
// Block button
-// --------------------------------------------------
+//
.btn-block {
display: block;