svix-react
Version:
React components for using Svix in your dashboard.
2 lines (1 loc) • 385 B
CSS
@keyframes svix-pulse{0%,to{background:#edf2f7}50%{background:#a0aec0}}@keyframes svix-pulse-dark{0%,to{background:#1a202c}50%{background:#4a5568}}.Svix__mask{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.Svix__light{animation:svix-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.Svix__dark{animation:svix-pulse-dark 2s cubic-bezier(.4,0,.6,1) infinite}