/
izida
/
server_work
Обзор
Документация
Войти
/
izida
/
server_work
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
frontend/src/components/ui/button-form/button-form.module.css
24 строки
447 B
izida
Initial commit
26 авг 2023, 23:57
Не верифицирован
26 авг 2023, 23:57
fa0a1ca
Код
Авторство
О чём код?
.button { border: none; outline: none; transition: var(--common-transition); background: none; padding: 10px; border-radius: var(--button-border-radius); text-align: center; background-color: var(--btn-bgc); color: var(--text-white-color); display: flex; align-items: center; justify-content: center; max-height: 40px; } .button:disabled { opacity: 0.4; } .button:hover:enabled { cursor: pointer; opacity: 0.8; }