preloader
This commit is contained in:
@@ -2924,7 +2924,7 @@ body,
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(assets/img/shape/2.svg);
|
||||
background: url('../img/shape/2.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center bottom;
|
||||
@@ -3149,7 +3149,7 @@ body,
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(assets/img/shape-3.png);
|
||||
background: url('../img/shape-3.png');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
@@ -3267,7 +3267,7 @@ body,
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(assets/img/shape-2.png);
|
||||
background: url('../img/shape-2.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom;
|
||||
background-size: contain;
|
||||
@@ -3483,7 +3483,7 @@ body,
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(assets/img/shape-5.png) no-repeat;
|
||||
background: url('../img/shape-5.png') no-repeat;
|
||||
background-size: cover;
|
||||
background-position: bottom;
|
||||
z-index: -1;
|
||||
@@ -3608,7 +3608,7 @@ body,
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(assets/img/icon-shape.png);
|
||||
background: url('../img/icon-shape.png');
|
||||
z-index: -1;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
@@ -3668,7 +3668,7 @@ body,
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(assets/img/map.svg);
|
||||
background: url('../img/map.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center bottom;
|
||||
@@ -5097,6 +5097,6 @@ footer .f-items .f-item.link li:last-child {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 999999;
|
||||
background: url(assets/img/preloader.gif) center no-repeat #fff;
|
||||
background: url('../img/preloader.gif') center no-repeat #fff;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user