Advertisement
Katsiree

betlimit

Dec 7th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.23 KB | None | 0 0
  1. .bet li {
  2. list-style: none;
  3. }
  4.  
  5. .bet .text-sm {
  6. font-size: 12px !important;
  7. }
  8.  
  9. .bet .nav-tabs .nav-item.show .nav-link,
  10. .bet .nav-tabs .nav-link.active {
  11. color: #fff !important;
  12. border-bottom: 3px #171921 solid !important;
  13. border-top: 0px #6209ff solid !important;
  14. border-left: 0px #6209ff solid !important;
  15. border-right: 0px #171921 solid !important;
  16. background-color: #6209ff;
  17. }
  18.  
  19. .custom-control-label {
  20. margin-left: 30px;
  21. }
  22.  
  23. .bet .custom-control-input:checked~.custom-control-label::before {
  24. color: #171921;
  25. border-color: #007bff;
  26. background-color: #ffe200 !important;
  27. /* content: "\f14a";
  28. font-family: 'Font Awesome\ 5 Free'; */
  29. }.bet li {
  30. list-style: none;
  31. }
  32.  
  33. .bet .text-sm {
  34. font-size: 12px !important;
  35. }
  36.  
  37. .bet .nav-tabs .nav-item.show .nav-link,
  38. .bet .nav-tabs .nav-link.active {
  39. color: #fff !important;
  40. border-bottom: 3px #171921 solid !important;
  41. border-top: 0px #6209ff solid !important;
  42. border-left: 0px #6209ff solid !important;
  43. border-right: 0px #171921 solid !important;
  44. background-color: #6209ff;
  45. }
  46.  
  47. .custom-control-label {
  48. margin-left: 30px;
  49. }
  50.  
  51. .bet .custom-control-input:checked~.custom-control-label::before {
  52. color: #171921;
  53. border-color: #007bff;
  54. background-color: #ffe200 !important;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement