.textInput { border: 1px solid #dddddd; box-sizing: border-box; padding: .2em .3em; outline: none; &:focus { border-color: var(--primaryColor); } }