forked from rapidez/core
-
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.
Merge branch 'master' of github.com:rapidez/core into feature/filters
- Loading branch information
Showing
17 changed files
with
118 additions
and
62 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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.pagination .pagination-button:first-child:nth-last-child(3), | ||
.pagination .pagination-button:first-child:nth-last-child(3) ~ .pagination-button { | ||
@apply hidden; | ||
} | ||
|
||
.pagination { | ||
@apply flex flex-wrap justify-center gap-x-2 !m-0 !my-6 max-md:gap-y-4; | ||
} | ||
|
||
.pagination-button { | ||
@apply !font-semibold !font-sans !border !border-border !rounded !bg-white !text-neutral !shadow; | ||
} | ||
|
||
.pagination-button.active { | ||
@apply !border !border-none !bg-primary !text-white !shadow-none; | ||
} | ||
|
||
.pagination-button:first-child { | ||
@apply !mr-auto max-md:w-full max-md:order-last; | ||
} | ||
|
||
.pagination-button:last-child { | ||
@apply !ml-auto max-md:w-full max-md:-order-1; | ||
} | ||
|
||
.pagination-button:not(:first-child):not(:last-child) { | ||
@apply !m-0 !size-14 max-md:flex-1 max-md:w-auto; | ||
} | ||
|
||
.pagination-button:first-child, | ||
.pagination-button:last-child { | ||
@apply h-14 px-6 max-md:!m-0; | ||
} | ||
|
||
.pagination-button[disabled] { | ||
@apply opacity-60; | ||
} |
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
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
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,5 +1,5 @@ | ||
{{-- | ||
This component adds some styling on the slideover to hide the slideover on desktop and placing the content on the page itself. | ||
By using this, you have the ability to have something that becomes a slider on mobile. | ||
By using this, you have the ability to have something that becomes a slideover on mobile. | ||
--}} | ||
@include('rapidez::components.slideover.index', ['attributes' => $attributes->class('lg:contents [&>.slideover-wrapper]:lg:contents [&>.slideover-header]:lg:hidden')]) |
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 was deleted.
Oops, something went wrong.
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