Sha256: 8c31f695a629b90446e3454129438c7c7bc9a5f31a2c3bb258f915289c99002f

Contents?: true

Size: 1021 Bytes

Versions: 3

Compression:

Stored size: 1021 Bytes

Contents

.flash
  +position(fixed, 70px null null null)
  background-color: $white
  border-radius: $flash-border-radius
  box-shadow: $flash-box-shadow
  display: flex
  overflow: hidden
  transition: .7s linear
  z-index: 9999

  &--shown
    // sass-lint:disable no-important
    right: 25px !important
    // sass-lint:enable no-important
    transition: .4s linear

  &__icon
    align-items: center
    box-sizing: border-box
    color: $white
    display: flex
    font-size: 18px
    justify-content: center
    min-width: 34px
    padding: 11px 8px

    &--success
      background-color: $flash-success

    &--notice
      background-color: $flash-notice

    &--warning
      background-color: $flash-warning

    &--error
      background-color: $flash-error

  &__message
    +padding(10px 15px)
    box-sizing: border-box
    color: $flash-color

  &__close
    +padding(10px 15px)
    align-items: center
    box-sizing: border-box
    color: $flash-color
    cursor: pointer
    display: flex
    font-size: 10px

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
beyond_canvas-0.5.0.pre app/assets/stylesheets/components/_flash.sass
beyond_canvas-0.4.0.pre app/assets/stylesheets/components/_flash.sass
beyond_canvas-0.3.0.pre app/assets/stylesheets/components/_flash.sass