feat(header): Aplica css no elemento de compra segura

This commit is contained in:
Sabrina Miranda 2022-12-13 23:40:01 -03:00
parent 7409bb9cc9
commit a888a232b4
2 changed files with 10 additions and 4 deletions

View File

@ -116,6 +116,11 @@
}
&__safeBuy {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 8px;
span {
align-items: center;
display: flex;
@ -124,12 +129,12 @@
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: $color-gray;
line-height: 16px;
color: $color-gray6;
}
i {
margin-right: 8px;
img {
width: 12px;
}
}
}

View File

@ -15,6 +15,7 @@ $color-gray2: #7d7d7d;
$color-gray3: #f0f0f0;
$color-gray4: #8d8d8d;
$color-gray5: #e5e5e5;
$color-gray6:#292929;
$color-blue: #4267b2;