Sha256: 9597b58859537fe6b83bc1745ab763380ec6cd1c0c49c0c78c386e4c5d959064

Contents?: true

Size: 442 Bytes

Versions: 1

Compression:

Stored size: 442 Bytes

Contents

.offcanvas {
  background: #fff;
  position: fixed;
  padding: var(--base-line);
  height: 100%;
  top: 0;
  left: 0;
  z-index: var(--z-over-page);
  overflow-y: scroll;
}
.offcanvas .close {
	position: absolute;
	top: 8px;
	right: 8px;
}
.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, .1);
}
.offcanvas-right {
  left: auto;
  right: 0;
	border-left: 1px solid rgba(0, 0, 0, .1);
}
.offcanvas-push-body {
  position: relative;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kube-6.5.2.0 app/assets/stylesheets/kube/components/_offcanvas.scss