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.

_card-stats.scss 226B

12345678910111213141516
  1. //
  2. // Card stats
  3. //
  4. .card-stats {
  5. .card-body {
  6. padding: 1rem 1.5rem;
  7. }
  8. .card-status-bullet {
  9. position: absolute;
  10. top: 0;
  11. right: 0;
  12. transform: translate(50%, -50%);
  13. }
  14. }