// ============================================================================
// :: Scope Hamburger
// ============================================================================
/**
 * This scope will show the hamburger in the brandplatform
 */

// ============================================================================
// :: Root
// ============================================================================
.s-bp-hamburger {

	background-color: $bp-background-color-grey-light;

	.a-hamburger {
		position: relative;
	}
}
