Skip to content

Commit

Permalink
remove margin posting
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Mar 14, 2024
1 parent adf6632 commit e65314b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
16 changes: 10 additions & 6 deletions public/css/ashby-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
._section_1qwfy_341 {
max-width: none;
}
[class^='_titles_'] {
[class*='_titles_'] {
display: none;
}

Expand All @@ -26,26 +26,30 @@ body {
padding-right: 0;
}

[class^='_filter_'] {
[class*='_filter_'] {
padding: 12px 30px 12px 20px;
background: var(--selectBg);
border: var(--selectBorder);
color: var(--selectColor);
}

[class^='_departmentHeadingLevel_'] {
[class*='_departmentHeading_'] {
color: var(--color);
margin-left: 0;
margin-right: 0;
}
[class^='_jobPosting_'] {
[class*='_jobPosting_'] {
background: transparent;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
[class^='_jobPosting_'] [class*='_title_'] {
[class*='_jobPosting_'] [class*='_title_'] {
color: var(--color);
}

[class^='_jobPosting_'] [class*='_details_'] {
[class*='_jobPosting_'] [class*='_details_'] {
color: var(--color-100);
}

Expand Down
14 changes: 9 additions & 5 deletions public/css/ashby.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,30 @@ body {
padding-right: 0;
}

[class^='_filter_'] {
[class*='_filter_'] {
padding: 12px 30px 12px 20px;
background: var(--selectBg);
border: var(--selectBorder);
color: var(--selectColor);
}

[class^='_departmentHeadingLevel_'] {
[class*='_departmentHeading_'] {
color: var(--color);
margin-left: 0;
margin-right: 0;
}
[class^='_jobPosting_'] {
[class*='_jobPosting_'] {
background: transparent;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
[class^='_jobPosting_'] [class*='_title_'] {
[class*='_jobPosting_'] [class*='_title_'] {
color: var(--color);
}

[class^='_jobPosting_'] [class*='_details_'] {
[class*='_jobPosting_'] [class*='_details_'] {
color: var(--color-100);
}

Expand Down

0 comments on commit e65314b

Please sign in to comment.