From 7856e59c1228007d2c6c61b3be407a9a25e91c3a Mon Sep 17 00:00:00 2001 From: Matheo Bonucia Date: Tue, 19 Dec 2023 12:36:45 +0000 Subject: [PATCH] Mais aperfeicoamentos implementados na pagina de login --- components/Footer/footer.php | 97 ++++++++++++++++++++++++++++++++++-- css/login.css | 79 ----------------------------- login.php | 8 ++- 3 files changed, 98 insertions(+), 86 deletions(-) diff --git a/components/Footer/footer.php b/components/Footer/footer.php index cb88f09c..af3eb675 100644 --- a/components/Footer/footer.php +++ b/components/Footer/footer.php @@ -10,7 +10,7 @@ function GerarFooter(){
-'; +' +; + +} + +function ImportaEstilo(){ + echo ''; } -function getData(){ - $dataAtual = date('Y'); - return $dataAtual; +function getDataAno(){ + $anoAtual = date('Y'); + return $anoAtual; } ?> \ No newline at end of file diff --git a/css/login.css b/css/login.css index 27aa5836..5897d41b 100755 --- a/css/login.css +++ b/css/login.css @@ -276,84 +276,5 @@ button { /* Footer */ -.footer { - display: flex; - flex: 1; - flex-direction: row; - flex-wrap: wrap; - align-items: stretch; - justify-content: center; - width: 100vw; - height: 150px; - position: relative; - background-color: white; - border-radius: 60px 60px 0 0; - top: -80px; - overflow: hidden; - transition: slideY 1s ease-in-out; -} - -.logo { - display: flex; - flex-direction: column; - font-size: small; - justify-content: center; - align-items: center; -} - -.mainfooter { - color: rgba(100, 100, 100, 0.833); - height: 180px; - background-color: white; -} - -.content-footer { - margin-top: 3px; - margin-left: 20px; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - font-size: small; -} -.content-footer>p { - margin-bottom: 3px; -} - -.footer p { - font-size: 12px; -} - -.foote img { - width: 60px; - height: 55px; -} - -.links { - display: flex; - flex-direction: row; - justify-content: space-evenly; - align-items: start; - width: 100%; - margin: 45px 5px 15px 5px; -} - -.links a { - text-decoration: none; - color: #2D69F5; - list-style-type: none; - font-size: 18px; -} - -.line { - width: 80%; - height: 2px; - background-color: whitesmoke; -} - -.mainfooter { - -webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both; - animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both; -} /* ///////////////////////////////////////////////////// */ \ No newline at end of file diff --git a/login.php b/login.php index ebe67cf2..11a93be3 100644 --- a/login.php +++ b/login.php @@ -3,6 +3,7 @@ $smarty->assign("habilitaLayout", $habilitaLayout); include "components/Footer/footer.php"; include "components/Sociais/sociais.php"; + ?> @@ -53,7 +54,10 @@ include "components/Sociais/sociais.php"; - - + + \ No newline at end of file