download.css 282 B

12345678910111213141516171819
  1. .download-container {
  2. position: fixed;
  3. bottom: 8px;
  4. right: 8px;
  5. z-index: 11;
  6. padding: 8px;
  7. width: 36px;
  8. height: 36px;
  9. background-color: #12312c;
  10. border-radius: 50%;
  11. display: none;
  12. }
  13. .download-container svg {
  14. width: 100%;
  15. height: 100%;
  16. fill: #38ff6e;
  17. }