/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
static/scaffolding.less
27 строк
407 B
simurai
Move fonts
23 ноя 2018, 08:51
23 ноя 2018, 08:51
4f126b3
Код
Авторство
О чём код?
@import "ui-variables"; // // Scaffolding // -------------------------------------------------- *, *:before, *:after { box-sizing: border-box; // Reset the box-sizing } html, body { width: 100%; height: 100%; overflow: hidden; } html { font-family: @font-family; font-size: @font-size; line-height: 1.428571429; // 20/14 color: @text-color; background-color: @app-background-color; }