From 7ecfd8017c8963f1422db4b8b56d9a220f59c2c8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 31 May 2023 17:57:45 -0400 Subject: [PATCH] bug fix --- app/Providers/AppServiceProvider.php | 2 +- public/css/admin-employees.css | 1 + public/css/index.css | 10 +++++----- public/css/login.css | 12 ++++++++++++ public/css/pbx.css | 6 ++++-- resources/views/Admin/pbx.blade.php | 17 ----------------- resources/views/Layouts/layout.blade.php | 2 ++ 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 54c51c7..08a9b54 100755 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -24,6 +24,6 @@ class AppServiceProvider extends ServiceProvider */ public function boot() { - URL::forceScheme('https'); + // URL::forceScheme('https'); } } diff --git a/public/css/admin-employees.css b/public/css/admin-employees.css index c73f7c8..309099f 100755 --- a/public/css/admin-employees.css +++ b/public/css/admin-employees.css @@ -112,6 +112,7 @@ table { border-spacing: 0; min-width: 90%; max-width: 90%; + font-size: 15px; } table tr th, diff --git a/public/css/index.css b/public/css/index.css index 327fb94..4592504 100755 --- a/public/css/index.css +++ b/public/css/index.css @@ -6,13 +6,13 @@ body { margin: 0 auto; padding: .5rem; - /* background-color: #0c0d10; */ + background-color: #ffffff; } -/* body:active{ - background-color: #0f1113; -} */ +body:active{ + background-color: #ffffff; +} #logo { margin-top: 5rem; @@ -58,7 +58,7 @@ input:autofill, -webkit-autofill, :focus, :active { -webkit-background-clip: text; } -.form-control, :active{ +.form-control { position: absolute; margin: .25rem 2rem auto; height: 1.75rem; diff --git a/public/css/login.css b/public/css/login.css index e790c85..6ab0e4e 100755 --- a/public/css/login.css +++ b/public/css/login.css @@ -1,3 +1,6 @@ +@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;1,200;1,400;1,600&display=swap'); + #logo-image { height: auto; margin: 0 auto; @@ -60,6 +63,15 @@ input:focus { background-color: rgb(112,174,199); } +#disclaimer-row { + position: absolute; + bottom: 0; + left: 0; + color: rgb(0, 0, 0); + font-size: .8rem; +} + + @media screen and (min-width: 1025px){ #logo { margin: 5% auto; diff --git a/public/css/pbx.css b/public/css/pbx.css index 497d41e..5686ce6 100755 --- a/public/css/pbx.css +++ b/public/css/pbx.css @@ -183,8 +183,9 @@ svg.bi.bi-dash-circle:hover { } svg.bi.bi-dash-circle { - position: relative; - left: 50%; + position: absolute; + left: 90%; + top: 18%; } .confirm-icon { @@ -213,6 +214,7 @@ svg.bi.bi-dash-circle { background: none; border: none; padding: 0rem; + margin-top: 27px; } .card-name { diff --git a/resources/views/Admin/pbx.blade.php b/resources/views/Admin/pbx.blade.php index 45323a7..7e4e739 100755 --- a/resources/views/Admin/pbx.blade.php +++ b/resources/views/Admin/pbx.blade.php @@ -118,23 +118,6 @@ - {{--
- @csrf - @method('post') - -
- -
- -
-
-
--}} - diff --git a/resources/views/Layouts/layout.blade.php b/resources/views/Layouts/layout.blade.php index a0d0f57..35e100d 100755 --- a/resources/views/Layouts/layout.blade.php +++ b/resources/views/Layouts/layout.blade.php @@ -4,6 +4,8 @@ + + @yield('Title')