pull/164/merge
abuharish02 2 years ago committed by GitHub
commit 6ee4d416f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,8 @@ body {
.search { .search {
position: relative; position: relative;
height: 50px; height: 30px;
} }
.search .input { .search .input {
@ -27,20 +28,22 @@ body {
padding: 15px; padding: 15px;
height: 50px; height: 50px;
width: 50px; width: 50px;
transition: width 0.3s ease; transition: width 0.4s ease;
border-radius: 50px;
} }
.btn { .btn {
background-color: #fff; background-color: #fff;
border: 0; border: 0 ;
cursor: pointer; cursor: pointer;
font-size: 24px; font-size: 24px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0px;
height: 50px; height: 50px;
width: 50px; width: 50px;
transition: transform 0.3s ease; transition: transform 0.4s ease;
border-radius: 25px;
} }
.btn:focus, .btn:focus,

Loading…
Cancel
Save