--input-color | text-color of the input | inherit |
--input-background | background of the input | transparent |
--input-border-width | border-width of the input | thin |
--input-border-style | border-style of the input | dotted |
--input-border-color | border-color of the input | rgba(0, 0, 0, 0.25) |
--input-padding | padding of the input | 0.25em |
--input-border-radius | border-radius of the input | 0.25em |
--input-transition-duration | transition-duration of the input | 250ms |
--input-transition-property | transition-property of the input | background |
--input-transition-timing-function | transition-timing-function of the input | cubic-bezier(0.6, 1, 0.2, 1) |
--input-align | text-align of the input input | center |
--input-cursor | cursor of the input input | initial |
--input-focus-color | text-color of the focused and hovered input | inherit |
--input-focus-background | background of the focused and hovered input | rgba(0, 0, 0, 0.1) |
--input-focus-border-style | border-style of the focused and hovered input | dotted |
--input-focus-border-color | border-color of the focused and hovered input | rgba(0,0,0,0.5) |
--input-invalid-color | text-color of the invalid input | inherit |
--input-invalid-background | background of the invalid input | rgba(255, 0, 0, 0.25) |
--input-invalid-border-style | border-style of the invalid input | dotted |
--input-invalid-border-color | border-color of the invalid input | rgba(255, 0, 0, 0.5) |
--input-disabled-color | text-color of the disabled input | inherit |
--input-disabled-background | background of the disabled input | transparent |
--input-disabled-font-style | font-style of the disabled elements | oblique |
--input-disabled-opacity | opacity of the disabled input | 0.9 |
--input-placeholder-color | text-color of the placeholder | inherit |
--input-placeholder-opacity | opacity of the placeholder | 0.75 |
--input-placeholder-align | text-align of the placeholder | center |
--input-selection-color | text-color of the selected text | inherit |
--input-selection-background | background of the selected text | rgba(255, 255, 255, 0.5) |
--input-style | mixin applied to the input | {} |
--input-focus | mixin applied to the focused and hovered input | {} |
--input-invalid | mixin applied to the invalid input | {} |
--input-disabled | mixin applied to the disabled input | {} |
--input-placeholder | mixin applied to the placeholder | {} |