Skip to content

Commit

Permalink
feat: add hint for user how to boost ad
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 16, 2024
1 parent ebe287d commit bc01386
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/AdListPage/AdListPage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
чтобы отредактировать его.</p>
<p class='ad-list-page__hint__text'>Чтобы добавить новое
объявление, нажмите на кнопку "Добавить объявление".</p>
<p class='ad-list-page__hint__text'>Чтобы
<span class='rainbow-text'>продвинуть</span>
объявление, нажмите на ракету 🚀 рядом с нужным
объявлением.</p>
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions src/pages/AdListPage/AdListPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,9 @@
}
}
}

.rainbow-text {
background-image: linear-gradient(rgb(230, 63, 33), rgb(30, 30, 247));
color: transparent;
background-clip: text;
}

0 comments on commit bc01386

Please sign in to comment.