// ============================================================================
// :: Scope Alert
// ============================================================================
/**
 * This scope will position the alert right for the brandplatform
 */

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

	.a-alert {

		&.is-open {
			position: relative;
			left: 0;

			transform: translateX(0) translateY(0);
		}
	}
}
