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