feat: add input wrapper style (#3074)
parent
5a3b08167d
commit
93629a8ac8
|
@ -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…
Reference in New Issue