@anoki/fse-ui
Version:
FSE UI components library
2 lines (1 loc) • 797 B
CSS
.pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.avatar-skeleton-circle{border-radius:50%;background-color:#f0f0f0}.avatar-skeleton-circle-large{width:64px;height:64px}.avatar-skeleton-circle-medium{width:48px;height:48px}.avatar-skeleton-circle-small{width:32px;height:32px}.avatar-skeleton-name{height:18px;width:140px;background-color:#f0f0f0;border-radius:4px}.avatar-skeleton-label{height:14px;width:120px;background-color:#f0f0f0;border-radius:4px}@media (max-width: 768px){.avatar-skeleton-circle-large{width:56px;height:56px}.avatar-skeleton-circle-medium{width:40px;height:40px}.avatar-skeleton-circle-small{width:28px;height:28px}.avatar-skeleton-name{height:16px;width:100px}.avatar-skeleton-label{height:12px;width:100px}}