No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_badge-circle.scss 248B

1234567891011121314151617
  1. //
  2. // Circle badge
  3. //
  4. // General styles
  5. .badge-circle {
  6. text-align: center;
  7. display: inline-flex;
  8. align-items: center;
  9. justify-content: center;
  10. border-radius: 50%;
  11. width: 2rem;
  12. height: 2rem;
  13. font-size: .875rem;
  14. }