dashboard-ecommerce.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. // ================================================================================================
  2. // File Name: aggrid.scss
  3. // Description: SCC file for Aggrid.
  4. // ----------------------------------------------------------------------------------------------
  5. // Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
  6. // Author: PIXINVENT
  7. // Author URL: http://www.themeforest.net/user/pixinvent
  8. // ================================================================================================
  9. @import '../bootstrap-extended/include'; // Bootstrap includes
  10. @import '../components/include'; // Components includes
  11. // Statistics Card
  12. .card-statistics {
  13. .statistics-body {
  14. padding: 2rem 2.4rem !important;
  15. }
  16. @include media-breakpoint-down(md) {
  17. .card-header,
  18. .statistics-body {
  19. padding: 1.5rem !important;
  20. }
  21. }
  22. }
  23. // Company Table Card
  24. .card-company-table {
  25. thead th {
  26. border: 0;
  27. }
  28. td {
  29. padding-top: 0.75rem;
  30. padding-bottom: 0.75rem;
  31. .avatar {
  32. background-color: $body-bg;
  33. margin-right: 2rem;
  34. img {
  35. border-radius: 0;
  36. }
  37. }
  38. }
  39. }
  40. // Browser State Card
  41. .card-browser-states {
  42. .browser-states {
  43. &:first-child {
  44. margin-top: 0;
  45. }
  46. &:not(:first-child) {
  47. margin-top: 1.7rem;
  48. }
  49. }
  50. }
  51. // Transaction Card
  52. .card-transaction {
  53. .transaction-item {
  54. &:not(:last-child) {
  55. margin-bottom: 1.5rem;
  56. }
  57. }
  58. }