Sha256: f8ebd3901a8b49bc6d50f23f22f48fa529bd34ce2b4c02e0be825f863c166e30

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

// *************************************
//
// Paginations.
//
// .lg  - Large.
// .sm  - Small.
//
// Styleguide Pagination.
//
// *************************************

@import "bootstrap/pagination";

.pagination {

	&.lg {
		@extend .pagination-lg;
	}

	&.sm {
		@extend .pagination-sm;
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

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