|
|
|
|
@ -78,4 +78,48 @@ body {
|
|
|
|
|
color: map-get($theme-colors, searchhint) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .search {
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchTerm {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: 1px solid;
|
|
|
|
|
border-color: map-get($theme-colors, boxborder2);
|
|
|
|
|
border-right: none;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
border-radius: 25px 0 0 25px;
|
|
|
|
|
stroke: map-get($theme-colors, searchicon);
|
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchTerm:focus{
|
|
|
|
|
stroke: map-get($theme-colors, searchicon);
|
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchbutton {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
border: 1px solid;
|
|
|
|
|
border-color: map-get($theme-colors, boxborder2);
|
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
|
text-align: center;
|
|
|
|
|
stroke: map-get($theme-colors, searchicon);
|
|
|
|
|
border-radius: 0 25px 25px 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchButton i{
|
|
|
|
|
color: #0000ff;
|
|
|
|
|
background-color: #ff0000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|