unused css removed
This commit is contained in:
parent
44e3fe629a
commit
af0e50eeaa
@ -17,7 +17,7 @@ export default function ServiceDetailClient({ slug, service, servicesList }) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{/* service-section */}
|
{/* service-section */}
|
||||||
<section className="service-details pt_90 .pb_90">
|
<section className="service-details pt_90 pb_90">
|
||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<div className="row clearfix">
|
<div className="row clearfix">
|
||||||
|
|
||||||
|
|||||||
29
public/assets/css/animate.css
vendored
29
public/assets/css/animate.css
vendored
@ -3667,35 +3667,6 @@ to {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-banner .icon-one,
|
|
||||||
.main-banner .icon-one{
|
|
||||||
animation-name: rotateme;
|
|
||||||
animation-duration: 7s;
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
|
|
||||||
-webkit-animation-name: rotateme;
|
|
||||||
-webkit-animation-duration: 7s;
|
|
||||||
-webkit-animation-iteration-count: infinite;
|
|
||||||
-webkit-animation-timing-function: linear;
|
|
||||||
|
|
||||||
-moz-animation-name: rotateme;
|
|
||||||
-moz-animation-duration: 7s;
|
|
||||||
-moz-animation-iteration-count: infinite;
|
|
||||||
-moz-animation-timing-function: linear;
|
|
||||||
|
|
||||||
-ms-animation-name: rotateme;
|
|
||||||
-ms-animation-duration: 7s;
|
|
||||||
|
|
||||||
-ms-animation-iteration-count: infinite;
|
|
||||||
-ms-animation-timing-function: linear;
|
|
||||||
|
|
||||||
-o-animation-name: rotateme;
|
|
||||||
-o-animation-duration: 7s;
|
|
||||||
-o-animation-iteration-count: infinite;
|
|
||||||
-o-animation-timing-function: linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
.how-it-works:before,
|
.how-it-works:before,
|
||||||
.main-banner .icon-six,
|
.main-banner .icon-six,
|
||||||
.main-banner .icon-two,
|
.main-banner .icon-two,
|
||||||
|
|||||||
7678
public/assets/css/bootstrap.css
vendored
7678
public/assets/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,3 @@
|
|||||||
|
|
||||||
/* template-color */
|
/* template-color */
|
||||||
|
|
||||||
.handle-preloader{
|
|
||||||
background: #EC4E4F;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preloader-close{
|
|
||||||
color: #EC4E4F;
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user