_modal.css.scss 650 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .modal-inner {
  2. border-radius: 2px;
  3. padding: 20px;
  4. text-align: center;
  5. h2 {
  6. font-weight: 600;
  7. }
  8. a.close-reveal-modal.button {
  9. font-size: 1.375em;
  10. position: inherit;
  11. top: inherit;
  12. right: inherit;
  13. color: white;
  14. cursor: pointer;
  15. }
  16. }
  17. .joyride-tip-guide {
  18. h4 {
  19. margin-bottom: 15px;
  20. }
  21. @media(min-width: 48em) {
  22. width: 500px;
  23. }
  24. .joyride-content-wrapper {
  25. text-align: left;
  26. ul {
  27. margin-top: 20px;
  28. }
  29. li {
  30. @extend .cf;
  31. height: 70px;
  32. img {
  33. float: left;
  34. margin-right: 20px;
  35. width: 54px;
  36. height: auto;
  37. }
  38. }
  39. }
  40. }