/* Resolve style conflicts between third-party plugins */ @keyframes #{$prefix}pulse { from { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } to { transform: scale3d(1, 1, 1); } } .animate__pulse { -webkit-animation-name: #{$prefix}pulse !important; animation-name: #{$prefix}pulse !important; } // fix ZenUML intersection height error #zenuml-intersection-detector-container { display: none; }