minigame_history.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .active_predict {
  2. background: linear-gradient(82.89deg, #ff5f08 5.39%, #ff5ff9 94.31%) !important;
  3. }
  4. .btn-option {
  5. display: flex;
  6. flex-direction: row;
  7. justify-content: center;
  8. align-items: center;
  9. padding: 12px 0px;
  10. /* gap: 10px; */
  11. /* max-width: 109.67px; */
  12. width: calc(49% - 2.2px);
  13. height: 37px;
  14. background: linear-gradient(90deg, gray 2.8%, gray 100%);
  15. /* border-radius: 20px; */
  16. font-weight: 700;
  17. font-size: 18px;
  18. line-height: 16px;
  19. display: flex;
  20. align-items: center;
  21. text-align: center;
  22. text-transform: uppercase;
  23. color: #ffffff;
  24. display: inline-block;
  25. border: 1px solid white;
  26. border-bottom: none;
  27. }
  28. .card-history {
  29. width: 100%;
  30. min-height: 529px;
  31. background: rgba(255, 255, 255, 0.3);
  32. border-radius: 24px;
  33. position: relative;
  34. border-bottom: 1px solid rgba(255, 52, 139, 1);
  35. border-right: 1px solid rgba(255, 52, 139, 1);
  36. }
  37. .content-history::before {
  38. /* content: "";
  39. position: absolute;
  40. left: 0;
  41. top: -6px;
  42. min-width: 140px;
  43. height: 55px;
  44. background: rgba(255, 255, 255, 0.3);
  45. border-radius: 24px 24px 0px 0px; */
  46. }
  47. .content-history1::before {
  48. content: "";
  49. position: absolute;
  50. left: 50%;
  51. transform: translateX(-43%);
  52. top: -6px;
  53. min-width: 140px;
  54. height: 55px;
  55. background: rgba(255, 255, 255, 0.3);
  56. border-radius: 24px 24px 0px 0px;
  57. }
  58. .content-history2::before {
  59. content: "";
  60. position: absolute;
  61. right: 0;
  62. top: -6px;
  63. min-width: 120px;
  64. height: 55px;
  65. background: rgba(255, 255, 255, 0.3);
  66. border-radius: 24px 24px 0px 0px;
  67. }
  68. .title-table-history {
  69. font-family: "Quicksand";
  70. font-style: normal;
  71. font-weight: 700;
  72. font-size: 12px;
  73. line-height: 15px;
  74. /* identical to box height */
  75. display: flex;
  76. align-items: center;
  77. text-align: center;
  78. text-transform: capitalize;
  79. color: #ffffff;
  80. padding-bottom: 20px;
  81. border-bottom: 1px solid #ffdeeb;
  82. }
  83. .row-table-history {
  84. padding: 10px 0;
  85. border-bottom: 1px solid #ffdeeb;
  86. }