@import '../styles/variables.scss'; .progress-ring { display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .progress-ring-inner { background: $card; border-radius: 50%; display: flex; align-items: baseline; justify-content: center; } .progress-ring-percent { font-family: 'Georgia', 'Times New Roman', serif; font-size: 22px; font-weight: bold; line-height: 1; } .progress-ring-unit { font-size: 12px; font-weight: 600; line-height: 1; }