interfaces.css.scss 652 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // Place all the styles related to Event/VenInterface here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .modal-dialog {
  5. // display: none;
  6. position: fixed;
  7. z-index: 99;
  8. top: 33%;
  9. left: 25%;
  10. width: 50%;
  11. padding: 12px 16px;
  12. border: 1px solid #ddd;
  13. background-color: #fff;
  14. box-shadow: 2px 2px 16px 0px rgba(0,0,0,.5);
  15. .close {
  16. margin: -6px 0px;
  17. font-size: 2.4em;
  18. }
  19. h3, h4 {
  20. margin-top: 0px;
  21. }
  22. .object-type-option {
  23. margin: 3px;
  24. }
  25. .modal-options-group {
  26. margin-top: 24px;
  27. &:first-child {
  28. margin-top: 0px;
  29. }
  30. }
  31. }