Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Improve admin layout (small tweaks)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed Sep 27, 2020
1 parent f800279 commit 22c4202
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 91 deletions.
2 changes: 1 addition & 1 deletion resources/views/admin/events/form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
@enderror
</div>

<button type="submit" class="inline-block align-middle text-center select-none border font-bold whitespace-no-wrap py-2 px-4 rounded text-base leading-normal no-underline text-gray-100 bg-blue-500 hover:bg-blue-700">
<button type="submit" class="inline-block align-middle text-center select-none border font-bold whitespace-no-wrap py-2 px-4 rounded text-base leading-normal no-underline text-gray-100 bg-purple-500 hover:bg-purple-700">
{{ __('Save') }}
</button>
</form>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/events/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Events
</h1>
<a href="{{ route('admin.events.create') }}">
<button class="font-bold py-2 px-4 rounded leading-normal text-purple-500 bg-white border border-purple-500 hover:text-white hover:bg-purple-500">
<button class="font-bold py-3 px-4 rounded leading-normal text-purple-500 border border-purple-500 bg-white hover:text-white hover:bg-purple-500 uppercase text-xs tracking-widest">
Create New Event
</button>
</a>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>

<div class="flex flex-wrap items-center">
<button type="submit" class="bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
<button type="submit" class="bg-purple-500 hover:bg-purple-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
{{ __('Login') }}
</button>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/passwords/confirm.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>

<div class="flex flex-wrap items-center">
<button type="submit" class="bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
<button type="submit" class="bg-purple-500 hover:bg-purple-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
{{ __('Confirm Password') }}
</button>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/passwords/email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>

<div class="flex flex-wrap">
<button type="submit" class="bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
<button type="submit" class="bg-purple-500 hover:bg-purple-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
{{ __('Send Password Reset Link') }}
</button>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/passwords/reset.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</div>

<div class="flex flex-wrap">
<button type="submit" class="bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
<button type="submit" class="bg-purple-500 hover:bg-purple-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
{{ __('Reset Password') }}
</button>
</div>
Expand Down
84 changes: 0 additions & 84 deletions resources/views/auth/register.blade.php

This file was deleted.

2 changes: 1 addition & 1 deletion resources/views/components/events.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="flex flex-col break-words bg-white rounded shadow-lg mb-8">
<div class="flex flex-col break-words bg-white rounded shadow-lg mb-8 overflow-hidden">

<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
{{ $title }}
Expand Down

0 comments on commit 22c4202

Please sign in to comment.