search_ui/assets/search/scss/components/search-line.scss

72 lines
1.6 KiB
SCSS
Raw Normal View History

2025-02-01 11:06:10 +00:00
.search-page__search-container {
.dropdown-toggle {
/* min-width: 9.5em; */
background: #fff !important;
border: unset !important;
}
.myStyle {
width: 100%;
}
.button-search {
background-color: #fff !important;
border: 1px solid #fff !important;
width: 34px !important;
height: 90% !important;
margin-top: 2px;
/* margin-left: 2px; */
z-index: 99;
}
.input-group-prepend {
position: absolute;
left: 1em;
top: 11px;
margin-right: 4em;
border-right: solid #eee 1px;
}
.input-group {
width: 45em;
height: 3.5em;
border: 1px solid #eee;
// border-radius: 0.5em;
border-color: rgba(150, 243, 243, 0.4588235294);
background: #fff;
align-items: center;
z-index: 9;
}
.dropdown-menu {
transform: unset !important;
left: 0;
right: auto;
min-width: 10em;
font-size: 0.9rem;
border: none;
// border-radius: 0.5em;
text-align: right;
margin-top: 4em;
background-color: #fff;
box-shadow: 0 0.4688rem 2.1875rem rgba(4, 9, 20, 0.03),
0 0.9375rem 1.4063rem rgba(4, 9, 20, 0.03),
0 0.25rem 0.5313rem rgba(4, 9, 20, 0.03),
0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
top: -10px !important;
left: 8px !important;
}
.button {
width: 143px !important;
border-radius: 4px !important;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
position: relative;
}
}