Sha256: 04896f00ce21b8ea79752225f57e5dc222a8f19b78dce3c0d3f5e925b040531f

Contents?: true

Size: 749 Bytes

Versions: 5

Compression:

Stored size: 749 Bytes

Contents

$sidebar-width: 250px

.az-sidebar
  position: fixed
  width: $sidebar-width
  background-color: $white
  height: 100vh
  overflow-x: hidden
  overflow-y: scroll
  padding: 1rem
  display: flex
  flex-direction: column
  justify-content: space-between

.az-content
  padding-left: $sidebar-width

.az-header
  background: $white
  padding: 1rem

.error
  color: $danger

.card
  border-radius: $radius

table.table
  tr
    &.is-clickable
      &:hover
        cursor: pointer

.az-flash
  max-width: 18rem
  position: fixed
  transition: all 0.5s ease
  z-index: 10
  right: 2rem
  bottom: 2rem
  transform: translate(calc(18rem + 3rem), 0rem)
  &.is-bottom-right
    bottom: 2rem
    right: 2rem
  &.is-active
    transform: translate(0rem, 0rem)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
authz-0.0.5 app/assets/stylesheets/authz/workspace.sass
authz-0.0.4 app/assets/stylesheets/authz/workspace.sass
authz-0.0.3 app/assets/stylesheets/authz/workspace.sass
authz-0.0.2 app/assets/stylesheets/authz/workspace.sass
authz-0.0.1 app/assets/stylesheets/authz/workspace.sass