Skip to content

Commit

Permalink
ajustes em direcionamentos de botões
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioDuart3 committed Dec 11, 2024
1 parent 0586482 commit 32f0a54
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
18 changes: 11 additions & 7 deletions mamutes/Users/static/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ border: none;
}
@keyframes scrollleft {
0% {
opacity: 1; /* Visível no começo */
opacity: 1;
}
50%{
opacity: 0.7;
Expand All @@ -309,12 +309,12 @@ border: none;
}
100% {
transform: translateX(-140%);
opacity: 0; /* Ao final, volta a opacidade para 1 (visível) */
opacity: 0;
}
}
@keyframes scrollleft2 {
0% {
opacity: 1; /* Visível no começo */
opacity: 1;
}
50%{
opacity: 0.7;
Expand All @@ -324,11 +324,11 @@ border: none;
}
100% {
transform: translateX(-140%);
opacity: 0; /* Ao final, volta a opacidade para 1 (visível) */
opacity: 0;
} }
@keyframes scrollleft3{
0% {
opacity: 1; /* Visível no começo */
opacity: 1;
}
50%{
opacity: 0.7;
Expand All @@ -338,5 +338,9 @@ border: none;
}
100% {
transform: translateX(-140%);
opacity: 0; /* Ao final, volta a opacidade para 1 (visível) */
} }
opacity: 0;
} }

#btnModal{
cursor: pointer;
}
4 changes: 2 additions & 2 deletions mamutes/Users/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<section class="container">
<section class="container-central-login">
<a href="#">
<a href="{% url 'index' %}">
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24" fill="none">
<path d="M0.93934 10.9393C0.353553 11.5251 0.353553 12.4749 0.93934 13.0607L10.4853 22.6066C11.0711 23.1924 12.0208 23.1924 12.6066 22.6066C13.1924 22.0208 13.1924 21.0711 12.6066 20.4853L4.12132 12L12.6066 3.51472C13.1924 2.92893 13.1924 1.97918 12.6066 1.3934C12.0208 0.807612 11.0711 0.807612 10.4853 1.3934L0.93934 10.9393ZM26 10.5L2 10.5V13.5L26 13.5V10.5Z" fill="#808080"/>
</svg>
Expand Down Expand Up @@ -55,7 +55,7 @@ <h3 class="apresentation-text-h3">Faça seu login e continue</h3>

