refactor:melhorando o codigo css nas paginas

This commit is contained in:
Victor Cardoso de Souza 2022-12-18 20:46:21 -03:00
parent c091b273cc
commit 6bb781044b
4 changed files with 10 additions and 4 deletions

View File

@ -170,7 +170,7 @@
color: #303030; color: #303030;
margin-bottom: 8px; margin-bottom: 8px;
padding: 0; padding: 0;
display: none;
i::before { i::before {
fill: #303030; fill: #303030;

View File

@ -236,7 +236,7 @@
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
justify-content: center; justify-content: center;
margin: 6px auto 0; margin: 23px auto 0;
max-height: 38px; max-height: 38px;
max-width: 118px; max-width: 118px;
padding: 0; padding: 0;

View File

@ -102,6 +102,8 @@
} }
&__safeBuy { &__safeBuy {
display: flex;
span { span {
align-items: center; align-items: center;
display: flex; display: flex;
@ -111,7 +113,7 @@
font-weight: normal; font-weight: normal;
font-size: 12px; font-size: 12px;
line-height: 14px; line-height: 14px;
color: $color-gray; color: $color-black;
} }
i { i {

View File

@ -94,7 +94,11 @@
} }
img { img {
height: 0; display: flex;
flex-direction: column;
margin-top: 17px;
margin-right: 8px;
height: 15px;
margin-bottom: 20px; margin-bottom: 20px;
} }