Updated portal price toggle design

refs DES-24 DES-25
This commit is contained in:
Djordje Vlaisavljevic 2024-01-25 12:05:16 +00:00
parent 794ef85968
commit 9a3aa6310b

View File

@ -51,7 +51,6 @@ export const ProductsSectionStyles = () => {
height: 100% !important;
width: 50%;
border-radius: 999px;
color: var(--grey7);
background: transparent;
font-size: 1.5rem;
}
@ -80,13 +79,8 @@ export const ProductsSectionStyles = () => {
}
.gh-portal-maximum-discount {
font-size: 1.4rem;
font-weight: 400;
margin-left: 4px;
margin-bottom: -1px;
}
.gh-portal-btn.active .gh-portal-maximum-discount {
opacity: 0.5;
}