@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
21 lines (19 loc) • 463 B
text/less
// Searchbox
.k-searchbox {
.border-radius( 4px );
border-width: 1px;
border-style: solid;
font-family: @font-family;
font-size: @font-size;
line-height: @line-height;
display: inline-flex;
align-items: center;
vertical-align: middle;
flex-flow: row nowrap;
position: relative;
overflow: hidden;
background-clip: padding-box;
> .k-input {
padding: @textarea-padding-y @textarea-padding-x;
}
}