Merge remote-tracking branch 'origin/Development' into Development
This commit is contained in:
commit
8a34ee6233
|
@ -77,7 +77,8 @@
|
||||||
<div class="col d-flex flex-direction-row pb-2"><div class="form-title">Message</div> <div class="required">*</div></div>
|
<div class="col d-flex flex-direction-row pb-2"><div class="form-title">Message</div> <div class="required">*</div></div>
|
||||||
<div class="col pb-4"><textarea name="message" placeholder="Type your message here..."></textarea>
|
<div class="col pb-4"><textarea name="message" placeholder="Type your message here..."></textarea>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<button type="button" class="normal-btn ml-3">Send</button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer-->
|
<!-- Footer-->
|
||||||
|
|
|
@ -93,7 +93,7 @@ section.benefits {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-1 {
|
.section-title-1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
@ -101,7 +101,7 @@ section.benefits {
|
||||||
color: #212121;
|
color: #212121;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-2 {
|
.section-title-2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
@ -109,7 +109,7 @@ section.benefits {
|
||||||
color: #212121;
|
color: #212121;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-3 {
|
.section-title-3 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|
|
@ -208,7 +208,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal-btn {
|
.normal-btn {
|
||||||
min-width: 162px;
|
/* min-width: 162px; */
|
||||||
max-width: 256px;
|
max-width: 256px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
<div class="row justify-content-around">
|
<div class="row justify-content-around">
|
||||||
<div class="col"></div>
|
<div class="col"></div>
|
||||||
<div class="col d-flex align-items-center justify-content-center flex-direction-row">
|
<div class="col d-flex align-items-center justify-content-center flex-direction-row">
|
||||||
<span class="title-1">Who</span> <span class="title-2">Benefits</span>
|
<span class="section-title-1">Who</span> <span class="section-title-2">Benefits</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="row justify-content-center"><div class="col-auto">
|
<div class="row justify-content-center"><div class="col-auto">
|
||||||
|
|
Loading…
Reference in New Issue