|
|
|
|
@ -102,27 +102,35 @@ body {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin: auto;
|
|
|
|
|
max-width: 1100px
|
|
|
|
|
max-width: 1100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchTerm {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: 1px solid;
|
|
|
|
|
border-color: map-get($theme-colors, boxborder2);
|
|
|
|
|
border-color: map-get($theme-colors, boxborder3);
|
|
|
|
|
border-right: none;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
border-radius: 25px 0 0 25px;
|
|
|
|
|
stroke: map-get($theme-colors, searchicon);
|
|
|
|
|
color: map-get($theme-colors, searchhint);
|
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
|
background-color: map-get($theme-colors, searchfill);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchTerm:hover {
|
|
|
|
|
stroke: map-get($theme-colors, searchiconhover);
|
|
|
|
|
background-color: map-get($theme-colors, searchfill);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
color: map-get($theme-colors, searchfont) !important;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchTerm:focus {
|
|
|
|
|
stroke: map-get($theme-colors, searchicon);
|
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
|
stroke: map-get($theme-colors, searchiconhover);
|
|
|
|
|
background-color: map-get($theme-colors, searchfill);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
color: map-get($theme-colors, searchfont) !important;
|
|
|
|
|
outline: none;
|
|
|
|
|
@ -143,14 +151,29 @@ body {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchbutton:hover {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
border: 1px solid;
|
|
|
|
|
border-color: map-get($theme-colors, boxborder2);
|
|
|
|
|
background-color: map-get($theme-colors, searchbuttonfill);
|
|
|
|
|
text-align: center;
|
|
|
|
|
fill: map-get($theme-colors, searchiconhover) !important;
|
|
|
|
|
border-radius: 0 25px 25px 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchbutton:focus {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
border: 1px solid;
|
|
|
|
|
border-color: map-get($theme-colors, boxborder2);
|
|
|
|
|
background-color: map-get($theme-colors, searchbuttonfillfocus);
|
|
|
|
|
background-color: map-get($theme-colors, searchbuttonfill);
|
|
|
|
|
text-align: center;
|
|
|
|
|
fill: map-get($theme-colors, searchiconfocus);
|
|
|
|
|
fill: map-get($theme-colors, searchiconfocus) !important;
|
|
|
|
|
border-radius: 0 25px 25px 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|