Add verify icon style

This commit is contained in:
Srinath 2026-02-05 10:53:48 +05:30
parent db011401cc
commit 4ff555b034
1 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,11 @@
padding: 0rem 1rem;
box-shadow: var(--BOX_SHADOW_LEVEL2);
background-color: #ffffff;
// background-color: #ffffff;
.RiVerifiedBadgeFill {
color: #1292ee !important;
}
}
.BSBillingNav2div2 {
@ -14,6 +18,7 @@
justify-content: space-evenly;
align-items: center;
width: 100%;
.bs-membership__icon-btn {
svg {
color: #fbbf24;
@ -131,6 +136,7 @@
border-radius: 6px;
align-items: center;
transition-duration: 0.6s;
.anticon {
color: red !important;
}