Commit 3411474d authored by Kim, Subin's avatar Kim, Subin
Browse files

Search admin style 변경

parent 4e907cdc
...@@ -5,7 +5,7 @@ const Search = ({ type }) => { ...@@ -5,7 +5,7 @@ const Search = ({ type }) => {
return ( return (
<div className="d-flex"> <div className="d-flex">
<input className="form-control" type="text" id={type === "home" ? styles.searchWhite : styles.search} /> <input className="form-control" type="text" id={type === "home" ? styles.searchWhite : styles.search} />
<i className={`bi bi-search align-self-center ${type === "home" ? "text-white" : "mx-1"} ${styles.icon}`} style={{ fontSize: "1.3rem" }}></i> <i className={`bi bi-search align-self-center ${type === "home" ? "text-white" : "mx-2"} ${styles.icon}`} style={{ fontSize: "1.3rem" }}></i>
</div> </div>
) )
} }
......
...@@ -22,8 +22,13 @@ ...@@ -22,8 +22,13 @@
} }
#search { #search {
background: transparent;
border: none;
border-bottom: 2px solid #000;
border-radius: 0;
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
&:focus { &:focus {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment