diff --git a/react/components/Pix/styles.css b/react/components/Pix/styles.css index 2b872a1..b416807 100644 --- a/react/components/Pix/styles.css +++ b/react/components/Pix/styles.css @@ -1,16 +1,32 @@ .PixContent { margin-top: 8px; - height: 24px; + height: 36px; display: flex; + align-items: center; column-gap: 26px; } -.ImgPixContent{ +.ImgPixContent { width: 66.01px; height: 24px; } -.PixDiscount{ +.PixDiscount { display: flex; flex-direction: column; + height: 36px; +} + +.TextPixDiscount { + font-weight: 700; + font-size: 18px; + line-height: 25px; + color: rgba(0, 0, 0, 0.58); +} + +.TextDiscount { + font-weight: 300 ; + font-size: 13px; + line-height: 18px; + color: #929292; }