Rev 6707 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
.responsive_navbar {display: flex;flex-direction: column;gap: 1rem;position: fixed;top: 0;left: -70vw;width: 70vw;height: 100vh;background: $bg-color;overflow-y: scroll;z-index: 1000;transition: all 300ms ease;&.show {left: 0;}}.backContainer {width: 100%;padding: 1rem;border-bottom: 1px solid $white;text-align: left;margin-bottom: 1rem;transition: all 0.3s ease;a {color: $white;font-size: 1.3rem;i {margin-right: 1rem;}}}