/
skitchen
/
Portal
Обзор
Документация
Войти
/
skitchen
/
Portal
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/shared/ui/IconButton/IconButton.module.scss
24 строки
436 B
nikita
Remove redundant selector and add profile form state
30 июл 2023, 20:11
30 июл 2023, 20:11
b983a8e
Код
Авторство
О чём код?
.root { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; border: 1px solid var(--border-color); background-color: var(--main-bg-color); border-radius: var(--border-radius); color: var(--text-fig); &:hover { background-color: var(--main-bg-hover-color); } } .small { width: 34px; height: 34px; } .large { width: 52px; height: 52px; }