feat: add input wrapper style (#3074)

pull/3079/head
John60676 4 years ago committed by GitHub
parent 5a3b08167d
commit 93629a8ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -366,6 +366,11 @@
padding: @input-padding-vertical-base @input-padding-horizontal-base;
width: 100%;
text-align: start;
background-color: @input-bg;
background-image: none;
color: @input-color;
font-size: @font-size-base;
line-height: @line-height-base;
&:hover {
.hover();

Loading…
Cancel
Save