Sha256: 6991d517015e72d98a1f112f3aa4b83299ea7c920aadac26122bf68ebb97a10b

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 Bytes

Contents

// 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;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
colorgy_style-0.0.0.1 assets/stylesheets/colorgy/components/_button.scss