/
Slav468
/
test
Обзор
Документация
Войти
/
Slav468
/
test
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/scss/base/null.scss
83 строки
1 KB
Slav468
feat: init commit
15 июл 2024, 14:31
15 июл 2024, 14:31
0fdfc9b
Код
Авторство
О чём код?
* { padding: 0px; margin: 0px; border: 0px; } *, *::before, *::after { box-sizing: border-box; } *::before, *::after { display: inline-block; } :focus, :active { // outline: none; } a:focus, a:active { // outline: none; } html, body { height: 100%; min-width: $minWidth + px; } body { color: $mainColor; line-height: 1; font-family: $fontFamily; font-size: $fontSize; //text-rendering: optimizeLegibility; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } input, button, textarea { font-family: $fontFamily; font-size: inherit; line-height: inherit; color: inherit; background-color: transparent; } input, textarea { width: 100%; } label { display: inline-block; } button, select, option { cursor: pointer; } a { display: inline-block; color: inherit; text-decoration: none; } ul li { list-style: none; } img { vertical-align: top; } h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; }