unused css removed

This commit is contained in:
Selvi 2025-09-26 19:33:14 +05:30
parent 44e3fe629a
commit af0e50eeaa
5 changed files with 5 additions and 9773 deletions

View File

@ -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">

View File

@ -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,

File diff suppressed because it is too large Load Diff

View File

@ -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