ze-react-component-library
Version:
ZeroETP React Component Library
83 lines (76 loc) • 1.39 kB
text/less
.inputBarContainer {
display: flex;
flex-direction: row;
width: 100%;
padding: 12px;
padding-bottom: 32px;
}
.icon {
width: 30px;
height: 30px;
margin-top: 3px;
margin-right: 12px;
}
.input {
flex-grow: 1;
height: 36px;
.ant-select-auto-complete{
width: 100%;
}
.ant-input-wrapper {
.ant-input {
padding: 6px 11px;
border-radius: 2px ;
}
.ant-input-group-addon {
display: none;
}
}
}
.sendButton {
height: 36px;
margin-left: 12px;
}
.recordingButton {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-weight: bold;
background-color: white;
border-radius: 6;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
.text {
pointer-events: none;
touch-action: none;
}
}
.ze-search-bar-history-pop-content {
width: 100%;
background: white;
bottom: 0px;
top: unset ;
border-top: 1px solid #f0f0f0;
box-shadow: none;
padding: 12px;
.ze-search-bar-history-pop-content-title{
font-weight: bolder;
}
.ant-popover-arrow {
opacity: 0;
}
.ant-popover-title {
display: flex;
align-items: center;
justify-content: space-between;
}
.ant-popover-inner {
box-shadow: none;
}
}