diff --git a/app/styles/crates.module.css b/app/styles/crates.module.css index 01044bfff87..fcc92e45647 100644 --- a/app/styles/crates.module.css +++ b/app/styles/crates.module.css @@ -1,43 +1,3 @@ -.selection { - width: 100%; - display: flex; - justify-content: space-between; - padding: 20px; - border-radius: 5px; - background-color: white; - margin-bottom: 40px; - - a { - text-decoration: none; - font-weight: bold; - color: inherit; - padding: 5px; - } - a:hover { background-color: var(--main-bg-dark); } - a:global(.active) { background-color: var(--main-bg-dark); } - - @media only screen and (max-width: 650px) { - padding: 0; - background-color: inherit; - a { display: none; } - } -} - -.filter-dropdown-label { - display: none; - - @media only screen and (max-width: 650px) { - display: flex; - align-items: center; - width: 100%; - } -} - -.filter-dropdown { - flex-grow: 1; - margin-left: 20px; -} - .results-meta { display: flex; align-items: center; diff --git a/app/styles/dashboard.module.css b/app/styles/dashboard.module.css index 45ab3bc58c5..c7fbe7436ff 100644 --- a/app/styles/dashboard.module.css +++ b/app/styles/dashboard.module.css @@ -121,16 +121,6 @@ text-align: right; } -.info { - display: flex; - align-items: baseline; - justify-content: space-between; - - span { padding-left: 10px; } - - .date { flex-grow: 2; text-align: right; } -} - .load-more { display: block; text-align: center;