/
izida
/
server_work
Обзор
Документация
Войти
/
izida
/
server_work
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
frontend/src/components/ui/button-header/button-header.module.css
51 строка
693 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; max-height: 40px; text-decoration: none; } .button:disabled { opacity: 0.4; } .button:hover { cursor: pointer; opacity: 0.8; } .hidden { display: block; } .none { display: none; } .text { padding-right: 11px; } @media screen and (max-width: 430px) { .hidden { display: none; } .icon { width: 16px; height: 16px; } .button { padding: 10px; } }