mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
test gumroad overlay
This commit is contained in:
parent
01a2d0eda2
commit
9265216d1a
3 changed files with 48 additions and 3 deletions
|
|
@ -56,5 +56,6 @@
|
|||
{{-- /Footer --}}
|
||||
|
||||
<script src="{{ $page->baseUrl . mix('js/main.js', 'assets/build') }}"></script>
|
||||
@stack('scripts')
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -37070,6 +37070,14 @@ ul.list-reset ul.list-reset {
|
|||
transition-delay: 1000ms;
|
||||
}
|
||||
|
||||
.flex-basis-full {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.flex-basis-auto {
|
||||
flex-basis: auto;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.sm\:space-y-0 > :not(template) ~ :not(template) {
|
||||
--space-y-reverse: 0;
|
||||
|
|
@ -72884,6 +72892,14 @@ ul.list-reset ul.list-reset {
|
|||
.sm\:delay-1000 {
|
||||
transition-delay: 1000ms;
|
||||
}
|
||||
|
||||
.sm\:flex-basis-full {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.sm\:flex-basis-auto {
|
||||
flex-basis: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
@ -108700,6 +108716,14 @@ ul.list-reset ul.list-reset {
|
|||
.md\:delay-1000 {
|
||||
transition-delay: 1000ms;
|
||||
}
|
||||
|
||||
.md\:flex-basis-full {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.md\:flex-basis-auto {
|
||||
flex-basis: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
|
|
@ -144516,6 +144540,14 @@ ul.list-reset ul.list-reset {
|
|||
.lg\:delay-1000 {
|
||||
transition-delay: 1000ms;
|
||||
}
|
||||
|
||||
.lg\:flex-basis-full {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.lg\:flex-basis-auto {
|
||||
flex-basis: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
|
|
@ -180332,4 +180364,12 @@ ul.list-reset ul.list-reset {
|
|||
.xl\:delay-1000 {
|
||||
transition-delay: 1000ms;
|
||||
}
|
||||
|
||||
.xl\:flex-basis-full {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.xl\:flex-basis-auto {
|
||||
flex-basis: auto;
|
||||
}
|
||||
}
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div class="mt-6 rounded-md shadow">
|
||||
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate/launch-website" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-standard">
|
||||
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate?offer_code=launch-website&wanted=true" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-standard">
|
||||
Details
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div class="mt-6 rounded-md shadow">
|
||||
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate-enterprise/launch-website" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-enterprise">
|
||||
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate-enterprise?offer_code=launch-website&wanted=true" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-enterprise">
|
||||
Details
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -566,3 +566,7 @@
|
|||
|
||||
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
|
||||
@endpush
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue