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.

65 lines
1021 B

11 months ago
  1. .home {
  2. .income {
  3. width: 60%;
  4. height: 400px;
  5. background-color: #fff;
  6. border-radius: 5px;
  7. box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
  8. }
  9. .total-income {
  10. width: 38%;
  11. height: 400px;
  12. background-color: #fff;
  13. border-radius: 5px;
  14. box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
  15. }
  16. .CFD-box {
  17. width: 360px;
  18. height: 430px;
  19. background-color: #fff;
  20. border-radius: 5px;
  21. box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
  22. }
  23. }
  24. .deposit {
  25. .container {
  26. width: 100%;
  27. background-color: #fff;
  28. box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
  29. border-radius: 5px;
  30. }
  31. }
  32. .account {
  33. .container {
  34. width: 100%;
  35. background-color: #fff;
  36. box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
  37. border-radius: 5px;
  38. .border {
  39. border: 1px dashed #eff2f7;
  40. }
  41. }
  42. }
  43. .securify {
  44. .container {
  45. width: 100%;
  46. background-color: #fff;
  47. box-shadow: 0 .05rem 0.04rem rgba(8, 5, 3, .03);
  48. border-radius: 5px;
  49. }
  50. }