You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_share-audio.scss 422B

12345678910111213141516171819202122
  1. .share-audio-dialog {
  2. .share-audio-animation {
  3. width: 100%;
  4. height: 90%;
  5. object-fit: contain;
  6. }
  7. input[type="checkbox"] + svg + span {
  8. color: #9FB0CC;
  9. }
  10. .separator-line {
  11. margin: 24px 0 24px -20px;
  12. padding: 0 20px;
  13. width: 100%;
  14. height: 1px;
  15. background: #5E6D7A;
  16. &:last-child {
  17. display: none;
  18. }
  19. }
  20. }