// Clickable control // // :hover - On mouse hovered. // :active, .active - Active state. // :disabled, .disabled - Disabled state. // .btn-lg - Large button. // .btn-sm - Small button. // .btn-xs - Tiny button. // .btn-block - Block level buttons, span the full width of a parent. // // Styleguide 2.1. @import "bootstrap/buttons"; .btn { @extend .btn-default; font-weight: bold; }