// ============================================================================
// :: Amount
// ============================================================================
/**
 * Scope defined especially for the visual representation of an amount
 */

// ============================================================================
// :: Root
// ============================================================================
.s-amount-input {
  padding: 5rem;
  background-color: $bp-secondary-color;
}
