/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
static/atom-ui/styles/git-status.less
13 строк
328 B
simurai
Move Atom UI into Core
23 ноя 2018, 05:38
23 ноя 2018, 05:38
76ba4b1
Код
Авторство
О чём код?
@import "ui-variables"; // // Git Status // -------------------------------------------------- .status { &-ignored { color: @text-color-subtle; } &-added { color: @text-color-success; } &-modified { color: @text-color-warning; } &-removed { color: @text-color-error; } &-renamed { color: @text-color-info; } }