mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updated hero for contact page
This commit is contained in:
parent
4cb2890a57
commit
7747943136
@ -55,11 +55,17 @@ var contactForm = {
|
||||
|
||||
</script>
|
||||
|
||||
<section class="hero4" data-speed="2" data-type="background">
|
||||
@section('content')
|
||||
|
||||
<section class="hero background hero4" data-speed="2" data-type="background">
|
||||
<div class="caption-side"></div>
|
||||
<div class="container">
|
||||
<div class="row" style="margin:0;">
|
||||
<div class="caption-wrap">
|
||||
<div class="caption">
|
||||
<h1>Contact us
|
||||
</h1>
|
||||
<h1>Contact<span style="color:#ecd816"> us</span></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -182,6 +182,11 @@ a .cta:hover span {
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.hero2 h1 {
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.hero3 {
|
||||
text-align: center;
|
||||
background-image: url(/images/hero-bg-3.jpg);
|
||||
@ -192,7 +197,6 @@ a .cta:hover span {
|
||||
}
|
||||
|
||||
.hero4 {
|
||||
text-align: center;
|
||||
background-image: url(/images/hero-bg-4.jpg);
|
||||
padding: 150px 0;
|
||||
background-repeat: no-repeat;
|
||||
@ -208,11 +212,6 @@ a .cta:hover span {
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.hero2 h1,.hero3 h1,.hero4 h1 {
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.hero1.background {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user