// ============================================================================
// :: Transaction Feedback
// ============================================================================

// ============================================================================
// :: Root
// ============================================================================
.p-transaction-feedback {
  position: relative;
  height: 100%;
}

// ============================================================================
// :: Elements
// ============================================================================
.p-transaction-feedback__close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: $z-index-roof;
}
