dashboard-ecommerce.css 721 B

123456789101112131415161718192021222324252627282930
  1. .card-statistics .statistics-body {
  2. padding: 2rem 2.4rem !important; }
  3. @media (max-width: 991.98px) {
  4. .card-statistics .card-header,
  5. .card-statistics .statistics-body {
  6. padding: 1.5rem !important; } }
  7. .card-company-table thead th {
  8. border: 0; }
  9. .card-company-table td {
  10. padding-top: 0.75rem;
  11. padding-bottom: 0.75rem; }
  12. .card-company-table td .avatar {
  13. background-color: #f8f8f8;
  14. margin-right: 2rem; }
  15. .card-company-table td .avatar img {
  16. border-radius: 0; }
  17. .card-browser-states .browser-states:first-child {
  18. margin-top: 0; }
  19. .card-browser-states .browser-states:not(:first-child) {
  20. margin-top: 1.7rem; }
  21. .card-transaction .transaction-item:not(:last-child) {
  22. margin-bottom: 1.5rem; }