Sha256: 6dbd78d32862f7ef85f0d7641edd9ca9ad6e2d0683e0acaa8b685690ff81865a
Contents?: true
Size: 893 Bytes
Versions: 2
Compression:
Stored size: 893 Bytes
Contents
// ************************************* // // Default buttons. // // :hover - On mouse hovered. // :active, .active - Active state. // :disabled, .disabled - Disabled state. // .lg - Large button. // .sm - Small button. // .xs - Tiny button. // .block - Block level buttons, span the full width of a parent. // // Styleguide Button. // // ************************************* @import "bootstrap/buttons"; .btn { @extend .btn-default; &.primary { @extend .btn-primary; } &.success { @extend .btn-success; } &.info { @extend .btn-info; } &.warning { @extend .btn-warning; } &.danger { @extend .btn-danger; } &.link { @extend .btn-link; } &.lg { @extend .btn-lg; } &.sm { @extend .btn-sm; } &.xs { @extend .btn-xs; } &.block { @extend .btn-block; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
colorgy_style-0.0.0.4 | assets/stylesheets/colorgy/components/_button.scss |
colorgy_style-0.0.0.2 | assets/stylesheets/colorgy/components/_button.scss |