UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

20 lines 444 B
asi-input, .asi-input { .base-component; label.input-label { color: @asi-input-label-color; } input { flex: 1 0 auto; outline: none; &:focus { border: @asi-input-outline-border; } height: @asi-input-height; max-height: @asi-input-max-height; padding: 0; border: @asi-input-border; border-radius: @asi-input-border-radius; box-shadow : @asi-input-box-shadow; padding-left: 5px; } }