mirror of https://github.com/onweru/compose.git

weru
04.37.2021 9331e4f50b68ebb1dbfeaa01c520b8360d264fb8
assets/sass/_nav.sass
@@ -35,6 +35,9 @@
    flex-direction: column
    background: var(--accent)
    position: fixed
    left: 0
    top: bottom
    bottom: 0
    height: 100vh
    transition: transform 0.25s var(--ease)
    transform: translateX(-101vw)
@@ -46,7 +49,7 @@
      background: transparent
      flex-direction: row
  &.show &_body
    transform: translateX(-1.5rem)
    transform: translateX(0)
    box-shadow: 0 1rem 4rem rgba(0,0,0,0.1)
    background: var(--bg)
    li:first-child