Advertisement
PremSocks

Untitled

Sep 11th, 2022
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. html {
  2. background-color: #111316 !important;
  3. }
  4.  
  5. .modal.page {
  6. background-color: #111316;
  7. }
  8.  
  9. .top-header {
  10. background-color: #15181c;
  11. }
  12.  
  13. .top-header .timer-row__progress-bar {
  14. background: #00c3ff;
  15. }
  16.  
  17. .top-header .timer-row {
  18. background: #1187c1;
  19. }
  20.  
  21. .payment-tabs__slider {
  22. background: #00c3ff;
  23. }
  24.  
  25. .action-button {
  26. color: #fff !important;
  27. background-image: linear-gradient(to right, #00c3ff, #1187c1);
  28. }
  29.  
  30. .action-button:active {
  31. background-image: linear-gradient(to right, #00c3ff, #1187c1);
  32. }
  33.  
  34. .invoice {
  35. background-color: #343f4c;
  36. }
  37.  
  38. .expired__body {
  39. color: #fff;
  40. }
  41.  
  42. .currency-selection {
  43. background-color: #15181c;
  44. border-bottom: 1px solid #565d6e;
  45. color: #fff;
  46. padding-top: 15px;
  47. padding-bottom: 15px;
  48. height: auto;
  49. }
  50.  
  51. .line-items {
  52. background-color: #111316;
  53. color: #565d6e !important;
  54. border-top: 1px solid #565d6e !important;
  55. }
  56.  
  57. .buyerTotalLine {
  58. border-top: 1px solid #202224;
  59. background-color: #15181c;
  60. color: #fff;
  61. }
  62.  
  63. .payment-tabs {
  64. background-color: #15181c;
  65. color: #fff;
  66. border-top: 1px solid #565d6e;
  67. border-bottom: 1px solid #565d6e;
  68. }
  69.  
  70. .payment-tabs__tab .active {
  71. color: #00c3ff;
  72. }
  73.  
  74. .payment-tabs__tab.active {
  75. color: #00c3ff;
  76. }
  77.  
  78. a {
  79. color: #00c3ff !important;
  80. }
  81.  
  82. canvas {
  83. border: 5px solid #fff;
  84. }
  85.  
  86. #prettydropdown-DefaultLang ul {
  87. color: #565d6e !important;
  88. background-color: #111316 !important;
  89. }
  90.  
  91. .manual__step-one__header {
  92. color: #ffffff;
  93. }
  94. .manual__step-one__instructions {
  95. color: #ffffff;
  96. }
  97.  
  98. .payment__currencies:hover {
  99. background: rgba(248, 248, 248,0.1);
  100. }
  101.  
  102. .recommended-fee{
  103. margin-top: 10px;
  104. }
  105.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement