-
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
Showing
21 changed files
with
490 additions
and
219 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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
* Here you can register fonts to call from the @googlefonts Blade directive. | ||
* The google-fonts:fetch command will prefetch these fonts. | ||
*/ | ||
'fonts' => [ | ||
'icons' => 'https://fonts.googleapis.com/icon?family=Material+Icons', | ||
], | ||
|
||
/* | ||
* This disk will be used to store local Google Fonts. The public disk | ||
* is the default because it can be served over HTTP with storage:link. | ||
*/ | ||
'disk' => 'public', | ||
|
||
/* | ||
* Prepend all files that are written to the selected disk with this path. | ||
* This allows separating the fonts from other data in the public disk. | ||
*/ | ||
'path' => 'fonts', | ||
|
||
/* | ||
* By default, CSS will be inlined to reduce the amount of round trips | ||
* browsers need to make in order to load the requested font files. | ||
*/ | ||
'inline' => true, | ||
|
||
/* | ||
* When preload is set to true, preload meta tags will be generated | ||
* in the HTML output to instruct the browser to start fetching the | ||
* font files as early as possible, even before the CSS is fully parsed. | ||
*/ | ||
'preload' => false, | ||
|
||
/* | ||
* When something goes wrong fonts are loaded directly from Google. | ||
* With fallback disabled, this package will throw an exception. | ||
*/ | ||
'fallback' => ! env('APP_DEBUG'), | ||
|
||
/* | ||
* This user agent will be used to request the stylesheet from Google Fonts. | ||
* This is the Safari 14 user agent that only targets modern browsers. If | ||
* you want to target older browsers, use different user agent string. | ||
*/ | ||
'user_agent' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15', | ||
|
||
]; |
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
Large diffs are not rendered by default.
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
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 3 additions & 4 deletions
7
resources/views/components/authentication-card-logo.blade.php
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100 dark:bg-gray-900"> | ||
<div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0"> | ||
<div> | ||
{{ $logo }} | ||
</div> | ||
|
||
<div class="w-full sm:max-w-md mt-6 px-6 py-4 bg-white dark:bg-gray-800 shadow-md overflow-hidden sm:rounded-lg"> | ||
<div class="w-full sm:max-w-md mt-6 px-6 py-4 bg-pr/20 dark:bg-dm-pr/20 shadow-md overflow-hidden sm:rounded-lg"> | ||
{{ $slot }} | ||
</div> | ||
</div> |
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 @@ | ||
<button {{ $attributes->merge(['type' => 'submit', 'class' => 'inline-flex items-center px-4 py-2 bg-gray-800 dark:bg-gray-200 border border-transparent rounded-md font-semibold text-xs text-white dark:text-gray-800 uppercase tracking-widest hover:bg-gray-700 dark:hover:bg-white focus:bg-gray-700 dark:focus:bg-white active:bg-gray-900 dark:active:bg-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 dark:focus:ring-offset-gray-800 transition ease-in-out duration-150']) }}> | ||
<button {{ $attributes->merge(['type' => 'submit', 'class' => 'inline-flex items-center px-4 py-2 bg-pr dark:bg-dm-pr border border-transparent rounded-md font-semibold text-xs text-white dark:text-gray-800 uppercase tracking-widest hover:bg-gray-700 dark:hover:bg-white focus:bg-gray-700 dark:focus:bg-white active:bg-gray-900 dark:active:bg-gray-300 focus:outline-none focus:ring-2 focus:ring-se dark:focus:ring-dm-se focus:ring-offset-2 dark:focus:ring-offset-gray-800 transition ease-in-out duration-150']) }}> | ||
{{ $slot }} | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<input type="checkbox" {!! $attributes->merge(['class' => 'rounded dark:bg-gray-900 border-gray-300 dark:border-gray-700 text-indigo-600 shadow-sm focus:ring-indigo-500 dark:focus:ring-indigo-600 dark:focus:ring-offset-gray-800']) !!}> | ||
<input type="checkbox" {!! $attributes->merge(['class' => 'rounded dark:bg-gray-900 border-gray-300 dark:border-gray-700 text-se dark:text-dm-se shadow-sm focus:ring-se dark:focus:ring-dm-se dark:focus:ring-offset-gray-800']) !!}> |
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,12 @@ | ||
<div class="relative flex flex-col {{ $divclass ?? '' }}"> | ||
<div class="relative z-0"> | ||
<x-input {{ $attributes->except(['label', 'supporting_text', 'error', 'divclass']) }} placeholder=" "/> | ||
<x-label for="{{$name}}" value="{{ $label }}"/> | ||
</div> | ||
@if(isset($supporting_text)) | ||
<div class="pt-1 px-4 text-xs tracking-[0.4px]">{{$supporting_text}}</div> | ||
@endif | ||
@if($error ?? false) | ||
<x-input-error for="{{$name}}" class="mt-1"/> | ||
@endif | ||
</div> |
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 @@ | ||
@props(['disabled' => false]) | ||
|
||
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'border-gray-300 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-300 focus:border-indigo-500 dark:focus:border-indigo-600 focus:ring-indigo-500 dark:focus:ring-indigo-600 rounded-md shadow-sm']) !!}> | ||
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'w-full h-14 block leading-5 relative py-2 px-4 rounded bg-neutral-10 dark:bg-neutral-900 border border-2 focus:border-2 border-gray-500 overflow-x-auto focus:outline-none focus:border-se focus:ring-0 dark:text-gray-200 dark:border-gray-400 dark:focus:border-dm-se peer transition duration-300']) !!}> |
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 @@ | ||
@props(['value']) | ||
|
||
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700 dark:text-gray-300']) }}> | ||
<label {{ $attributes->merge(['class' => 'absolute tracking-[.03125em] text-white dark:text-white bg-gray-500 dark:bg-gray-400 rounded duration-300 transform px-1 -translate-y-7 scale-75 top-4 z-10 origin-[0] left-4 peer-focus:left-4 peer-focus:text-text dark:peer-focus:text-dm-text peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:text-gray-500 peer-placeholder-shown:bg-transparent dark:peer-placeholder-shown:bg-transparent dark:peer-placeholder-shown:text-gray-400 peer-focus:scale-75 peer-focus:-translate-y-7 peer-focus:bg-se dark:peer-focus:bg-dm-se peer-focus:px-1 peer-invalid:text-error-600 dark:peer-invalid:text-error-200']) }}> | ||
{{ $value ?? $slot }} | ||
</label> |
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