29 lines
525 B
CSS
29 lines
525 B
CSS
.search-container {
|
|
text-align: center;
|
|
margin: 20px 0;
|
|
display:flex;
|
|
flex-direction: row-reverse;
|
|
justify-content:center;
|
|
}
|
|
|
|
#search-bar {
|
|
margin-right: auto;
|
|
padding: 10px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
width: 50%;
|
|
max-width: 400px;
|
|
display: flex;
|
|
justify-content: left;
|
|
margin-left:10px;
|
|
}
|
|
#search-icon{
|
|
font-size:30px;
|
|
position:fixed;
|
|
left: calc(100vw - 800px);
|
|
}
|
|
#search-clear{
|
|
font-size:30px;
|
|
font-size:30px;
|
|
position:fixed;
|
|
} |