sparkletown/sparkle

View on GitHub
src/components/organisms/VideoModal/VideoModal.scss

Summary

Maintainability
Test Coverage
@import "scss/constants.scss";

.video-modal-container {
  padding: 20px;

  .content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    overflow: auto;
  }

  .youtube-video {
    width: 100%;
    min-height: 500px;
  }
}
.modal-content {
  width: 100%;
  height: 100%;
  max-width: unset;
  padding-top: 0;
  .modal-header {
    padding: 0.2rem 1rem;
  }
}