ecommerce.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. .info-panel .btn-floating {
  2. box-shadow: none; }
  3. .info-panel .content-text {
  4. white-space: nowrap; }
  5. .info-panel .content-text > i {
  6. top: -10px; }
  7. #ecommerceChartView .chart-menu button {
  8. border: 0; }
  9. #ecommerceChartView .chart-action {
  10. float: right; }
  11. #ecommerceChartView .ct-grid {
  12. stroke-dasharray: 10 5; }
  13. #ecommerceChartView .ct-line {
  14. stroke-width: 4px; }
  15. #ecommerceChartView .ct-point,
  16. #ecommerceChartView .ct-point-content {
  17. opacity: 0;
  18. cursor: pointer;
  19. tansition: all .3s; }
  20. #ecommerceChartView .ct-point-content {
  21. stroke: #fff;
  22. stroke-width: 4px;
  23. stroke-linecap: round;
  24. pointer-events: none; }
  25. #ecommerceChartView .ct-series:hover .ct-point {
  26. opacity: 0.8; }
  27. #ecommerceChartView .ct-series:hover .ct-point-content {
  28. opacity: 1; }
  29. #ecommerceChartView .ct-series-a .ct-area {
  30. fill: #ffd9e6;
  31. fill-opacity: 0.2; }
  32. #ecommerceChartView .ct-series-a .ct-line,
  33. #ecommerceChartView .ct-series-a .ct-point {
  34. stroke: #e6155e; }
  35. #ecommerceChartView .ct-series-a .ct-line {
  36. stroke-opacity: 0.5; }
  37. #ecommerceChartView .ct-series-b .ct-line,
  38. #ecommerceChartView .ct-series-b .ct-point {
  39. stroke: #7231f5; }
  40. #ecommerceChartView .ct-series-b .ct-line {
  41. stroke-opacity: 0.5; }
  42. #ecommerceChartView .ct-series-b .ct-area {
  43. fill: #eae1fc;
  44. fill-opacity: 0.2; }
  45. #ecommerceRecentOrder .table-menu button {
  46. border: 0; }
  47. #ecommerceRecentOrder .table-row .card-block {
  48. border: 0;
  49. padding: 0 20px; }
  50. #ecommerceRecentOrder .table-row .card-block .table {
  51. margin-bottom: 0; }
  52. #ecommerceRecentOrder .table-row .card-block .table th {
  53. white-space: nowrap; }
  54. #ecommerceRecentOrder .table-row .card-block .table td {
  55. vertical-align: middle;
  56. height: 100px;
  57. font-size: 14px;
  58. padding: 20px 8px; }
  59. #ecommerceRecentOrder .table-row .card-block .table td span {
  60. border-radius: 4px;
  61. padding: 5px 15px; }
  62. #ecommerceRevenue .card-block {
  63. padding: 20px 10px 35px; }
  64. #ecommerceRevenue .card-block .ct-label.ct-horizontal.ct-end {
  65. font-size: 14px;
  66. font-weight: 400; }
  67. #ecommerceRevenue .card-block .ct-series-a line.ct-bar {
  68. stroke: #926dde; }
  69. #ecommerceRevenue .card-block .ct-series-b line.ct-bar {
  70. stroke: #57c7d4; }
  71. #ecommerceRevenue .ct-series .ct-bar-fill {
  72. stroke: #f3f7f9;
  73. stroke-width: 20px; }
  74. #ecommerceRevenue .pie-view {
  75. margin-top: 52px; }
  76. #ecommerceRevenue .pie-view::after {
  77. display: block;
  78. clear: both;
  79. content: ""; }
  80. #ecommerceRevenue .pie-view .pie-left .pie-progress.pie-progress-sm,
  81. #ecommerceRevenue .pie-view .pie-right .pie-progress.pie-progress-sm {
  82. min-width: 120px;
  83. max-width: 120px; }
  84. #ecommerceRevenue .pie-view .pie-left h5,
  85. #ecommerceRevenue .pie-view .pie-right h5 {
  86. white-space: nowrap; }
  87. #ecommerceRevenue .pie-view .pie-left h5 + p,
  88. #ecommerceRevenue .pie-view .pie-right h5 + p {
  89. margin-bottom: 15px; }
  90. @media (max-width: 991.98px) {
  91. .pie-view .pie-progress.pie-progress-sm {
  92. max-width: 200px !important;
  93. min-width: 50px !important; } }
  94. @media (min-width: 992px) and (max-width: 1330px) {
  95. .pie-view .pie-progress.pie-progress-sm {
  96. min-width: 100px !important;
  97. max-width: 100px !important; }
  98. #ecommerceRevenue .pie-view {
  99. margin-top: 72px; } }
  100. @media (min-width: 1489px) {
  101. #ecommerceRevenue .barChart .ct-series .ct-bar {
  102. stroke-width: 20px; } }
  103. @media (min-width: 992px) and (max-width: 1489px) {
  104. #ecommerceRevenue .barChart .ct-series .ct-bar-fill {
  105. stroke-width: 15px; }
  106. #ecommerceRevenue .barChart .ct-series .ct-bar {
  107. stroke-width: 15px; }
  108. #ecommerceRevenue .ct-series-a {
  109. -webkit-transform: translateX(3px);
  110. transform: translateX(3px); }
  111. #ecommerceRevenue .ct-series-b {
  112. -webkit-transform: translateX(-3px);
  113. transform: translateX(-3px); } }
  114. @media (min-width: 429px) and (max-width: 992px) {
  115. #ecommerceRevenue .barChart .ct-series .ct-bar {
  116. stroke-width: 20px; } }
  117. @media (max-width: 429px) {
  118. #ecommerceRevenue .barChart .ct-series .ct-bar-fill {
  119. stroke-width: 15px; }
  120. #ecommerceRevenue .barChart .ct-series .ct-bar {
  121. stroke-width: 15px; }
  122. #ecommerceRevenue .ct-series-a {
  123. -webkit-transform: translateX(3px);
  124. transform: translateX(3px); }
  125. #ecommerceRevenue .ct-series-b {
  126. -webkit-transform: translateX(-3px);
  127. transform: translateX(-3px); } }
  128. @media (max-width: 570px) {
  129. #ecommerceChartView .chart-action {
  130. position: relative;
  131. left: 50%;
  132. -webkit-transform: translateX(-50%);
  133. transform: translateX(-50%);
  134. float: none;
  135. margin: 10px 0; }
  136. #ecommerceChartView .card-block {
  137. overflow-x: scroll; } }
  138. @media screen and (max-width: 380px) {
  139. #ecommerceChartView .nav-pills .nav-link {
  140. padding: 2px 8px;
  141. margin-right: 3px;
  142. margin-left: 3px; } }