Sha256: 4c3f093a13d695ec09ecf9d2f28372e136492d74f15c12628c901afbe6f7eed4
Contents?: true
Size: 548 Bytes
Versions: 6
Compression:
Stored size: 548 Bytes
Contents
@import "base-mixins/_all.scss"; @import "base-variables/_all.scss"; .flyout-panel { height: 100vh; position: absolute; top: 0; z-index: 99999; transition: all ease 0.5s; background-color: $white; border-left: 1px solid $gray-2; box-shadow: $shadow-deep; .scroll-inner-box { height: 100%; overflow: auto; } &.right { right: -100%; border-left: 1px solid $gray-2; &.open { right: 0; } } &.left { left: -100%; border-right: 1px solid $gray-2; &.open { left: 0; } } }
Version data entries
6 entries across 6 versions & 2 rubygems