Skip to content

Commit

Permalink
♻️ jobPostingsFilterWrapper => filters
Browse files Browse the repository at this point in the history
  • Loading branch information
petterhh committed Dec 2, 2024
1 parent b7cf81c commit e57a78f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/jobs/JobPostingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function JobPostingList({

return (
<div className={styles.jobPostingsContainer}>
<div className={styles.jobPostingFilterWrapper}>
<div className={styles.filters}>
<Text type="labelRegular">Kontor</Text>
<Tag
active={!locationFilter}
Expand Down
18 changes: 9 additions & 9 deletions src/components/sections/jobs/jobs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
padding: 0px 24px;
}

.jobPostings {
display: flex;
flex-direction: column;
width: 100%;
gap: 0.5rem;
text-wrap: wrap;
}

.jobPostingsContainer {
display: flex;
flex-direction: column;
gap: 1rem;
}

.jobPostingFilterWrapper {
.filters {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 0rem 1.5rem;
gap: 0.75rem;
}

.jobPostings {
display: flex;
flex-direction: column;
width: 100%;
gap: 0.5rem;
text-wrap: wrap;
}

0 comments on commit e57a78f

Please sign in to comment.