Sha256: c8c2ee33a25af025b59c5fb714ca7135d39186e35484ef9cf583d7f179a062ea

Contents?: true

Size: 1.37 KB

Versions: 8

Compression:

Stored size: 1.37 KB

Contents

.flash-messages
  z-index: 999
  position: fixed
  left: 50%
  top: 5%
  -webkit-transform: translateX(-50%)
  transform: translateX(-50%)
  width: auto

  .success
    background-color: $success-color
    border-color: $success-color-alt

  .error
    background-color: $error-color
    border-color: $error-color-alt

  .notice
    background-color: $notice-color
    border-color: $notice-color-alt
    color: #4f4f4f

    .close
      color: #4f4f4f

  .alert
    background-color: $alert-color
    border-color: $alert-color-alt

.alert-box
  color: #FFFFFF
  display: block
  font-size: .9rem
  line-height: 1.5em
  position: relative
  border:
    radius: 3px
    style: solid
    width: 1px
  margin: 0.5rem 0 1.11111rem 0
  padding: 1rem
  padding-right: 2rem
  transition: opacity 300ms ease-out


  .close
    font-weight: 700
    font-size: 1.5em
    text-decoration: none !important
    position: absolute
    top: 45%
    right: 0.5rem
    transform: translateY(-50%)



  a
    color: #fff
    opacity: 1 !important
    text-decoration: underline

    &:hover
      text-decoration: none


  &.warning
    h1
      font-size: 1.2rem
      color: white

    ul
      padding-left: 15px
      color: white

    a
      color: black
      text-decoration: underline

.dot
  color: transparent

@media only screen and (min-width: 320px) and (max-width: 480px)
  .flash-messages
    width: 300px

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
express_admin-1.7.16 app/assets/stylesheets/express_admin/shared/_alerts.sass
express_admin-1.7.16.pre1 app/assets/stylesheets/express_admin/shared/_alerts.sass
express_admin-1.7.15 app/assets/stylesheets/express_admin/shared/_alerts.sass
express_admin-1.7.14 app/assets/stylesheets/express_admin/shared/_alerts.sass
express_admin-1.7.13 app/assets/stylesheets/express_admin/shared/_alerts.sass
express_admin-1.7.12 app/assets/stylesheets/express_admin/shared/_alerts.sass
express_admin-1.7.11 app/assets/stylesheets/express_admin/shared/_alerts.sass
express_admin-1.7.10 app/assets/stylesheets/express_admin/shared/_alerts.sass