soundcloud.css 393 B

1234567891011121314151617181920212223242526
  1. .Soundcloud {
  2. height: 166px;
  3. }
  4. .Soundcloud:empty {
  5. display: none;
  6. }
  7. .Soundcloud-iframe {
  8. height: 100%;
  9. width: 100%;
  10. border: 0;
  11. }
  12. .Soundcloud-player {
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. align-items: center;
  17. width: 100%;
  18. height: 100%;
  19. border: 0.1rem solid lightgray;
  20. border-radius: 0.3rem;
  21. background: whitesmoke;
  22. cursor: pointer;
  23. }