forked from M3-Academy/m3-academy-template-checkout
feat: Ajeita o tamanho dos itens do header
This commit is contained in:
parent
c9fdcd6e41
commit
b87908ef53
@ -97,6 +97,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__logo {
|
&__logo {
|
||||||
|
width: 15.2829%;
|
||||||
img {
|
img {
|
||||||
height: 52px;
|
height: 52px;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -104,8 +105,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__safeBuy {
|
&__safeBuy {
|
||||||
span {
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 8px;
|
||||||
|
width: 11.6895%;
|
||||||
|
img{
|
||||||
|
width: 12px;
|
||||||
|
}
|
||||||
|
span {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
|
Loading…
Reference in New Issue
Block a user