-
+
+
class="d-block w-100" alt="missao">
-
+
diff --git a/src/assets/css/eco.style.css b/src/assets/css/eco.style.css
index ecf30fb..a0226ee 100644
--- a/src/assets/css/eco.style.css
+++ b/src/assets/css/eco.style.css
@@ -36,4 +36,8 @@
.text-red-wine { color: rgb(128, 18, 18) !important;}
/* --- Buttons Colors ---*/
-.btn-color-red { background: #ea4335; }
\ No newline at end of file
+.btn-color-red { background: #ea4335; }
+
+/* --- Remove o focus do bootstrap ---*/
+
+.remove-focus:focus { box-shadow: none !important;}
\ No newline at end of file
diff --git a/src/assets/css/estilo.css b/src/assets/css/estilo.css
index cc34174..53e4445 100644
--- a/src/assets/css/estilo.css
+++ b/src/assets/css/estilo.css
@@ -48,7 +48,7 @@ body{
#login:active { background-color: #239c55 !important; color: rgb(236, 236, 236) !important; }
/* ------- */
-#title-container { background: rgba(68, 68, 68, 0.74) url("../imgs/casal-no-mercado.png") no-repeat; background-size: cover; background-attachment: fixed; height: 70vh; }
+#title-container { background: rgba(68, 68, 68, 0.644) url("../imgs/casal-no-mercado.png") no-repeat; background-size: cover; background-attachment: fixed; height: 70vh; }
.h1{ font-family: 'Jost', sans-serif; margin: 0; padding-top: 20px; padding-left: 0; padding-bottom: 50px; letter-spacing: 8px;text-align: center; font-size: 75px; color: #F9F9F9; background-size: 300%;}
@@ -110,6 +110,16 @@ body{
+.after-color:after{
+ content:'';
+ position: absolute;
+ top:0;
+ bottom:0;
+ left:0;
+ right:0;
+ background-color:rgba(0, 0, 0, 0.301);
+}
+
@media (max-width:720px) {
#login {
border: none !important;
diff --git a/src/assets/imgs/carrinho-com-compras.png b/src/assets/imgs/carrinho-com-compras.png
new file mode 100644
index 0000000..6c5356f
Binary files /dev/null and b/src/assets/imgs/carrinho-com-compras.png differ
diff --git a/src/assets/imgs/fruteira.jpg b/src/assets/imgs/fruteira.jpg
deleted file mode 100644
index 11eeece..0000000
Binary files a/src/assets/imgs/fruteira.jpg and /dev/null differ
diff --git a/src/assets/js/product/list-product.js b/src/assets/js/product/list-product.js
index 774d512..423ac08 100644
--- a/src/assets/js/product/list-product.js
+++ b/src/assets/js/product/list-product.js
@@ -55,10 +55,7 @@ function createTable() {
error: (err) => alertify.error("Ocorreu um erro no servidor!")
};
-
- reqAjax(option);
-
-
+ reqAjax(option);
}
createTable();
\ No newline at end of file
diff --git a/src/assets/js/register.js b/src/assets/js/register.js
index 023c000..7397d0e 100644
--- a/src/assets/js/register.js
+++ b/src/assets/js/register.js
@@ -101,15 +101,12 @@ $('#btnRegister').click(function() {
dataType: "json",
data: person,
beforeSend: () => {
- load(true, this);
$(this).prop("disabled",true);
},
complete: () => {
- load(false, this);
$(this).prop("disabled",false);
},
success: (res) => {
- load(false, "#btnRegister");
if (typeof res == undefined || !res) throw new TypeError("Object null");
if (!res.error) {
class="d-block w-100" alt="iamgem de negocios">
-
- class="d-block w-100" alt="Mercado">
+
+ class="d-block w-100" alt="Mercado">
start("footer");
diff --git a/src/Views/register.php b/src/Views/register.php
index 53bec69..dffcaa8 100644
--- a/src/Views/register.php
+++ b/src/Views/register.php
@@ -144,7 +144,7 @@
-
-
+