// ============================================================================
// :: Grid
// ============================================================================
/**
 * Scope defined for visualising the grid layout in the layout section of
 * the styleguides.
 *
 * IMPORTANT!!!
 * This creates boxes to create a VISUALISATION of the layout and is not and
 * should DEFINITLY NOT be used in the styleguide itself.
 */

// ============================================================================
// :: Root
// ============================================================================
.s-grid {

	[class*="l-grid__col-"] {
		padding: 0.5rem;

		font-size: $bp-font-size-base;
		line-height: $bp-line-height-base;
		text-align: center;

		border: 0.1rem solid $bp-border-color-base;
	}
}
