Ohm-Management - Projektarbeit B-ME
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.

_modal.scss 477B

123456789101112131415161718192021222324
  1. .modal {
  2. &.is-full-screen {
  3. .animation-content,
  4. .modal-card {
  5. width: 100%;
  6. height: 100%;
  7. max-height: 100vh;
  8. margin: 0;
  9. background-color: #ffffff;
  10. }
  11. }
  12. .animation-content {
  13. margin: 0 20px;
  14. .modal-card {
  15. margin: 0;
  16. }
  17. @include mobile {
  18. width: 100%;
  19. }
  20. }
  21. .modal-content {
  22. width: 100%;
  23. }
  24. }