Sha256: 8e801b17a7f0ce54e71c9a2f6e628b32632c7303d1bfe45ff4d97c55eb58b422

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

.flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
    0% { background-color: none; }
    50% { background-color: $RAhighlight; }
    100% { background-color: none; }
}

@-moz-keyframes flash {
    0% { background-color: none; }
    50% { background-color: $RAhighlight; }
    100% { background-color: none; }
}

@-ms-keyframes flash {
    0% { background-color: none; }
    50% { background-color: $RAhighlight; }
    100% { background-color: none; }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thecore_ui_rails_admin-2.1.11 app/assets/stylesheets/thecore_ui_rails_admin/flashing.scss