@charset "UTF-8";
@keyframes errorBackgroundAnimation {
  from {
    background-color: rgba(255, 0, 0, 0.6);
    /* rojo sólido */ }
  to {
    background-color: rgba(255, 0, 0, 0.2);
    /* rojo transparente */ } }
body .list-item .editLink {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #FFF;
  margin: 0 !important; }

/*# sourceMappingURL=style.css.map */
