Skip to content

Commit

Permalink
add style for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Mar 14, 2024
1 parent 4c34f19 commit 10d0224
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions public/css/ashby-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ body {
background: transparent;
--color: #ededf0;
--color-100: #888890;
--color-200: #404146;
--selectBg: transparent;
--selectBorder: 1px solid #404146;
--selectColor: #cacad2;
Expand All @@ -24,6 +25,11 @@ body {
[class*='_filtersContainer_'] {
padding-left: 0;
padding-right: 0;
background: transparent;
}
[class*='._filtersOpen_'] {
background: var(--color-200);
color: var(--color);
}

[class*='_filter_'] {
Expand All @@ -49,8 +55,10 @@ body {
background: transparent;
padding-left: 0;
padding-right: 0;
box-shadow: none;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0;
}
[class*='_jobPosting_']:hover {
background: transparent;
Expand Down
10 changes: 9 additions & 1 deletion public/css/ashby.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ body {
background: transparent;
--color: #2b2b2f;
--color-100: #888890;
--color-200: #ffffff;
--selectBg: transparent;
--selectBorder: 1px solid #b0b0b8;
--selectColor: #515259;
Expand All @@ -10,7 +11,7 @@ body {
._section_1qwfy_341 {
max-width: none;
}
[class^='_titles_'] {
[class*='_titles_'] {
display: none;
}

Expand All @@ -24,6 +25,11 @@ body {
[class*='_filtersContainer_'] {
padding-left: 0;
padding-right: 0;
background: transparent;
}
[class*='._filtersOpen_'] {
background: var(--color-200);
color: var(--color);
}

[class*='_filter_'] {
Expand All @@ -49,8 +55,10 @@ body {
background: transparent;
padding-left: 0;
padding-right: 0;
box-shadow: none;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0;
}
[class*='_jobPosting_']:hover {
background: transparent;
Expand Down

0 comments on commit 10d0224

Please sign in to comment.