ability-details.component.scss 220 B

123456789
  1. .details-cost-charge {
  2. display: flex;
  3. background-color: var(--secondary-color);
  4. justify-content: space-between;
  5. margin: 0, 875rem;
  6. font-size: 600;
  7. padding: 0.5rem 2rem;
  8. border-radius: 10px;
  9. }