matthew-matvei/freeman

View on GitHub
src/renderer/styles/blocks/InputItem.scss

Summary

Maintainability
Test Coverage
.InputItem {
    margin-left: 1em;

    input {
        width: 100%;
        margin: 1px 6px;
        background: inherit;
        color: inherit;
    }
}