2022-01-26 21:43:18 +00:00
|
|
|
.searchSection {
|
2023-09-11 23:11:47 +00:00
|
|
|
background-color: var(--bs-body-bg);
|
|
|
|
z-index: 1;
|
2022-01-26 21:43:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchContainer {
|
|
|
|
position: relative;
|
2024-03-26 23:37:40 +00:00
|
|
|
padding-bottom: 0.5rem;
|
2022-01-26 21:43:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
border-radius: 25px;
|
|
|
|
padding: 0;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
2022-10-20 22:44:44 +00:00
|
|
|
left: auto !important;
|
2022-01-26 21:43:18 +00:00
|
|
|
}
|
|
|
|
|
2022-10-20 22:44:44 +00:00
|
|
|
form>.active {
|
2022-01-26 21:43:18 +00:00
|
|
|
display: flex;
|
2022-10-20 22:44:44 +00:00
|
|
|
pointer-events: auto;
|
2023-09-11 23:11:47 +00:00
|
|
|
flex-flow: row nowrap;
|
2022-01-26 21:43:18 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2023-09-11 23:11:47 +00:00
|
|
|
form>.active :global(.input-group) {
|
|
|
|
flex-flow: nowrap;
|
2022-01-26 21:43:18 +00:00
|
|
|
}
|