Skip to content

Commit

Permalink
fix filters style (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirabortz authored Jun 22, 2024
1 parent 8919f8b commit b54fc9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/Pages/DecksPage/decksPage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
}

.boxForSlider {
display: flex;
flex-flow: column nowrap;
gap: 7px;
width: 100%;
}

Expand All @@ -164,12 +167,13 @@

width: 24px;
height: 24px;
margin-left: 3px;
padding: 0;

background-color: transparent;
border: 1.5px solid var(--color-info-100);
border-radius: 50%;
margin-left: 3px;

&:hover {
background-color: transparent;
box-shadow: 0 0 8px 6px rgb(128 255 191 / 80%);
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/tabs-switcher/tabSwitcher.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

width: 100%;
min-width: max-content;
padding: 6px 24px;
padding: 5px 24px;

color: var(--color-light-100);
text-align: center;
Expand Down

0 comments on commit b54fc9c

Please sign in to comment.