Sha256: 923a84faf3998b372243c0528b3103bcaaefc5a70acdd361d0c98e90435f76a4

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 Bytes

Contents

// *************************************
//
// Use the well as a simple effect on an element to give it an inset effect.
//
// .lg  - Large.
// .sm  - Small.
//
// Styleguide Well.
//
// *************************************

@import "bootstrap/wells";

.well {

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

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