</div>
</div>
<a id="btnModal" class="forgot-my-password" href="#">Esqueci minha senha</a>
<p id="btnModal" class="forgot-my-password">Esqueci minha senha</p>
</div>
<button class="btn-login" type="submit">Fazer login</button>
</form>
Expand Down
2 changes: 1 addition & 1 deletion mamutes/guest/templates/partials/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="#halldafama">Hall da Fama</a>
</li>
<li>
<a href="#login">Área Restrita</a>
<a href="{% url 'login' %}">Área Restrita</a>
</li>
</ul>
<ul class="socialmedia-footer">
Expand Down
16 changes: 9 additions & 7 deletions mamutes/guest/templates/partials/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
<div class="active-dot" {% if request.path == '/' %}style="background: #36B5FF;"{% endif %}></div>
</li>
<li>
<a href="{% url 'index' %}" >Quem somos?</a>
<a href="#quemsomos" >Quem somos?</a>
<div class="active-dot"></div>
</li>
<li>
<a href="{% url 'index' %}">Apoiadores</a>
<a href="#apoiadores">Apoiadores</a>
<div class="active-dot"></div>
</li>
<li>
Expand All @@ -96,11 +96,13 @@
</li>
</ul>
<div class="lock-menu">
<button class="locked-area">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none">
<path d="M11.1666 6.50002V4.83335C11.1666 3.72828 10.7276 2.66848 9.9462 1.88708C9.1648 1.10567 8.10499 0.666687 6.99992 0.666687C5.89485 0.666687 4.83504 1.10567 4.05364 1.88708C3.27224 2.66848 2.83325 3.72828 2.83325 4.83335V6.50002C2.17021 6.50002 1.53433 6.76341 1.06549 7.23225C0.596644 7.70109 0.333252 8.33698 0.333252 9.00002V14.8334C0.333252 15.4964 0.596644 16.1323 1.06549 16.6011C1.53433 17.07 2.17021 17.3334 2.83325 17.3334H11.1666C11.8296 17.3334 12.4655 17.07 12.9344 16.6011C13.4032 16.1323 13.6666 15.4964 13.6666 14.8334V9.00002C13.6666 8.33698 13.4032 7.70109 12.9344 7.23225C12.4655 6.76341 11.8296 6.50002 11.1666 6.50002ZM4.49992 4.83335C4.49992 4.17031 4.76331 3.53443 5.23215 3.06559C5.70099 2.59675 6.33688 2.33335 6.99992 2.33335C7.66296 2.33335 8.29885 2.59675 8.76769 3.06559C9.23653 3.53443 9.49992 4.17031 9.49992 4.83335V6.50002H4.49992V4.83335ZM11.9999 14.8334C11.9999 15.0544 11.9121 15.2663 11.7558 15.4226C11.5996 15.5789 11.3876 15.6667 11.1666 15.6667H2.83325C2.61224 15.6667 2.40028 15.5789 2.244 15.4226C2.08772 15.2663 1.99992 15.0544 1.99992 14.8334V9.00002C1.99992 8.77901 2.08772 8.56705 2.244 8.41076C2.40028 8.25448 2.61224 8.16669 2.83325 8.16669H11.1666C11.3876 8.16669 11.5996 8.25448 11.7558 8.41076C11.9121 8.56705 11.9999 8.77901 11.9999 9.00002V14.8334Z" fill="#808080"/>
</svg>
</button>
<a href="{% url 'login' %}">
<button class="locked-area">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none">
<path d="M11.1666 6.50002V4.83335C11.1666 3.72828 10.7276 2.66848 9.9462 1.88708C9.1648 1.10567 8.10499 0.666687 6.99992 0.666687C5.89485 0.666687 4.83504 1.10567 4.05364 1.88708C3.27224 2.66848 2.83325 3.72828 2.83325 4.83335V6.50002C2.17021 6.50002 1.53433 6.76341 1.06549 7.23225C0.596644 7.70109 0.333252 8.33698 0.333252 9.00002V14.8334C0.333252 15.4964 0.596644 16.1323 1.06549 16.6011C1.53433 17.07 2.17021 17.3334 2.83325 17.3334H11.1666C11.8296 17.3334 12.4655 17.07 12.9344 16.6011C13.4032 16.1323 13.6666 15.4964 13.6666 14.8334V9.00002C13.6666 8.33698 13.4032 7.70109 12.9344 7.23225C12.4655 6.76341 11.8296 6.50002 11.1666 6.50002ZM4.49992 4.83335C4.49992 4.17031 4.76331 3.53443 5.23215 3.06559C5.70099 2.59675 6.33688 2.33335 6.99992 2.33335C7.66296 2.33335 8.29885 2.59675 8.76769 3.06559C9.23653 3.53443 9.49992 4.17031 9.49992 4.83335V6.50002H4.49992V4.83335ZM11.9999 14.8334C11.9999 15.0544 11.9121 15.2663 11.7558 15.4226C11.5996 15.5789 11.3876 15.6667 11.1666 15.6667H2.83325C2.61224 15.6667 2.40028 15.5789 2.244 15.4226C2.08772 15.2663 1.99992 15.0544 1.99992 14.8334V9.00002C1.99992 8.77901 2.08772 8.56705 2.244 8.41076C2.40028 8.25448 2.61224 8.16669 2.83325 8.16669H11.1666C11.3876 8.16669 11.5996 8.25448 11.7558 8.41076C11.9121 8.56705 11.9999 8.77901 11.9999 9.00002V14.8334Z" fill="#808080"/>
</svg>
</button>
</a>
</div>
</nav>
</header>

0 comments on commit 32f0a54

Please sign in to comment.