diff --git a/gestaoRaul/comandas/templatetags/__pycache__/custom_filter_tag.cpython-310.pyc b/gestaoRaul/comandas/templatetags/__pycache__/custom_filter_tag.cpython-310.pyc index 349bc95..f8f3af6 100644 Binary files a/gestaoRaul/comandas/templatetags/__pycache__/custom_filter_tag.cpython-310.pyc and b/gestaoRaul/comandas/templatetags/__pycache__/custom_filter_tag.cpython-310.pyc differ diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3 index 439c161..dced9fa 100644 Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ diff --git a/gestaoRaul/gestaoRaul/__pycache__/decorators.cpython-310.pyc b/gestaoRaul/gestaoRaul/__pycache__/decorators.cpython-310.pyc index 09f13be..eb6308a 100644 Binary files a/gestaoRaul/gestaoRaul/__pycache__/decorators.cpython-310.pyc and b/gestaoRaul/gestaoRaul/__pycache__/decorators.cpython-310.pyc differ diff --git a/gestaoRaul/gestaoRaul/__pycache__/urls.cpython-310.pyc b/gestaoRaul/gestaoRaul/__pycache__/urls.cpython-310.pyc index 5e38b98..d1d1846 100644 Binary files a/gestaoRaul/gestaoRaul/__pycache__/urls.cpython-310.pyc and b/gestaoRaul/gestaoRaul/__pycache__/urls.cpython-310.pyc differ diff --git a/gestaoRaul/gestaoRaul/urls.py b/gestaoRaul/gestaoRaul/urls.py index 2e3097f..df33d14 100644 --- a/gestaoRaul/gestaoRaul/urls.py +++ b/gestaoRaul/gestaoRaul/urls.py @@ -18,7 +18,7 @@ from django.contrib import admin from django.urls import path, include urlpatterns = [ - path('admin/', admin.site.urls, name='admin'), + path('admin/', admin.site.urls), path('', include('home.urls')), path('login/', include('login.urls')), path('products/', include('products.urls')), diff --git a/gestaoRaul/home/__pycache__/views.cpython-310.pyc b/gestaoRaul/home/__pycache__/views.cpython-310.pyc index 6ae4b8b..1f92df8 100644 Binary files a/gestaoRaul/home/__pycache__/views.cpython-310.pyc and b/gestaoRaul/home/__pycache__/views.cpython-310.pyc differ diff --git a/gestaoRaul/login/__pycache__/urls.cpython-310.pyc b/gestaoRaul/login/__pycache__/urls.cpython-310.pyc index aca3532..9b73da6 100644 Binary files a/gestaoRaul/login/__pycache__/urls.cpython-310.pyc and b/gestaoRaul/login/__pycache__/urls.cpython-310.pyc differ diff --git a/gestaoRaul/login/__pycache__/views.cpython-310.pyc b/gestaoRaul/login/__pycache__/views.cpython-310.pyc index 02fd5b4..9071d8d 100644 Binary files a/gestaoRaul/login/__pycache__/views.cpython-310.pyc and b/gestaoRaul/login/__pycache__/views.cpython-310.pyc differ diff --git a/gestaoRaul/templates/base.html b/gestaoRaul/templates/base.html index ed6e18f..0dde37d 100644 --- a/gestaoRaul/templates/base.html +++ b/gestaoRaul/templates/base.html @@ -41,9 +41,9 @@ @@ -52,8 +52,8 @@
-

{{ user.first_name }} {{ user.last_name }}

- + {{ user.first_name }} {{ user.last_name }} +
@@ -74,8 +74,8 @@
diff --git a/gestaoRaul/templates/static/base.css b/gestaoRaul/templates/static/base.css index d340ad4..b68b97b 100644 --- a/gestaoRaul/templates/static/base.css +++ b/gestaoRaul/templates/static/base.css @@ -60,18 +60,19 @@ text-align: center; .logout-button{ display: grid; - grid-template-columns: repeat(2, 1fr); - /* justify-content: center; */ + align-items: center; + grid-template-columns: repeat(2, 0.5fr); border: none; border-radius: 5px; - margin-top: 20px; -} + margin-top: 10px; + gap: 10px;} -.login-button button a { +.logout-button button a { text-decoration: none; color: #fff; font-weight: 500; font-size: 1.1rem; + margin-bottom: 10px; } .mobile-menu-icon { diff --git a/gestaoRaul/templates/static/login/css/login.css b/gestaoRaul/templates/static/login/css/login.css index 82f4a6d..b528f4b 100644 --- a/gestaoRaul/templates/static/login/css/login.css +++ b/gestaoRaul/templates/static/login/css/login.css @@ -73,17 +73,19 @@ body { position: relative; width: 100%; - height: 40px; + height: 50px; border: none; outline: none; padding: 5px 15px; - background:linear-gradient(315deg,#591309,#fee4c1) ; + background: #3f3f3f; color: #fff; - font-size: 18px; + font-size: 20px; border-radius: 10px; } .c-form .c-input .c-inputBox input[type="submit"] { + background:linear-gradient(315deg,#591309,#fee4c1) ; + cursor: pointer; margin-top: 20px; letter-spacing: 1px;