/
montto
/
RestoApp
Обзор
Документация
Войти
/
montto
/
RestoApp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
styles/global.css
48 строк
683 B
montto
Sprint 1 - done
18 окт 2024, 23:59
18 окт 2024, 23:59
4e4b518
Код
Авторство
О чём код?
*, *::before, *::after { box-sizing: border-box; } body { min-width: 1440px; font-family: "Inter", sans-serif; font-optical-sizing: auto; } button { margin: 0; padding: 0; background: none; border: none; cursor: pointer; font-family: inherit; transition-property: background-color, border-color, color; transition-duration: 0.2s; } a { transition-property: background-image, color, fill-opacity; transition-duration: 0.2s; } svg { width: 100%; height: 100%; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }