donate.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @font-face {
  2. font-family: 'Cookie';
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url('/fonts/Cookie.ttf') format('truetype');
  7. }
  8. /* Buy me a coffee button */
  9. .bmc-btn {
  10. min-width: 210px;
  11. color: #000000;
  12. background-color: #FFDD00 !important;
  13. height: 60px;
  14. border-radius: 12px;
  15. font-size: 28px;
  16. font-weight: Normal;
  17. border: none;
  18. padding: 0px 24px;
  19. line-height: 27px;
  20. text-decoration: none !important;
  21. display: inline-flex !important;
  22. align-items: center;
  23. font-family: 'Cookie', cursive !important;
  24. box-sizing: border-box !important;
  25. }
  26. .bmc-btn svg {
  27. height: 32px !important;
  28. margin-bottom: 0px !important;
  29. box-shadow: none !important;
  30. border: none !important;
  31. vertical-align: middle !important;
  32. transform: scale(0.9);
  33. flex-shrink: 0;
  34. }
  35. .bmc-btn-text {
  36. margin-left: 8px;
  37. display: inline-block;
  38. line-height: 0;
  39. width: 100%;
  40. flex-shrink: 0;
  41. }
  42. .logo-outline {
  43. fill: #000;
  44. }
  45. .logo-coffee {
  46. fill: white;
  47. }
  48. hr.after-content {
  49. margin-top: 1em;
  50. margin-bottom: 1em;
  51. }
  52. .donate-text {
  53. margin-bottom:
  54. }