/
githubmirror
/
Semantic-UI
Обзор
Документация
Войти
/
githubmirror
/
Semantic-UI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/themes/github/elements/input.overrides
32 строки
772 B
jlukic
Adds updated amazon and github theme
19 авг 2015, 01:27
19 авг 2015, 01:27
61af1f3
Код
Авторство
О чём код?
/******************************* Input *******************************/ /* Labeled Input has padding */ .ui.labeled.input { background-color: @white; border: @borderWidth solid @borderColor; border-radius: @borderRadius !important; } .ui.labeled.input input { box-shadow: none !important; border: none !important; } .ui.labeled.input .label { font-weight: normal; align-self: center; font-size: 12px; margin: @2px; border-radius: @borderRadius !important; padding: @relative5px @relative8px !important; } /* GitHub Uses Focus Group with class name added */ .ui.labeled.input.focused { border-color: @focusBorderColor; box-shadow: @focusBoxShadow; } .ui.labeled.input.focused .label { background-color: #E1EAF5; color: #4078C0; }