feature/desafio4 #1

Merged
victor_souza merged 11 commits from feature/desafio4 into main 2022-12-19 01:08:57 +00:00
4 changed files with 10 additions and 4 deletions
Showing only changes of commit 6bb781044b - Show all commits

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;
}