/
Stameskaaa
/
Client
Обзор
Документация
Войти
/
Stameskaaa
/
Client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components/buttonclover/ButtonClover.module.scss
12 строк
209 B
Stameskaaa
frist commit
19 июн 2024, 15:02
19 июн 2024, 15:02
1cf848d
Код
Авторство
О чём код?
.Button { width: 45px; height: 45px; color: var(--color-secondary); cursor: pointer; border-radius: 50%; transition: all 0.5s ease-in-out; padding-left: 10px; &:hover { opacity: 80%; } }