暫無描述
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.

_wallet.scss 646B

1234567891011121314151617181920212223242526272829
  1. .invoice-stats{
  2. background: $white;
  3. border-radius: 16px;
  4. padding: 30px;
  5. margin-bottom: 30px;
  6. .invoice-stats-content{
  7. p{
  8. margin-bottom: 0;
  9. }
  10. }
  11. .invoice-stats-icon{
  12. span{
  13. display: flex;
  14. height: 75px;
  15. width: 75px;
  16. align-items: center;
  17. justify-content: center;
  18. border: 1px solid rgba(53, 70, 171, 0.12);
  19. border-radius: 50%;
  20. margin-left:1rem;
  21. i{
  22. font-size: 32px;
  23. line-height: 0px;
  24. // padding: 5px;
  25. }
  26. };
  27. }
  28. }