Skip to content

Commit

Permalink
style: filters buttons position (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
chewam committed Aug 5, 2022
1 parent fe41803 commit d65f530
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions src/styles/components/filters.scss
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
#__next > .container > .filters { /* stylelint-disable-line */
@apply
pt-4
pb-6
px-6
mb-4
flex
mb-4
pl-6
z-10
shadow
relative
items-center
bg-white
dark:bg-gray-800;

.genders {
@apply
ml-8
flex
flex-row
leading-none
items-center;
flex
ml-6
flex-row
leading-none;

i {
@apply
flex
ml-2
text-2xl
last:ml-2
leading-5
last:mr-4
items-center
cursor-pointer
text-gray-300
dark:text-gray-600
leading-5
;
dark:text-gray-600;

&.active {
@apply
Expand All @@ -39,7 +37,7 @@
}

.rc-slider {
@apply flex-1;
@apply flex-1 pt-6 pb-8;

.rc-slider-rail {
@apply
Expand Down

1 comment on commit d65f530

@vercel
Copy link

@vercel vercel bot commented on d65f530 Aug 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deaths – ./

deaths-chewam.vercel.app
deaths.vercel.app
deaths-git-master-chewam.vercel.app
deaths.chewam.com

Please sign in to comment.