mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Bug fixes
This commit is contained in:
parent
948af3b3bd
commit
8595ba6113
@ -337,4 +337,5 @@ if (Auth::check() && Auth::user()->id === 1)
|
||||
{
|
||||
Auth::loginUsingId(1);
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
|
@ -2,6 +2,24 @@
|
||||
|
||||
@section('content')
|
||||
|
||||
<style>
|
||||
.hero {
|
||||
background-image: url({{ asset('/images/hero-bg-1.jpg') }});
|
||||
}
|
||||
.hero2 {
|
||||
background-image: url({{ asset('/images/hero-bg-2.jpg') }});
|
||||
}
|
||||
.hero3 {
|
||||
background-image: url({{ asset('/images/hero-bg-3.jpg') }});
|
||||
}
|
||||
.hero4 {
|
||||
background-image: url({{ asset('/images/hero-bg-4.jpg') }});
|
||||
}
|
||||
.hero5 {
|
||||
background-image: url({{ asset('/images/hero-bg-3.jpg') }});
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<section class="hero background hero1" data-speed="2" data-type="background">
|
||||
<div class="caption-side"></div>
|
||||
|
@ -125,10 +125,6 @@ a .cta:hover span {
|
||||
background: #f2c40a;
|
||||
}
|
||||
|
||||
.hero {
|
||||
background-image: url(/images/hero-bg-1.jpg);
|
||||
}
|
||||
|
||||
.hero .caption-side {
|
||||
background: #fff;
|
||||
width: 50%;
|
||||
@ -173,9 +169,9 @@ a .cta:hover span {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
|
||||
.hero2 {
|
||||
text-align: center;
|
||||
background-image: url(/images/hero-bg-2.jpg);
|
||||
padding: 225px 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom center;
|
||||
@ -189,7 +185,6 @@ a .cta:hover span {
|
||||
|
||||
.hero3 {
|
||||
text-align: center;
|
||||
background-image: url(/images/hero-bg-3.jpg);
|
||||
padding: 150px 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
@ -197,7 +192,6 @@ a .cta:hover span {
|
||||
}
|
||||
|
||||
.hero4 {
|
||||
background-image: url(/images/hero-bg-4.jpg);
|
||||
padding: 150px 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
@ -205,7 +199,6 @@ a .cta:hover span {
|
||||
}
|
||||
.hero5 {
|
||||
text-align: center;
|
||||
background-image: url(/images/hero-bg-3.jpg);
|
||||
padding: 150px 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
|
Loading…
Reference in New Issue
Block a user