-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/v3-colors-and-tweaks' of github.com:rapidez/che…
…ckout-theme into feature/WCAG-fixes-tailwind-cleanup
- Loading branch information
Showing
28 changed files
with
50 additions
and
55 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
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
7 changes: 6 additions & 1 deletion
7
resources/views/account/partials/address-cards/delete.blade.php
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
2 changes: 1 addition & 1 deletion
2
resources/views/checkout/partials/buttons/new-address.blade.php
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,4 +1,4 @@ | ||
<button v-on:click.prevent="toggleEdit" class="flex flex-col items-center justify-center gap-y-2 font-medium bg-emphasis rounded max-md:hidden"> | ||
<span>+</span> | ||
<span>@lang('Add new address')</span> | ||
<span>@lang('Add a new address')</span> | ||
</button> |
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
2 changes: 1 addition & 1 deletion
2
resources/views/checkout/partials/sections/success/create-account-title.blade.php
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,3 +1,3 @@ | ||
<x-rapidez-ct::title.lg> | ||
@lang('Create account') | ||
@lang('Create an account') | ||
</x-rapidez-ct::title.lg> |
2 changes: 1 addition & 1 deletion
2
resources/views/checkout/partials/sections/success/create-account.button.blade.php
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,3 +1,3 @@ | ||
<x-rapidez::button.seconary class="self-end justify-self-start" loader> | ||
@lang('Create account') | ||
@lang('Create an account') | ||
</x-rapidez::button.seconary> |
14 changes: 7 additions & 7 deletions
14
resources/views/checkout/partials/sections/success/features.blade.php
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,19 +1,19 @@ | ||
<x-rapidez-ct::card> | ||
<x-rapidez-ct::title.lg class="mb-5"> | ||
@lang('Success usps') | ||
Success usps | ||
</x-rapidez-ct::title.lg> | ||
<x-rapidez-ct::usp-list> | ||
<li> | ||
<x-heroicon-o-check class="absolute left-0 top-0 size-5 text-primary" stroke-width="2.5" /> | ||
<span>@lang('Success usp 1')</span> | ||
<x-heroicon-o-check class="absolute left-0 top-0 h-5 text-primary" stroke-width="2.5" /> | ||
<span>Success usp 1</span> | ||
</li> | ||
<li> | ||
<x-heroicon-o-check class="absolute left-0 top-0 size-5 text-primary" stroke-width="2.5" /> | ||
<span>@lang('Success usp 2')</span> | ||
<x-heroicon-o-check class="absolute left-0 top-0 h-5 text-primary" stroke-width="2.5" /> | ||
<span>Success usp 2</span> | ||
</li> | ||
<li> | ||
<x-heroicon-o-check class="absolute left-0 top-0 size-5 text-primary" stroke-width="2.5" /> | ||
<span>@lang('Success usp 3')</span> | ||
<x-heroicon-o-check class="absolute left-0 top-0 h-5 text-primary" stroke-width="2.5" /> | ||
<span>Success usp 3</span> | ||
</li> | ||
</x-rapidez-ct::usp-list> | ||
</x-rapidez-ct::card> |
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,11 +1,13 @@ | ||
<label {{ $attributes->only('class')->class('relative flex w-full cursor-pointer items-center justify-start gap-x-3 rounded border bg-white px-5 sm:px-7 py-7') }}> | ||
<span class="flex aspect-square size-6 items-center justify-center rounded-full border bg-white"> | ||
<input type="radio" {{ $attributes->except('class') }} class="peer size-3 border-none text-primary transition checked:bg-none focus:ring-0 focus:ring-offset-0" /> | ||
<span class="absolute -inset-y-px -left-px w-1 rounded-l bg-primary opacity-0 transition-all peer-checked:opacity-100"></span> | ||
</span> | ||
<x-rapidez::input.radio.base | ||
class="size-6 text-primary peer" | ||
name="{{ $name }}" | ||
{{ $attributes->except('class') }} | ||
/> | ||
@isset($slot) | ||
<span class="flex w-full flex-wrap items-center justify-between gap-x-3"> | ||
{{ $slot }} | ||
</span> | ||
@endisset | ||
<div class="absolute -inset-y-px -left-px w-1 rounded-l bg-primary opacity-0 transition-all peer-checked:opacity-100"></div> | ||
</label> |
Oops, something went wrong.