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;
margin-bottom: 8px;
padding: 0;
display: none;
i::before {
fill: #303030;

View File

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

View File

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

View File

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