1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- @import ./themeStyle
- // contact
- #contact
- padding-top: 2rem
- background: rgba(153, 171, 253, 0.15)
- .section-title
- font-weight: 400
- font-family: $fontNotoBangla
- margin-bottom: 1rem
- .title
- font-weight: 600
- margin-bottom: 1rem
- #location
- .live-address
- padding-bottom: 1rem
- border-bottom: 1px solid $greyColor
- .virtual-address
- padding-top: 1rem
- margin-bottom: 2.5rem
- a
- display: block
- margin-bottom: .25rem
- font-size: .75rem
- color: $blackColor
- text-decoration: none
- p
- font-size: .75rem
- color: $blackColor
- margin-bottom: .25rem
- font-weight: 400
- .map
- border: 1.5px solid $thirdColor
- height: 300px
- #contact-forms
- padding: 2.5rem
- border: 1.5px solid $thirdColor
- form
- margin: unset
- .title
- text-align: center
- label
- font-size: .85rem
- font-weight: 600
- color: $greyColor
- input, textarea
- background: $whiteColor
- font-size: .85rem
- font-weight: 500
- padding: .5rem 1rem
- height: unset
- .required
- font-weight: 700
- color: $primaryColor
- .link-btn
- margin: 0 auto
|