-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfcb4d1
commit f9aa5a8
Showing
6 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
@import '../../styles/mixins.scss'; | ||
|
||
.container { | ||
@apply mb-4 flex flex-col items-start gap-4; | ||
@apply mb-4 flex flex-col items-start justify-center gap-4; | ||
|
||
@include md(lg, 'max') { | ||
@apply flex-row; | ||
@include md(md, 'max') { | ||
@apply flex-col items-center; | ||
} | ||
|
||
.heading { | ||
@apply text-xl min-w-[150px] border-b-2 pb-3; | ||
|
||
@include md(lg, 'max') { | ||
@apply border-b-0 pb-0 min-w-[125px]; | ||
@include md(md, 'max') { | ||
@apply min-w-[125px] text-center; | ||
} | ||
} | ||
|
||
.filters { | ||
@apply flex flex-row gap-4; | ||
|
||
@include md(lg, 'max') { | ||
@apply border-l-2 pl-5; | ||
@include md(md, 'max') { | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
@import '../../styles/mixins.scss'; | ||
|
||
.container { | ||
@apply mb-4 flex flex-col items-start gap-4; | ||
@apply mb-4 flex flex-col items-start justify-center gap-4; | ||
|
||
@include md(lg, 'max') { | ||
@apply flex-row; | ||
@include md(md, 'max') { | ||
@apply flex-col items-center; | ||
} | ||
|
||
.heading { | ||
@apply text-xl min-w-[150px] border-b-2 pb-3; | ||
|
||
@include md(lg, 'max') { | ||
@apply border-b-0 pb-0 min-w-[125px]; | ||
@include md(md, 'max') { | ||
@apply min-w-[125px] text-center; | ||
} | ||
} | ||
|
||
.sorts { | ||
@apply flex flex-row gap-4; | ||
|
||
@include md(lg, 'max') { | ||
@apply border-l-2 pl-5; | ||
@include md(md, 'max') { | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters