_contact.sass 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. // position fixed in order to escape the 1440px wrapper
  2. .contact
  3. position: fixed
  4. top: 0
  5. left: 0
  6. width: 100%
  7. height: 100%
  8. background:
  9. image: url("../img/contact-visual.png")
  10. position: center
  11. size: cover
  12. repeat: no-repeat
  13. &--lockup
  14. position: relative
  15. display: flex
  16. width: 900px
  17. max-width: 75%
  18. height: 100%
  19. align-items: center
  20. justify-content: flex-end
  21. margin: 0 auto
  22. @media (max-width: 1180px)
  23. max-width: 90%
  24. @media (max-width: 767px)
  25. justify-content: center
  26. .modal
  27. padding: 45px 45px
  28. text-align: center
  29. background-color: $black
  30. box-shadow: 0 0 30px 0 rgba(0,0,0,.75)
  31. &--information
  32. p,
  33. a
  34. display: block
  35. margin: 14px 0
  36. text-decoration: none
  37. color: $white
  38. font-weight: 700
  39. p
  40. margin-top: 0
  41. &--options
  42. margin: 0
  43. padding: 0
  44. list-style: none
  45. & > li
  46. width: 130px
  47. margin: 0 auto 25px auto
  48. li:nth-child(1)
  49. background-color: #1769ff
  50. li:nth-child(2)
  51. background-color: #ea4c89
  52. li:nth-child(3)
  53. margin-bottom: 0
  54. background-color: $highlight
  55. text-transform: uppercase
  56. a
  57. display: block
  58. width: 100%
  59. padding: 8px 0
  60. text-decoration: none
  61. color: $white
  62. font-weight: 700