/
Razavi
/
PreBid
Обзор
Документация
Войти
/
Razavi
/
PreBid
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/ui/BookmarkButton/bookmarkbutton.module.css
42 строки
703 B
Razavi
Избранное. Каталог. Карточка товара.
14 фев 2025, 16:48
14 фев 2025, 16:48
a635c3f
Код
Авторство
О чём код?
.bookmarkButton { position: absolute; top: 8px; left: 8px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, 0.9); border: 1px solid #6b7a99; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; z-index: 10; padding: 0; margin: 0; } .bookmarkButton:hover { background: rgba(255, 255, 255, 1); border: 1px solid #0050cf; } .bookmarkButton svg { color: #666; transition: all 0.2s ease; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; } .bookmarkButton.active { border: 1px solid #0050cf; } .bookmarkButton.active svg { color: #0050cf; fill: #0050cf; }