maintenance page styling

This commit is contained in:
Burak Civan 2022-06-10 14:52:30 +03:00
parent 3ee70a7d8c
commit 096057d557
2 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
<body>
<div class="max-w-7xl m-auto h-screen flex flex-col sm:flex-row items-center justify-center sm:justify-between"> <div class="max-w-7xl m-auto h-screen flex flex-col sm:flex-row items-center justify-center sm:justify-between">
<div class="flex flex-col items-start gap-y-4 mb-10 sm:mb-0 sm:-mt-24"> <div class="flex flex-col items-start gap-y-4 mb-10 sm:mb-0 sm:-mt-24">
<span class="text-lg"> <span class="text-lg">
{{ trans('maintenance.message') }} {{ trans('maintenance.message') }}
</span> </span>
</div> </div>
<img src="{{ asset('public/img/empty_pages/transactions.png') }}" alt="{{ trans('maintenance.message') }}" /> <img src="{{ asset('public/img/empty_pages/transactions.png') }}" alt="{{ trans('maintenance.message') }}" />
</div> </div>
</body>

View File

@ -11,9 +11,9 @@
<base href="{{ config('app.url') . '/' }}"> <base href="{{ config('app.url') . '/' }}">
<link rel="stylesheet" href="{{ asset('public/css/fonts/material-icons/style.css') }}" type="text/css"> <link rel="stylesheet" href="{{ asset('public/css/fonts/material-icons/style.css?v=' . version('short')) }}" type="text/css">
<link rel="stylesheet" href="{{ asset('public/vendor/quicksand/css/quicksand.css') }}" type="text/css"> <link rel="stylesheet" href="{{ asset('public/vendor/quicksand/css/quicksand.css?v=' . version('short')) }}" type="text/css">
<link rel="stylesheet" href="{{ asset('public/css/apps.css') }}" type="text/css"> <link rel="stylesheet" href="{{ asset('public/css/app.css') }}" type="text/css">
@stack('css') @stack('css')