.HotResource { | |
max-width: 1200px; | |
margin: 0 auto; | |
padding: 0 2rem; | |
} | |
.searchBar { | |
max-width: 1000px; | |
padding: 0; | |
width: 85%; | |
height: 50px; | |
.search-helper { | |
height: 50px; | |
padding-left: 2.5rem; | |
border-radius: 10px 0px 0px 10px; | |
font-size: 1.1rem; | |
border: 1px solid #ddd; | |
} | |
} | |
.classificationButton { | |
height: 50px; | |
width: 15%; | |
border-radius: 0 10px 10px 0; | |
} | |
.header { | |
display: flex; | |
align-items: center; | |
flex-direction: row; | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
} | |
.sidebar { | |
width: 400px; | |
} | |
.sidebar-content { | |
width: 100%; | |
} | |
.filter-section { | |
display: flex; | |
flex-wrap: wrap; | |
gap: 0.5rem; | |
margin-bottom: 1rem; | |
} | |
.filter-confirm { | |
margin-top: 10rem; | |
text-align: center; | |
} | |
.Paginator{ | |
margin-bottom: 1rem; | |
} |