Skip to content

Commit

Permalink
animaciones nav mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
brankosilva committed Sep 3, 2023
1 parent e646f51 commit 1161a6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,12 @@ header .menu_mobile .navbar .container.mobile {
}
header .menu_mobile .navbar .container.mobile a .logo-mobile {
max-width: 30%;
animation: rotate-vert-center 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
header .menu_mobile .navbar .container.mobile .navbar-toggler {
background-color: #ffffff;
color: #009246;
animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
header .menu_mobile .navbar .container.mobile .navbar-collapse .navbar-nav {
--bs-nav-link-hover-color: rgb(239 4 4);
Expand Down
Loading

0 comments on commit 1161a6b

Please sign in to comment.