.n-drawer
  position fixed
  top 0
  bottom 0
  right 0
  width 364px
  z-index 600
  background-color #fff
  box-shadow -4px 8px 16px 0px rgba(0,0,0,0.2)
  &-header
    font-size 16px
    line-height 24px
    color #031333
    height 52px
    justify-content space-between
    padding 0 16px
    z-index 1
    transition box-shadow 0.15s ease
  &-content
    overflow auto
  &-footer
    z-index 1
    height 64px
    padding 0 16px
    justify-content flex-end
    transition box-shadow 0.15s ease

.n-drawer.has-scroll-top .n-drawer-header
  box-shadow 0 2px 4px 0 rgba(0,0,0,0.2)
.n-drawer.has-scroll-bottom .n-drawer-footer
  box-shadow 0 -2px 4px 0 rgba(0,0,0,0.2)
