Sha256: a9cb3cd56d96dd82b4f72c7e90be06ee3d6b1ef17bd0320c0e55d63920470709
Contents?: true
Size: 772 Bytes
Versions: 129
Compression:
Stored size: 772 Bytes
Contents
/******************************* 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; }
Version data entries
129 entries across 129 versions & 2 rubygems