Skip to content

Commit

Permalink
Merge pull request #73 from ICESI-PI1-2024A-G1/main
Browse files Browse the repository at this point in the history
Update develop with main
  • Loading branch information
Sebastian-411 authored Apr 24, 2024
2 parents 332b024 + 4f4fd5a commit 78a8b86
Show file tree
Hide file tree
Showing 1,901 changed files with 180,684 additions and 4,410 deletions.
15 changes: 15 additions & 0 deletions hiring_module/hiring_app/static/css/effect.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.hidden {
opacity: 0;
transition: opacity 0.1s ease; /* Transición suave de opacidad */
pointer-events: none; /* Evita que los elementos ocultos reciban eventos de ratón */
}

.expanded {
margin-left: 15vw;
transition: margin-left 0.3s;
}

.nonExpanded {
transition: margin-left 0.3s;
}

Loading

0 comments on commit 78a8b86

Please sign in to comment.