Add verify icon style
This commit is contained in:
parent
db011401cc
commit
4ff555b034
|
|
@ -6,7 +6,11 @@
|
||||||
padding: 0rem 1rem;
|
padding: 0rem 1rem;
|
||||||
box-shadow: var(--BOX_SHADOW_LEVEL2);
|
box-shadow: var(--BOX_SHADOW_LEVEL2);
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|
||||||
// background-color: #ffffff;
|
// background-color: #ffffff;
|
||||||
|
.RiVerifiedBadgeFill {
|
||||||
|
color: #1292ee !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.BSBillingNav2div2 {
|
.BSBillingNav2div2 {
|
||||||
|
|
@ -14,6 +18,7 @@
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.bs-membership__icon-btn {
|
.bs-membership__icon-btn {
|
||||||
svg {
|
svg {
|
||||||
color: #fbbf24;
|
color: #fbbf24;
|
||||||
|
|
@ -131,7 +136,8 @@
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
transition-duration: 0.6s;
|
transition-duration: 0.6s;
|
||||||
.anticon{
|
|
||||||
|
.anticon {
|
||||||
color: red !important;
|
color: red !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -168,7 +174,7 @@
|
||||||
padding: 10px 1rem;
|
padding: 10px 1rem;
|
||||||
font-family: 'Poppins';
|
font-family: 'Poppins';
|
||||||
|
|
||||||
> div {
|
>div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue