Initial commit

This commit is contained in:
2025-10-04 18:22:24 +03:00
commit 2852c2c054
291 changed files with 38109 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
.loyaltyIcon {
position: relative;
width: 24px;
height: 24px;
margin-left: -2px;
top: 2px;
}
.loyaltyContainer {
height: 115px;
background-color: #FFF;
border: none;
margin-bottom: 1rem;
}
.loyaltyContainer :global(.ant-card-body) {
height: 115px;
padding: 12px 16px !important;
border: none;
border-radius: 0px;
}
.loyaltyCard {
border-radius: 0px !important;
border: none
}
.presentIcon {
display: flex;
position: relative;
top: -1;
margin-left: -4px;
}
.presentIconItem {
background-image: url(/empty-dish.png);
background-size: cover;
background-position: center;
width: 32px;
height: 32px;
border-radius: 50%;
border: none;
margin-left: 0px;
}
:global(.darkApp) .loyaltyIcon path {
fill: none !important;
stroke: var(--primary) !important;
transition: all 0.3s ease;
}
:global(.rtl) .loyaltyIcon {
margin-right: -2px;
}
:global(.rtl) .presentIcon {
margin-right: -4px;
}
:global(.rtl) .presentIconItem {
margin-right: 0px;
}