|
|
|
@ -87,7 +87,7 @@ body {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
max-width: 1200px
|
|
|
|
max-width: 1100px
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchTerm {
|
|
|
|
.sb-example-1 .searchTerm {
|
|
|
|
@ -102,6 +102,7 @@ body {
|
|
|
|
color: map-get($theme-colors, searchhint);
|
|
|
|
color: map-get($theme-colors, searchhint);
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchTerm:focus {
|
|
|
|
.sb-example-1 .searchTerm:focus {
|
|
|
|
@ -109,6 +110,7 @@ body {
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
color: map-get($theme-colors, searchfont) !important;
|
|
|
|
color: map-get($theme-colors, searchfont) !important;
|
|
|
|
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchbutton {
|
|
|
|
.sb-example-1 .searchbutton {
|
|
|
|
@ -118,12 +120,12 @@ body {
|
|
|
|
border-color: map-get($theme-colors, boxborder2);
|
|
|
|
border-color: map-get($theme-colors, boxborder2);
|
|
|
|
background-color: map-get($theme-colors, searchbuttonfill);
|
|
|
|
background-color: map-get($theme-colors, searchbuttonfill);
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
stroke: map-get($theme-colors, searchicon);
|
|
|
|
fill: map-get($theme-colors, searchicon);
|
|
|
|
border-radius: 0 25px 25px 0;
|
|
|
|
border-radius: 0 25px 25px 0;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|