/
drndsv
/
react
Обзор
Документация
Войти
/
drndsv
/
react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/Button/Button.module.css
22 строки
298 B
drndsv
закончили на toggleerror
23 апр 2025, 18:05
23 апр 2025, 18:05
9bf509f
Код
Авторство
О чём код?
.button { padding: 0.8rem 2rem; border: none; border-radius: 5px; cursor: pointer; transition: all 0.3s; font-weight: bold; margin-right: 1rem; } .button:hover { opacity: 0.8; } .button.disabled { cursor: not-allowed; } .button.active { background: #3e6ae1; color: #fff; }