diff --git a/kivi-cars/package.json b/kivi-cars/package.json index 41156a5..1e76ff2 100644 --- a/kivi-cars/package.json +++ b/kivi-cars/package.json @@ -6,7 +6,6 @@ "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.5.0", - "nouislider": "^15.5.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", diff --git a/kivi-cars/src/components/Filters.css b/kivi-cars/src/components/Filters.css index 6e02fe6..b28b04f 100644 --- a/kivi-cars/src/components/Filters.css +++ b/kivi-cars/src/components/Filters.css @@ -1,59 +1,3 @@ -@media only screen and (min-width: 601px) { - .container { - width: 80%; - display: flex; - flex-direction: column; - justify-content: center; - margin: auto; - } - - .filters-tab { - width: 100%; - height: 48; - } - - .filters-links{ - margin-top: 2rem; - width: 100%; - display: flex; - flex-grow: 1; - flex-wrap: nowrap; - justify-content: space-evenly; - list-style-type: none; - } - - .filters-links li { - text-align: center; - width: 7rem; - flex-grow: 1; - flex-wrap: nowrap; - - } - - .filters { - display: inline-block; - border-bottom: 2px solid #02adba; - width: 5rem; - padding: 1rem 10rem; - white-space: nowrap; - margin-left: auto; - font-size: 22px; - } - - .filters a{ - text-decoration: none; - color: #02adba; - } - - .filters a:visited { - color: #02adba; - } - - .cars-brands-models { - border: 2px solid blue; - width: 100%; - } - -} + diff --git a/kivi-cars/src/components/Filters.js b/kivi-cars/src/components/Filters.js index 7c4dd6b..ed9c829 100644 --- a/kivi-cars/src/components/Filters.js +++ b/kivi-cars/src/components/Filters.js @@ -11,16 +11,7 @@ const Filters = () => { return(