forked from M3-Academy/challenge-vtex-io
style(styles.css): adicionando estilo da área de desconto via pix
This commit is contained in:
parent
01349f387a
commit
b9a3895921
@ -1,16 +1,32 @@
|
|||||||
.PixContent {
|
.PixContent {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
height: 24px;
|
height: 36px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
column-gap: 26px;
|
column-gap: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ImgPixContent{
|
.ImgPixContent {
|
||||||
width: 66.01px;
|
width: 66.01px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PixDiscount{
|
.PixDiscount {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user