add search comp

This commit is contained in:
madarsbiss
2021-09-21 21:54:24 +03:00
parent 9b359bd358
commit e4dcd3183b
4 changed files with 38 additions and 27 deletions

View File

@@ -11,10 +11,6 @@
margin: 0 20px;
}
.wrapperHide {
display: none;
}
.statsWrapper {
background-color: rgb(247, 247, 247);
padding: 30px;
@@ -28,19 +24,6 @@
gap: 20px;
}
.searchInput {
margin-bottom: 20px;
height: 40px;
border: none;
padding: 0 10px;
color: #303030;
font-size: 20px;
text-align: right;
border-radius: 10px;
font-family: "Varela Round", sans-serif;
font-size: 18px;
}
@media only screen and (max-width: 950px) {
.wrapper {
display: grid;
@@ -66,8 +49,4 @@
grid-template-columns: 1fr;
place-items: center;
}
.searchInput {
width: 100%;
}
}