// =============================================================================
// :: 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-bp-grid {
	font-size: $font-size;
	line-height: $line-height;
	text-align: center;

	.l-grid {
		padding: 3rem;

		border: 0.1rem dashed $border-color;
	}

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

		border: 0.1rem dashed $border-color;
	}
}
