develop #1

Merged
SabrinaMiranda merged 24 commits from develop into main 2022-12-19 02:38:03 +00:00
2 changed files with 10 additions and 4 deletions
Showing only changes of commit a888a232b4 - Show all commits

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;