styles.module.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* stylelint-disable docusaurus/copyright-header */
  2. /**
  3. * CSS files with the .module.css suffix will be treated as CSS modules
  4. * and scoped locally.
  5. */
  6. .heroBanner {
  7. padding: 1rem 0 5rem;
  8. text-align: center;
  9. position: relative;
  10. overflow: hidden;
  11. }
  12. @media screen and (max-width: 966px) {
  13. .heroBanner {
  14. padding: 2rem;
  15. }
  16. }
  17. .buttons {
  18. display: flex;
  19. flex-wrap: wrap;
  20. align-items: center;
  21. justify-content: center;
  22. margin: 30px 0 0;
  23. }
  24. .buttons > a {
  25. margin: 0 5px;
  26. }
  27. .frameworkLogos {
  28. background-color: transparent!important;
  29. border-bottom: 0!important;
  30. }
  31. .frameworkLogos img {
  32. height: 60px;
  33. padding: 0 10px 0 0;
  34. }
  35. .reactImage {
  36. max-width: 115%;
  37. transform: translateX(-45px);
  38. }
  39. .social {
  40. margin-top: 20px;
  41. }
  42. .social > a {
  43. margin-left: 10px;
  44. }
  45. @media (max-width: 650px) {
  46. .buttons > a {
  47. margin: 10px 5px;
  48. }
  49. .frameworkLogos img {
  50. height: 45px;
  51. }
  52. }
  53. .tweetBtn {
  54. position: relative;
  55. height: 20px;
  56. box-sizing: border-box;
  57. padding: 2px 8px 4px 22px;
  58. background-color: #1b95e0;
  59. color: #fff;
  60. border-radius: 3px;
  61. cursor: pointer;
  62. font-family: "Helvetica Neue", Arial, sans-serif;
  63. font-weight: 900;
  64. font-size: 11px;
  65. font-stretch: 100%;
  66. line-height: 18px;
  67. margin-left: 3px;
  68. margin-right: 20px;
  69. text-decoration-thickness: auto;
  70. vertical-align: top;
  71. zoom: 1;
  72. }
  73. .tweetBtn:hover {
  74. color: white;
  75. text-decoration: none;
  76. background-color: #0c7abf;
  77. }
  78. .tweetBtn::before {
  79. content: '';
  80. position: absolute;
  81. top: 3px;
  82. left: 5px;
  83. display: inline-block;
  84. width: 14px;
  85. height: 14px;
  86. margin: 0 3px 0 0px;
  87. background: transparent 0 0 no-repeat;
  88. background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
  89. }