style update

This commit is contained in:
CHIEFSOFT\ameye
2025-08-03 07:20:08 -04:00
parent 59d9eb3df9
commit 44224e23ff
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -42,9 +42,9 @@ export default function Products() {
:
<div className="row m-b-20">
{products && products.map((product, index) => (
<div key={product.uid+index} className="col-xxs-6 col-xl-4 col-xxl-6 mb-2 mb-xxl-0 ">
<div key={product.uid+index} className={`col-xxs-6 col-xl-4 col-xxl-6 mb-2 mb-xxl-0`}>
<Link to={productPath(product?.product_id)} >
<div className="d-flex align-items-center extraProductCard">
<div className={`d-flex align-items-center extraProductCard ${product?.icon_style}`} >
<div className="icon-container img-icon m-r-20 bg-light-gray rounded">
<i className="fa fa-cart-plus text-primary"></i>
</div>
+8 -1
View File
@@ -90,7 +90,14 @@ $today-highlight-bg: #fcf8e3;
$btn-bg: #8e54e9;
$btn-border: #8e54e9;
$event-padding: 10px;
.manage{
background-color:lightgreen !important;
border-radius: 5px !important;
}
.creating{
background-color: lightyellow !important;
border-radius: 5px !important;
}
.billing{
background-color: darkgoldenrod;
color: white;