contact.sass 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @import ./themeStyle
  2. // contact
  3. #contact
  4. padding-top: 2rem
  5. background: rgba(153, 171, 253, 0.15)
  6. .section-title
  7. font-weight: 400
  8. font-family: $fontNotoBangla
  9. margin-bottom: 1rem
  10. .title
  11. font-weight: 600
  12. margin-bottom: 1rem
  13. #location
  14. .live-address
  15. padding-bottom: 1rem
  16. border-bottom: 1px solid $greyColor
  17. .virtual-address
  18. padding-top: 1rem
  19. margin-bottom: 2.5rem
  20. a
  21. display: block
  22. margin-bottom: .25rem
  23. font-size: .75rem
  24. color: $blackColor
  25. text-decoration: none
  26. p
  27. font-size: .75rem
  28. color: $blackColor
  29. margin-bottom: .25rem
  30. font-weight: 400
  31. .map
  32. border: 1.5px solid $thirdColor
  33. height: 300px
  34. #contact-forms
  35. padding: 2.5rem
  36. border: 1.5px solid $thirdColor
  37. form
  38. margin: unset
  39. .title
  40. text-align: center
  41. label
  42. font-size: .85rem
  43. font-weight: 600
  44. color: $greyColor
  45. input, textarea
  46. background: $whiteColor
  47. font-size: .85rem
  48. font-weight: 500
  49. padding: .5rem 1rem
  50. height: unset
  51. .required
  52. font-weight: 700
  53. color: $primaryColor
  54. .link-btn
  55. margin: 0 auto