Untitled
unknown
plain_text
3 years ago
2.4 kB
7
Indexable
/* .searchbar-container {
display: flex;
align-items: center;
}
.search-container {
display: flex;
margin-top: 32px;
height: auto;
border: 2px solid black;
background-color: #ffffff80;
border-radius: 20px;
align-items: center;
width: 100%;
margin-right: 100px;
}
.inputbar {
display: flex;
font-size: 20px;
color: #000;
font-weight: 500;
background-color: transparent;
border: 0px;
margin-left: 5px;
margin-right: -20px;
width: 100%;
}
input.inputbar:focus {
outline-width: 0px;
}
.searchbutton {
color: #000;
border: 2px solid black;
border-radius: 20px;
background-color: whitesmoke;
padding: 9px;
margin: 2px;
width: 30%;
}
.clearbutton {
margin-left: 5px;
padding: 0;
display: flex;
align-items: center;
}
.clear-img {
width: 30px;
height: 30px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 9999s ease-in-out 0s;
}
@media screen and (max-width: 480px){
.searchbutton{
padding: 4px;
}
} */
.searchbar-container {
display: flex;
}
.search-container {
display: flex;
margin-top: 32px;
height: auto;
border: 2px solid black;
background-color: #ffffff80;
border-radius: 20px;
align-items: center;
width: 100%;
}
.inputbar {
display: flex;
font-size: 20px;
color: #000;
font-weight: 500;
background-color: transparent;
border: 0px;
margin-left: 5px;
margin-right: -20px;
width: 100%;
}
input.inputbar:focus {
outline-width: 0px;
}
.searchbutton {
color: #000;
border: 2px solid black;
border-radius: 20px;
background-color: whitesmoke;
padding: 9px;
margin: 2px;
width: 30%;
}
.clearbutton {
margin-left: 5px;
padding: 0 5px;
display: flex;
align-items: center;
border: 2px solid black;;
cursor: pointer;
margin-top: 30px;
border-radius: 20px;
background-color: whitesmoke;
}
.clear-img {
width: 30px;
height: 30px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 9999s ease-in-out 0s;
}
@media screen and (max-width: 480px) {
.searchbutton {
padding: 4px;
}
}Editor is loading...