From c8119609eaa4860b6a47eb9188087f15d836e886 Mon Sep 17 00:00:00 2001 From: Welton Moura Date: Tue, 28 Jan 2025 16:51:15 -0300 Subject: [PATCH] Style: nem lembro mais --- gestaoRaul/db.sqlite3 | Bin 311296 -> 311296 bytes gestaoRaul/mesas/templates/mesas_map.html | 11 +++++++++- gestaoRaul/templates/static/base.css | 20 ++++++++++++++++++ .../templates/static/orders/css/orders.css | 2 +- 4 files changed, 31 insertions(+), 2 deletions(-) diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3 index 6abb85a649ef5349d7e5c19390509de1927ccb3c..e75f23bbf3cc4f644b488451cf62dba701043682 100644 GIT binary patch delta 120 zcmZo@5N>D?o*>QGGEv5vwS_^ith+I#HHEP?g{d`#d20&GlYSNsQ?{;&j$+%BCa`Q_ zVPf^1E-{tGkcBOiL1((+R2I?gNmE&lFewZ1Iyy2iFfcMQ85tOv>KcY}Gf0C37#NwD Xic@nH^2_q4hfQUX-<~mpWrjKcDdHd@ delta 99 zcmV-p0G$7TfD?d#6ObDLgOMCV1%m)CV*!C=g=7JRWCDd`1GQuX{{mesa.name}} {% else %} -
{{mesa.name}}
+
+ +
+ {{mesa.id}} + {{mesa.name}} + {{mesa.name}} +
+ {% endif %} {% endfor %} diff --git a/gestaoRaul/templates/static/base.css b/gestaoRaul/templates/static/base.css index 5d9e19e..7cd462e 100644 --- a/gestaoRaul/templates/static/base.css +++ b/gestaoRaul/templates/static/base.css @@ -4,6 +4,20 @@ --main-gradient: linear-gradient(145deg, #1E2A3B, #2C3E50); } + @keyframes jump { + 0% { + transform: scale(0.0); + /* transform: translate(#000000); */ + } + 70% { + transform: scale(1); + } + 100% { + transform: scale(1); + } + } + + body { margin: 70px 0px 0px 0px; @@ -187,6 +201,8 @@ input, textarea, select { padding: 12px 16px; text-decoration: none; display: block; + animation: jump 0.7s; + } @@ -195,6 +211,8 @@ input, textarea, select { background-color: #7a7a7a; border-radius: 5px; display: block; + /* animation: jump 0.7s; */ + } @@ -209,6 +227,8 @@ input, textarea, select { .dropdown:hover .dropdown-content { display: block; + animation: jump 0.7s; + } diff --git a/gestaoRaul/templates/static/orders/css/orders.css b/gestaoRaul/templates/static/orders/css/orders.css index d50ff5c..99238f6 100644 --- a/gestaoRaul/templates/static/orders/css/orders.css +++ b/gestaoRaul/templates/static/orders/css/orders.css @@ -43,7 +43,7 @@ transition: transform 0.2s; padding: 15px; margin-top: 15px; - animation: jump 0.7s ; + animation: jump 0.7s; } h4{