This commit is contained in:
omkieit 2024-09-20 19:25:40 +05:30
parent d69b043dd3
commit c7b1d21963
6 changed files with 87 additions and 87 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

80
ef-ui/dist/assets/index-CPzwaVf7.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -45,8 +45,8 @@
<script type="module" crossorigin src="/assets/index-BYlF52oq.js"></script> <script type="module" crossorigin src="/assets/index-CPzwaVf7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BNXnzYgn.css"> <link rel="stylesheet" crossorigin href="/assets/index-BtU0nZSp.css">
</head> </head>

View File

@ -187,7 +187,7 @@ const Home = () => {
{/* services section end */} {/* services section end */}
{/* projects section start */} {/* projects section start */}
<div className="projects_section layout_padding"> {/* <div className="projects_section layout_padding">
<div className="container"> <div className="container">
<div className="row"> <div className="row">
<div className="col-md-12"> <div className="col-md-12">
@ -506,7 +506,7 @@ const Home = () => {
</div> </div>
</div> </div>
</div> </div>
</div> </div> */}
{/* projects section end */} {/* projects section end */}

View File

@ -13,7 +13,7 @@
.product-view .product-path{ .product-view .product-path{
font-size: 13px; font-size: 13px;
font-weight: 500; font-weight: 500;
color: #252525; color: #000;
margin-bottom: 16px; margin-bottom: 16px;
} }
.product-view .selling-price{ .product-view .selling-price{
@ -24,7 +24,7 @@
} }
.product-view .original-price{ .product-view .original-price{
font-size: 18px; font-size: 18px;
color: #937979; color: #000;
font-weight: 400; font-weight: 400;
text-decoration: line-through; text-decoration: line-through;
} }