Skip to content

Commit

Permalink
style: restyle workshop page's filter box
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-zeynal committed Nov 28, 2023
1 parent d845973 commit 76125ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/workshops/WorkshopsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function WorkshopsPage() {
alignItems: "center",
flexDirection: 'column'
}}>
<div>
<div id="filter-box">
<FormLabel id={"radio-container-workshops-container-label"}>
Filter By:
</FormLabel>
Expand Down
19 changes: 18 additions & 1 deletion frontend/src/pages/workshops/workshops.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,21 @@
border-color: #333;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


#filter-box {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
box-sizing: border-box;
backdrop-filter: blur(3px);
margin: 10px 0;
}

#filter-box .MuiFormGroup-root {
margin-bottom: 0 !important;
}

#filter-box > label {
margin-right: 15px;
}

0 comments on commit 76125ee

Please sign in to comment.