Sha256: 980f8205e84e2ab331089467fc6b1a9cbef43689aa69d13935033152f1db9c6f

Contents?: true

Size: 511 Bytes

Versions: 2

Compression:

Stored size: 511 Bytes

Contents

// *************************************
//
// Button groups.
//
// .lg         - Large.
// .sm         - Small.
// .xs         - Extra small.
// .justified  - Stretch at equal sizes to span the entire width of its parent.
//
// Styleguide ButtonGroup.
//
// *************************************

@import "bootstrap/button-groups";

.btn-group {

	&.lg {
		@extend .btn-group-lg;
	}

	&.sm {
		@extend .btn-group-sm;
	}

	&.xs {
		@extend .btn-group-xs;
	}

	&.justified {
		@extend .btn-group-justified;
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
colorgy_style-0.0.0.4 assets/stylesheets/colorgy/components/_button_group.scss
colorgy_style-0.0.0.2 assets/stylesheets/colorgy/components/_button_group.scss