develop #1

Merged
affonso_kopmann merged 4 commits from develop into main 2022-12-19 01:33:13 +00:00
Showing only changes of commit 148feb0b14 - Show all commits

View File

@ -17,6 +17,12 @@
} }
&__safeBuy { &__safeBuy {
display: flex;
img {
width: 12px;
height: 15px;
margin-right: 8px;
}
span { span {
align-items: center; align-items: center;
display: flex; display: flex;
@ -31,6 +37,7 @@
i { i {
margin-right: 8px; margin-right: 8px;
} }
} }
} }