search icon functionality

This commit is contained in:
andres alcocer
2018-11-13 20:00:07 -05:00
parent 1c657675e6
commit cc62b1a2c7
7 changed files with 25 additions and 114 deletions

View File

@@ -54,11 +54,11 @@ input[type="text"] {
font-size: 1.4rem;
border: none;
outline: none;
background-color: red;
// background-color: red;
width: 0px;
padding: 10px;
padding-right: 2rem;
// background: none;
background: none;
transition: width .5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
cursor: pointer;
}