HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EUmans/umansradepo.be/workbench/komma/kms/public/css/_flash_messages.sass
#flash-messages
  position: fixed
  top: 0
  right: 0
  z-index: 1000

  -webkit-animation-duration: 1s
  animation-duration: 1s
  -webkit-animation-name: fadeInDown
  animation-name: fadeInDown

  ul
    list-style: none
    margin: 0
    padding: 0

    li.flash-message
      display: inline-block
      min-width: 200px
      margin: grid-row(.5)
      padding: grid-row(.5) grid-row(1)
      line-height: grid-row(1)
      background-color: rgba(#c2c5c6, .9)
      border: 1px solid #c2c5c6
      border-radius: 4px
      color: $white
      font-weight: bold
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1)
      &.success
        background-color: rgba(#59db81, .9)
        border: 1px solid #8ce196

@-webkit-keyframes fadeInDown
  0%
    opacity: 0
    -webkit-transform: translate3d(0, -100%, 0)
    transform: translate3d(0, -100%, 0)
  100%
    opacity: 1
    -webkit-transform: none
    transform: none

@keyframes fadeInDown
  0%
    opacity: 0
    -webkit-transform: translate3d(0, -100%, 0)
    -ms-transform: translate3d(0, -100%, 0)
    transform: translate3d(0, -100%, 0)
  100%
    opacity: 1
    -webkit-transform: none
    -ms-transform: none
    transform: none