Loggest thine Stuff
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.

14 lines
273 B

  1. <div class="modal-body"><slot></slot></div>
  2. <style lang="sass">
  3. div.modal-body
  4. padding: 0 1em
  5. padding-left: 0
  6. flex: 1
  7. @media screen and (max-width: 749px)
  8. padding-left: 1em
  9. padding: 0 1em
  10. &:first-of-type
  11. padding-left: 1em
  12. </style>