Add verify icon style

This commit is contained in:
Srinath 2026-02-05 10:53:14 +05:30
parent ebd31f72ba
commit db011401cc
1 changed files with 39 additions and 7 deletions

View File

@ -101,6 +101,7 @@
padding-bottom: 10rem !important; padding-bottom: 10rem !important;
padding: 0 3px; padding: 0 3px;
} }
.BS1ComboTableComboSalesBillTable { .BS1ComboTableComboSalesBillTable {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
@ -398,9 +399,11 @@
.overall-bscombo-container { .overall-bscombo-container {
overflow: hidden; overflow: hidden;
.BSC1Search-div1 { .BSC1Search-div1 {
height: 45px !important; height: 45px !important;
} }
.ant-select-selection-search { .ant-select-selection-search {
top: 10px !important; top: 10px !important;
} }
@ -464,9 +467,7 @@
height: 10px; height: 10px;
} }
.overall-bscombo-container.BSC1Search-div1 .overall-bscombo-container.BSC1Search-div1 .ant-select:not(.ant-select-customize-input) .ant-select-selector {
.ant-select:not(.ant-select-customize-input)
.ant-select-selector {
width: 100%; width: 100%;
} }
@ -480,20 +481,24 @@
.ComboSubNavbar { .ComboSubNavbar {
flex-wrap: nowrap !important; flex-wrap: nowrap !important;
@media (max-width: 1024px) { @media (max-width: 1024px) {
overflow: auto; overflow: auto;
padding-bottom: 5px; padding-bottom: 5px;
} }
.price-change-btn { .price-change-btn {
background-color: #1292ee; background-color: #1292ee;
color: #fff !important; color: #fff !important;
width: 32px; width: 32px;
height: 32px; height: 32px;
margin-right: unset !important; margin-right: unset !important;
img { img {
filter: invert(1); filter: invert(1);
} }
} }
.pricing-name-details { .pricing-name-details {
margin-left: unset; margin-left: unset;
display: flex; display: flex;
@ -513,9 +518,11 @@
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
padding: 0 6px; padding: 0 6px;
.SalesCountComponent-Master { .SalesCountComponent-Master {
width: unset; width: unset;
gap: 10px; gap: 10px;
p { p {
font-size: 13px !important; font-size: 13px !important;
} }
@ -530,52 +537,64 @@
.billtable3th { .billtable3th {
padding: 3px !important; padding: 3px !important;
} }
.del-all-btn { .del-all-btn {
padding: 0.2rem 0.1rem; padding: 0.2rem 0.1rem;
} }
.BSBill-Table3-throw { .BSBill-Table3-throw {
height: 2rem; height: 2rem;
} }
.BSBilling3-tablediv { .BSBilling3-tablediv {
tr { tr {
height: 28px; height: 28px;
} }
th > span {
th>span {
font-size: 14px !important; font-size: 14px !important;
@media (max-width: 500px) { @media (max-width: 500px) {
font-size: 12px !important; font-size: 12px !important;
} }
} }
td:nth-child(2) { td:nth-child(2) {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 10px; gap: 10px;
} }
td:nth-child(3), td:nth-child(3),
th:nth-child(3) { th:nth-child(3) {
width: 100px !important; width: 100px !important;
text-align: right; text-align: right;
} }
td:nth-child(4), td:nth-child(4),
th:nth-child(4) { th:nth-child(4) {
width: 100px !important; width: 100px !important;
text-align: center; text-align: center;
} }
td:nth-child(5), td:nth-child(5),
th:nth-child(5) { th:nth-child(5) {
width: 100px !important; width: 100px !important;
text-align: center; text-align: center;
} }
td:nth-child(6), td:nth-child(6),
th:nth-child(6) { th:nth-child(6) {
width: 100px !important; width: 100px !important;
text-align: right; text-align: right;
} }
td:nth-child(7), td:nth-child(7),
th:nth-child(7) { th:nth-child(7) {
width: 100px !important; width: 100px !important;
text-align: right; text-align: right;
} }
td:nth-child(8), td:nth-child(8),
th:nth-child(8) { th:nth-child(8) {
width: 40px !important; width: 40px !important;
@ -592,6 +611,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
svg { svg {
width: 25px !important; width: 25px !important;
height: 25px !important; height: 25px !important;
@ -600,8 +620,7 @@
} }
.SearchSubnavbar-combo { .SearchSubnavbar-combo {
@media (max-width: 1024px) { @media (max-width: 1024px) {}
}
} }
.combuSubNavbarRightSide { .combuSubNavbarRightSide {
@ -619,11 +638,24 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #fff; color: #fff;
svg { svg {
color: #fff !important; color: #fff !important;
} }
} }
.RiVerifiedBadgeFill {
width: 32px;
height: 32px;
background-color: #1292ee;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
}
} }
.keyboardShortcut { .keyboardShortcut {
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -634,4 +666,4 @@
justify-content: center; justify-content: center;
cursor: pointer; cursor: pointer;
color: #fff; color: #fff;
} }